Cheng Zhao
|
30a6b597a5
|
Merge pull request #7239 from darkdh/6873
Emit scroll-touch-edge event instead of changing the behavior of scrollll-touch-begin/end
|
2016-09-20 14:51:10 +09:00 |
|
Cheng Zhao
|
143d7ab98f
|
Merge pull request #7264 from electron/docs-readme
Docs Readme
|
2016-09-20 14:31:31 +09:00 |
|
Cheng Zhao
|
e3e450613d
|
Merge pull request #7157 from Mossop/moveguest
Allow moving a webcontents to a different webview
|
2016-09-20 14:28:42 +09:00 |
|
Zeke Sikelianos
|
61e50046bd
|
link to the documentation styleguide
|
2016-09-19 21:10:36 -07:00 |
|
Zeke Sikelianos
|
1cdf8bbc10
|
break up run-on sentence
|
2016-09-19 21:09:31 -07:00 |
|
Zeke Sikelianos
|
a3d2cdaa2c
|
website doesn't display docs for old versions any more
|
2016-09-19 21:09:02 -07:00 |
|
Samuel Attard
|
c0f8b4895d
|
Update docs
|
2016-09-20 02:41:26 +10:00 |
|
Cheng Zhao
|
26004f1a66
|
Merge pull request #7241 from miniak/crashed-killed
Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events
|
2016-09-19 16:02:52 +09:00 |
|
Cheng Zhao
|
1c6586c4b9
|
Merge pull request #7238 from electron/felix-windows-store-docs
Update Windows Store Language
|
2016-09-19 15:54:23 +09:00 |
|
Cheng Zhao
|
a260647b4f
|
Merge pull request #7062 from MaxWhere/osr-sizing-fix
Offscreen invalidate and sizing fix
|
2016-09-19 15:38:11 +09:00 |
|
Cheng Zhao
|
ffe931bde7
|
Merge pull request #7226 from electron/power-monitor-error
Rethrow caught errors from process.binding
|
2016-09-19 15:25:18 +09:00 |
|
Milan Burda
|
8567f79e67
|
Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events
|
2016-09-17 17:02:36 -07:00 |
|
Anthony Tseng
|
269a87b26f
|
Emit scroll-touch-edge event instead of changing the behavior of scroll-touch-begin/end
fix #6873
|
2016-09-17 22:50:10 +08:00 |
|
Felix Rieseberg
|
084110c56f
|
📝 Update Windows Store Language
|
2016-09-17 04:19:55 -07:00 |
|
Kevin Sawicki
|
1072519488
|
Mark atom-shell version as deprecated
|
2016-09-16 15:59:00 -07:00 |
|
gellert
|
8baaad4e0d
|
cleanup and adds docs
|
2016-09-16 23:27:51 +02:00 |
|
Kevin Sawicki
|
0fda86f79a
|
Mention not requiring module until app is ready
|
2016-09-16 11:42:02 -07:00 |
|
deepak1556
|
e7f1265b64
|
add save-to-disk disposition for new-window event
|
2016-09-16 16:30:26 +05:30 |
|
Cheng Zhao
|
9714348260
|
Merge pull request #6941 from deepak1556/blob_data_patch
protocol: provide blob uuid with uploadData
|
2016-09-16 17:01:15 +09:00 |
|
Kevin Sawicki
|
0d4872755c
|
Merge pull request #7195 from Joshua-Anderson/update-node-req
Update nodejs requirement for building on linux
|
2016-09-14 09:52:23 -07:00 |
|
Cheng Zhao
|
fbac635687
|
Only emit finalUpdate found-in-page events
Since Chrome 53 all meaningful results of found-in-page are finalUpdate.
|
2016-09-14 16:23:01 +09:00 |
|
Joshua Anderson
|
56b40ae6d2
|
Update nodejs requirement for building on linux
|
2016-09-13 19:41:53 -07:00 |
|
Kevin Sawicki
|
4c4d585b84
|
initialization -> initializing
|
2016-09-13 09:37:03 -07:00 |
|
Kevin Sawicki
|
f373f2ae15
|
Mark app.isReady() as public
|
2016-09-13 09:35:39 -07:00 |
|
Cheng Zhao
|
b13bab6fae
|
Merge pull request #7182 from electron/shell-return-values
Return booleans from more shell APIs
|
2016-09-13 16:46:05 +09:00 |
|
Cheng Zhao
|
4eba8094d4
|
Merge pull request #7096 from minggo/add-option-to-disable-devtools
add option to disable devtools
|
2016-09-13 16:01:56 +09:00 |
|
Cheng Zhao
|
036a35ab64
|
Merge pull request #7160 from PierBover/patch-1
added clarification for common Windows pitfalls
|
2016-09-13 15:09:04 +09:00 |
|
Kevin Sawicki
|
00d0887cab
|
Document shell.moveItemToTrash return value
|
2016-09-12 14:30:01 -07:00 |
|
Kevin Sawicki
|
55eab8e385
|
Return boolean from shell.openItem
|
2016-09-12 14:29:06 -07:00 |
|
Kevin Sawicki
|
72558654ef
|
Return boolean from shell.showItemInFolder
|
2016-09-12 14:22:29 -07:00 |
|
Kevin Sawicki
|
b128264ae4
|
Document com.apple.security.network entitlements
|
2016-09-09 13:55:32 -07:00 |
|
Pier Bover
|
70c1d194ef
|
added clarification for common Windows pitfalls
|
2016-09-09 13:51:42 -05:00 |
|
Dave Townsend
|
313b2faa3c
|
Add a guestinstance attribute to webviews reflecting their current guest
instance ID and allowing moving a guest instance to a new webview.
|
2016-09-09 10:32:05 -07:00 |
|
Varun Agrawal
|
95206682a0
|
SSL issue in links
|
2016-09-09 17:27:27 +05:30 |
|
Cheng Zhao
|
7ed33dfbee
|
Merge pull request #7077 from miniak/title-bar-style
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
|
2016-09-09 20:27:26 +09:00 |
|
Cheng Zhao
|
b6079ff90b
|
Merge pull request #7053 from electron/launch-from-notification
Send notification info to app.ready, on macOS
|
2016-09-09 20:01:39 +09:00 |
|
Cheng Zhao
|
932b6dc0cf
|
Merge pull request #7142 from electron/require-buffer
Require Buffer explicitly instead of relying on global
|
2016-09-09 19:52:53 +09:00 |
|
Kevin Sawicki
|
4d20c4f3fd
|
Update productName default in docs
|
2016-09-08 11:52:29 -07:00 |
|
Kevin Sawicki
|
74bb4bacd7
|
Add section about Buffer global
|
2016-09-08 10:42:43 -07:00 |
|
Kevin Sawicki
|
ae933140af
|
Add variables to options example
|
2016-09-08 09:15:05 -07:00 |
|
Kevin Sawicki
|
d1876aa313
|
Add headings for each module
|
2016-09-08 09:09:49 -07:00 |
|
Kevin Sawicki
|
25f5135134
|
Move breaking changes doc to /docs
|
2016-09-08 09:07:58 -07:00 |
|
minggo
|
3fdc99c3c6
|
change the option name to devTools
|
2016-09-07 10:16:52 +08:00 |
|
minggo
|
2db5aa8294
|
update browser-window.md to add disableDevTools option
|
2016-09-06 17:46:55 +08:00 |
|
Charlie Hess
|
80f046c8df
|
Update docs.
|
2016-09-03 12:03:58 -07:00 |
|
Milan Burda
|
9911e60f5b
|
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
|
2016-09-03 01:33:20 +02:00 |
|
Mark Lee
|
38e1a24304
|
📝 Make arch references more consistent
[ci skip]
|
2016-09-01 07:53:32 -07:00 |
|
Mark Lee
|
00154c7f9c
|
📝 Add missing words
[ci skip]
|
2016-09-01 07:49:36 -07:00 |
|
Cheng Zhao
|
14f625d61b
|
Merge pull request #6826 from enlight/set-jump-list
Extend the custom Jump List API provided by Electron
|
2016-09-01 15:35:21 +09:00 |
|
deepak1556
|
7b85ca0301
|
create helper class to read blob data
|
2016-09-01 08:52:44 +05:30 |
|