Cheng Zhao
c44a6ad8b8
Merge pull request #6135 from blainesch/patch-1
...
Add copy/pasta example for system preferences.
2016-06-20 00:34:40 +00:00
Samuel Attard
ea38916c27
Fix typo in DevTools Extensions tutorial
2016-06-20 02:24:00 +10:00
Blaine Schmeisser
c75f3a8b5e
Add copy/pasta example for system preferences.
...
Most of the other api docs have one example of where to find the module in a copy/paste format. This pull request adds one for the system preferences.
2016-06-19 08:53:34 -07:00
Leonard Lamprecht
511bf83fe7
Improved wording
2016-06-18 15:28:22 +02:00
Leonard Lamprecht
67dd19ed0f
Replace OS X and Mac OS with macOS
2016-06-18 15:26:26 +02:00
Kevin Sawicki
6709e3c338
Mark which APIs are unavailable before app ready
2016-06-17 15:06:59 -07:00
Mark Judd
bf6133d61f
📝 Fix minor text issues.
2016-06-17 11:45:12 -04:00
Cheng Zhao
1a70fd8efe
Merge pull request #6087 from electron/public-app-menu-getter
...
Make Menu.getApplicationMenu() public
2016-06-17 00:40:14 +00:00
Cheng Zhao
245f9cdd7d
Merge pull request #6076 from electron/build-from-source
...
Update the using-native-node-modules.md
2016-06-17 00:21:57 +00:00
Kevin Sawicki
a3b933f1f8
Fence block as yml
2016-06-16 15:26:58 -07:00
Kevin Sawicki
094098b571
Correct typos in docs
2016-06-16 15:19:38 -07:00
Machisté N. Quintana
296d49dc56
Make Menu.getApplicationMenu() public
...
Closes https://github.com/electron/electron/issues/6085
2016-06-16 12:43:01 -07:00
Cheng Zhao
611791ea30
Update the using-native-node-modules.md
2016-06-16 17:10:57 +09:00
Cheng Zhao
58bce74255
Merge pull request #6071 from banyudu/patch-2
...
DocFixit: fix spell error
2016-06-16 05:19:26 +00:00
Yudu Ban
17a4b61d54
fix spell error
2016-06-16 09:32:58 +08:00
Yudu Ban
d014f7fc76
fix spell error
2016-06-16 09:31:10 +08:00
Kevin Sawicki
9267004b53
Merge pull request #6052 from electron/doc-entitlements
...
Document entitlements needed for dialog APIs
2016-06-15 11:14:00 -07:00
Cheng Zhao
be90e2e9ff
Improve the docs on loading flash plugin
2016-06-15 09:41:47 +09:00
Kevin Sawicki
5c5fb0e39e
Tweak documentation link
2016-06-14 15:24:05 -07:00
Kevin Sawicki
bfde8b02bb
Drop the certain
2016-06-14 15:22:12 -07:00
Kevin Sawicki
54d1647a5c
Mention dialog entitlements
2016-06-14 15:20:29 -07:00
Jimi (Dimitris) Charalampidis
8121f913ca
Improving test exit
...
Test should always exit (app.stop()) either on success or failure.
2016-06-14 16:36:54 +03:00
Cheng Zhao
af722cc104
Merge pull request #6029 from electron/web-contents-created-app-api
...
Add web-contents-created event to app
2016-06-13 23:31:47 +00:00
Cheng Zhao
fcc7dc774a
Merge pull request #6026 from electron/ready-to-show
...
Add "ready-to-show" event and docs on showing window gracefully
2016-06-13 23:24:14 +00:00
Kevin Sawicki
88a81ef946
Doc web-contents-created
2016-06-13 09:01:06 -07:00
Kushagra Sharma
61c0981ac7
remove extraneous 'not'
...
[ci skip]
2016-06-13 20:14:42 +05:30
Cheng Zhao
fc09c98bec
Use once for 'ready-to-show'
2016-06-13 22:19:44 +09:00
Cheng Zhao
8a50a1b9d3
docs: Showing window gracefully
2016-06-13 22:11:40 +09:00
Cheng Zhao
e284deb7e1
docs: The side effect of focusable: false on Linux
2016-06-13 17:53:08 +09:00
Cheng Zhao
50f1837097
On Windows focusable: false also means skipTaskbar: true
2016-06-13 17:24:45 +09:00
Cheng Zhao
8eca728e0a
Add focusable option
2016-06-13 17:10:28 +09:00
Cheng Zhao
5aecd10502
docs: Document the behavior of win.setIgnoreFocus on OS X
2016-06-13 16:40:02 +09:00
Cheng Zhao
ce00f4a273
Merge pull request #6013 from miniak/setIgnoreFocus
...
Add BrowserWindow.prototype.setIgnoreFocus
2016-06-13 07:18:10 +00:00
Cheng Zhao
04479b40a7
Merge pull request #6012 from miniak/menu-item-roles
...
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
2016-06-13 06:21:53 +00:00
Cheng Zhao
33a69fe50b
Merge pull request #6008 from develar/patch-1
...
Add info about electron-builder to build windows installer
2016-06-13 06:16:53 +00:00
Cheng Zhao
4f1f0add27
docs: Reword the requirement of setApplication Menu
2016-06-13 10:52:12 +09:00
Cheng Zhao
9b566d8a40
Merge pull request #5999 from greggman/update-menu-docs-1
...
Document Menu.setApplicationMenu from main process
2016-06-13 01:42:47 +00:00
Cheng Zhao
8fe5dd22b2
Merge pull request #6018 from electron/string-map
...
Cleanup code for autoUpdater
2016-06-13 01:02:53 +00:00
Cheng Zhao
853d7b1b79
Merge pull request #5965 from electron/installed-extension-api
...
Add BrowserWindow.getDevToolsExtensions API
2016-06-13 00:45:58 +00:00
Cheng Zhao
a3786f66c9
Do not add JS wrapper for setFeedURL
...
When possible we should avoid adding wrappers in JS, it usually makes
code more difficult to mantain
2016-06-13 09:38:47 +09:00
Milan Burda
7a1d1ee0ea
Add BrowserWindow.prototype.setIgnoreFocus
2016-06-12 20:20:57 +02:00
Milan Burda
f5699ad3a6
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
2016-06-12 19:21:52 +02:00
Milan Burda
c89d8b19b6
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times
2016-06-12 12:46:16 +02:00
Vladimir Krivosheev
109596501c
Add info about electron-builder to build windows installer
2016-06-12 10:48:50 +02:00
Greggman
19c9170d6c
Document Menu.setApplicationMenu from main process
...
You can't call Menu.setApplicationMenu until the app is ready.
[ci skip]
2016-06-11 14:09:53 +09:00
Kevin Sawicki
9438ba3aaf
Access remote from electron require
2016-06-10 10:24:35 -07:00
Kevin Sawicki
f9b7033f43
Fix typo in example
2016-06-10 09:34:34 -07:00
Kevin Sawicki
2804272c7d
Doc getDevToolsExtensions
2016-06-10 09:29:26 -07:00
Kevin Sawicki
091682a039
Doc BrowserWindow.isDevToolsExtensionInstalled
2016-06-10 09:24:04 -07:00
Kevin Sawicki
34e01833d3
Merge pull request #5966 from electron/felix-docs-windows-store
...
Update Guide for Windows Store Apps
2016-06-09 17:36:55 -07:00
Felix Rieseberg
8204412f9b
📝 Update Guide for Windows Store Apps
...
- Updated the guide to reflect that electron-windows-store no longer
requires container conversion prerequisites
- Added a link and a note about using background tasks to include
UWP features
2016-06-09 16:59:42 -07:00
Cheng Zhao
cbcbcaeb41
docs: Make the example cover all cases
2016-06-09 20:57:29 +09:00
Cheng Zhao
dcad25c98c
Add isPaused and canResume
2016-06-09 20:51:01 +09:00
Cheng Zhao
3f1dba3016
docs: Update DownloadItem for getState
2016-06-09 20:35:12 +09:00
Cheng Zhao
2ec5406ca6
Merge pull request #5904 from deepak1556/extension_partition_patch
...
browser: set up extension protocol handler for each browser context
2016-06-09 08:04:58 +00:00
deepak1556
4749e18fc0
fix spec and docs
2016-06-09 10:48:05 +05:30
deepak1556
ebff40b5a5
add docs
2016-06-09 10:39:18 +05:30
Vadim Macagon
537c62a9a8
Update Build System Overview doc
...
`atom.gyp` was renamed to `electron.gyp` not long ago but this document wasn't updated.
2016-06-09 10:58:58 +07:00
Brian R. Bondy
352a9cd6f2
Allow obtaining system Pepper Flash path
2016-06-08 16:40:15 -04:00
Kevin Sawicki
f4c1cd11a0
Merge pull request #5921 from electron/webview-show-definition-for-selection
...
Add showDefinitionForSelection to webContents/webview
2016-06-08 10:40:10 -07:00
Kevin Sawicki
c66299bf66
Document webview.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Kevin Sawicki
ce19c2c0ad
Document webContents.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Vadim Macagon
8e2ae9b9e7
Fix location of code snippet in nativeImage docs
...
The code snippet for `nativeImage.createFromPath` somehow ended up in the wrong section of the document, this PR moves it back where it belongs.
2016-06-08 23:34:45 +07:00
Cheng Zhao
3ec4fcb3ec
bellow => below
2016-06-08 11:03:01 +09:00
Cheng Zhao
6c5eaf6178
Merge pull request #5923 from electron/disable-blink-features
...
Support disabling Blink features
2016-06-08 02:00:30 +00:00
Emmanouil Konstantinidis
9b979f3b49
Move example to the correct place
2016-06-07 23:40:07 +01:00
Kevin Sawicki
c7f2c25bc9
Mention enabling/disabling
2016-06-07 13:59:30 -07:00
Kevin Sawicki
1b6a95adcb
Document disableblinkfeatures attribute
2016-06-07 13:57:54 -07:00
Kevin Sawicki
636e356977
Document disableBlinkFeatures option
2016-06-07 13:56:33 -07:00
Kevin Sawicki
b941e25bf5
Link to RuntimeEnabledFeatures.in
2016-06-07 13:55:44 -07:00
Cheng Zhao
6192eef1b6
Update docs on win.setIgnoreMouseEvents
2016-06-07 20:32:52 +09:00
Cheng Zhao
3c873736d7
Add update-target-url event
2016-06-07 15:56:19 +09:00
Cheng Zhao
1a22caabe8
docs: Update the code sample of screen module
...
* We should not require it before the ready event;
* There is no need to use electronScreen as name in the main process.
2016-06-07 13:56:57 +09:00
Cheng Zhao
5fc64aea38
docs: Move "Sign Native Modules" to MAS Guide
2016-06-07 10:26:53 +09:00
Cheng Zhao
cb5f5660e1
Merge pull request #5890 from jpittner/patch-1
...
Update using-native-node-modules.md
2016-06-07 01:09:40 +00:00
jpittner
3edde9143b
Update using-native-node-modules.md
...
Explains how native modules to be signed and packaged.
2016-06-06 13:46:34 +02:00
Cheng Zhao
02cfe30df9
Add app.disableHardwareAcceleration() API
2016-06-06 20:19:55 +09:00
Cheng Zhao
ec691a3a64
Merge pull request #5870 from danhp/missing-roles
...
Add 'delete' and 'pasteandmatchstyle' roles
2016-06-06 06:16:53 +00:00
Daniel Pham
bd1eae86a1
Add 'delete' and 'pasteandmatchstyle' roles
2016-06-05 21:50:37 -04:00
Cheng Zhao
08f5322658
Merge pull request #5873 from sourenaraya/patch-1
...
Fix shared data example in FAQ
2016-06-06 01:48:13 +00:00
sourenaraya
506bc4db4c
Fix shared data example
...
since `remote` module unaviable
2016-06-05 20:39:10 +10:00
Felix Rieseberg
b42e6583f7
🎨 Log a warning if an extension has already been loaded
...
If an extension has already been loaded (for instance because it’s
persisted), `addDevToolsExtension` will return nothing, which is
confusing. This adds a little `console.warn` to educate people about
what’s happening.
Closes #5854
2016-06-03 14:32:22 -07:00
Cheng Zhao
f59eecb1cc
Merge pull request #5833 from CharlieHess/osx-global-defaults
...
Support array / dictionary types in getUserDefault
2016-06-03 08:36:44 +00:00
Cheng Zhao
4ec064d311
Merge pull request #5837 from electron/restart
...
Add app.relaunch API
2016-06-03 04:00:12 +00:00
Cheng Zhao
7f9e296f9c
Merge pull request #5826 from Pym/patch-1
...
Add nuts link to the docs
2016-06-03 03:30:13 +00:00
Jordon Bedwell
020da553ff
List all the possible folders for Linux.
...
Linux has several folders, depending on who is using the Linux install. On our systems it could be any one of those depending on the user and what software they prefer to use, they all have the React plugin however, each one sits in a different folder. I prefer Chrome because of Netflix, she prefers Chromium and we also have Chrome Beta available.
2016-06-02 20:29:25 -05:00
Kevin Sawicki
96ca8edbb4
javascript -> javascript
2016-06-02 09:39:17 -07:00
Cheng Zhao
d3fe80991c
docs: app.relaunch
2016-06-02 22:06:27 +09:00
Charlie Hess
fa3b17444f
All we really need to do is make getUserDefault support array / object types.
2016-06-01 19:21:17 -07:00
Pierre-Yves Jamon
3b11355521
Add nuts link to the docs
...
Add link to GitbookIO/nuts in the docs page for autoUpdater
2016-06-01 15:22:08 +02:00
Cheng Zhao
e46ef5a15a
Merge pull request #5824 from electron/cleanup-web-contents
...
Cleanup the web-contents.js code
2016-06-01 07:14:31 +00:00
Cheng Zhao
8f49d43b69
Merge pull request #5781 from deepak1556/bluetooth_patch
...
webContents: add event to select bluetooth device
2016-06-01 06:40:08 +00:00
Cheng Zhao
f4dc8f6d26
Merge pull request #5823 from ColinEberhardt/patch-1
...
minor typo fixes
2016-06-01 06:34:57 +00:00
Cheng Zhao
01b10b3b39
Slightly improve docs of webContents.printToPDF
2016-06-01 15:32:37 +09:00
deepak1556
7434838463
fix docs
2016-06-01 11:44:29 +05:30
deepak1556
51daf8e194
add docs
2016-06-01 11:43:39 +05:30
Cheng Zhao
0565c42add
Merge pull request #5812 from vasumahesh1/feature-pdf
...
webContents: custom pageSize for printToPDF
2016-06-01 05:52:08 +00:00
Colin Eberhardt
89adc122c3
Minor typo fixes
2016-06-01 06:36:45 +01:00
Cheng Zhao
28c9dcc393
Merge pull request #5817 from electron/plist-vars
...
Add variables for plist paths
2016-06-01 04:33:27 +00:00
Garen Torikian
2aa1aedd92
Fix typo
2016-05-31 17:51:09 -07:00
Kevin Sawicki
606fc1a5b7
Add plist path variables
2016-05-31 16:48:03 -07:00
Vasu Mahesh
fc6628d159
Add: custom pageSize for printToPDF
2016-05-31 22:40:11 +05:30
TAKAHASHI Kyohei
5ab86cc2df
📝 trivial change in web-view-tag.md
...
There is a mistake about the information of `stopFindInPage`.
[ci skip]
2016-05-30 14:02:15 +09:00
Cheng Zhao
7ec467e337
docs: Move the "Packaging Tools" out of "Rebranding" chapter
2016-05-30 10:37:32 +09:00
Cheng Zhao
3e41aebaa7
Merge pull request #5763 from electron/window-icon-size
...
Choose the correct icon size for Windows taskbar
2016-05-30 01:01:28 +00:00
Cheng Zhao
26fa963a70
Merge pull request #5720 from danhp/release-single-instance
...
Add 'app.releaseSingleInstance()'
2016-05-30 00:51:13 +00:00
Cheng Zhao
5a9eb5cfa6
Choose the correct icon size for Windows taskbar
2016-05-30 09:46:42 +09:00
Cheng Zhao
09796587b4
Remove trailing whitespaces and cleanup the code logic
2016-05-30 09:12:16 +09:00
Cheng Zhao
ec53e49fad
Merge pull request #5718 from felixrieseberg/windows-fullscreenable
...
Fix setFullscreen() on Windows
2016-05-30 00:08:16 +00:00
Cheng Zhao
9f0fc96025
Merge pull request #5711 from electron/extension-code-cleanup
...
Implement partial chrome.* API for devtools extension
2016-05-29 23:29:08 +00:00
Cheng Zhao
d1e56f416c
Update the docs on using DevTools extension
2016-05-29 15:19:41 +09:00
Kevin Sawicki
5deb86d6f9
Merge pull request #5744 from aaronang/docs-improve-structure-of-source-code
...
📝 Indicate directories in the Structure of Source Code section
2016-05-27 15:41:28 -07:00
Aaron Ang
0a03dcd481
📝 Indicate directories in the Structure of Source Code section
...
[ci skip]
2016-05-28 00:22:47 +02:00
Kevin Sawicki
1704b1ad53
Remove APIs that are no longer present
2016-05-27 15:08:29 -07:00
Kevin Sawicki
6add7f8d49
we -> it
2016-05-27 14:34:23 -07:00
Kevin Sawicki
ba6c8b531f
Add ELECTRON_REPO example
2016-05-27 14:06:40 -07:00
Kevin Sawicki
82bc98ec3c
Put - at end of previous line
2016-05-27 14:06:04 -07:00
Kevin Sawicki
1e28e3fc27
Add trailing slashes to directories
2016-05-27 14:06:04 -07:00
Kevin Sawicki
2effa32e3e
Tighten up section title
2016-05-27 14:06:04 -07:00
Kevin Sawicki
f17e64e726
Tweak fork section
2016-05-27 14:06:04 -07:00
Kevin Sawicki
556b39c6f2
ATOM_SHELL -> ELECTRON in env vars
2016-05-27 14:06:04 -07:00
Kevin Sawicki
4734cbaf1c
Move custom fork content to app distribution doc
2016-05-27 14:06:04 -07:00
Paul Betts
153a7f19ae
Add notes on S3 directory structure
2016-05-27 14:06:04 -07:00
Paul Betts
0b27db2ef4
Create guide for how to create your own from-source Electron fork
...
This PR adds the notes on how to use Surf to build and upload a custom version of Electron
2016-05-27 14:06:04 -07:00
Felix Rieseberg
fa7f084625
📠 Add print() to BrowserWindowProxy
...
Closes #5685
2016-05-27 11:11:19 -07:00
Daniel Pham
f4c3f0423a
🎁 Add 'app.releaseSingleInstance()'
2016-05-26 18:50:06 -04:00
Kevin Sawicki
efeb9647ff
Update docs for new API names
2016-05-26 14:26:12 -07:00
Felix Rieseberg
836f8ab33c
🐛 Fix setFullscreen() on Windows
...
This ensures that a BrowserWindow responds to `setFullscreen(true)` if
`full screenable` was not defined during creation.
This bug was on Windows only.
2016-05-26 11:52:25 -07:00
Vadim Macagon
c2633460eb
Improve documentation of ses.cookies.set()
...
Fix description of the `details.url` param in `ses.cookies.set()`, and clarify the fact that cookies without an expiration date will not be retained between sessions.
2016-05-25 12:46:17 +07:00
Cheng Zhao
f34cd8767c
Merge pull request #5658 from danhp/handoff-fallback
...
Add fallback URL to handoff
2016-05-25 01:13:03 +00:00
Daniel Pham
eb0889de38
🍎 Add fallback URL to handoff.
2016-05-24 21:06:14 -04:00
Cheng Zhao
e97ce6f7e1
Merge pull request #5669 from felixrieseberg/build-instructions
...
Update Windows Build Instructions
2016-05-24 23:49:37 +00:00
Felix Rieseberg
2a7590529e
📝 Update Windows Build Instructions
...
Closes #5655
2016-05-24 06:12:07 -07:00
Cheng Zhao
28e2058ff1
Merge pull request #5648 from electron/chrome51
...
Update to Chrome 51
2016-05-24 10:59:11 +00:00
Daniel Pham
5010150c8c
📝 Mention that x and y have to be used together when creating new window
...
[ci skip]
2016-05-23 13:00:43 -04:00
Cheng Zhao
9f858e1243
Merge branch 'master' into chrome51
2016-05-23 19:49:43 +09:00
Cheng Zhao
c489d6d4b3
Merge pull request #5638 from deepak1556/iwa_patch
...
browser: flags to control iwa enabled server whitelist
2016-05-23 10:48:30 +00:00
deepak1556
f68d0f324f
deprecate app.allowNTLMCredentialsForAllDomains
2016-05-23 11:44:21 +05:30
Cheng Zhao
fa0ce7ad5f
Adjust to the new behaviors of beforeunload handler
2016-05-23 14:27:39 +09:00
deepak1556
62cad610e0
bring back app.allowNTLMCredentialsForAllDomains
2016-05-23 01:52:09 +05:30
deepak1556
3db2daf790
browser: flags to control iwa enabled server whitelist
2016-05-21 23:38:50 +05:30
Cheng Zhao
6f3d0e1782
Merge pull request #5603 from leethomas/osx-horizontal-sheet-offset
...
Osx horizontal sheet offset
2016-05-21 14:07:53 +00:00
Kevin Sawicki
f16f48aa7c
Tweak example intros
2016-05-20 14:04:01 -07:00
Kevin Sawicki
e1d9229507
Tweak intro sentence
2016-05-20 14:03:28 -07:00
Kevin Sawicki
588420ecd2
Use active voice
2016-05-20 14:02:10 -07:00
Kevin Sawicki
d56c36b4a7
Minor wording updates
2016-05-20 14:01:08 -07:00
Kevin Sawicki
d983eb42e6
Use ### for headings for consistency
2016-05-20 13:58:48 -07:00
Kevin Sawicki
f266b979af
Capitalize Object
2016-05-20 09:25:10 -07:00
Cheng Zhao
a93c9462ed
Add BrowserWindow.setIcon
2016-05-20 22:22:15 +09:00
Cheng Zhao
b33c04d041
docs: Recommend to use ICO icon
2016-05-20 19:58:47 +09:00
leethomas
9196a9f334
update docs
2016-05-19 20:32:14 -07:00
Ben Gotow
2bade868bb
Update remote.md to mention enumerable property limitation
...
#5599
2016-05-19 09:31:02 -07:00
Cheng Zhao
983d611e96
Cleanup the docs of process object
2016-05-19 20:12:56 +09:00
Cheng Zhao
0bd3e28a05
Merge pull request #5526 from electron/process-stats
...
Process and System memory statistics API
2016-05-19 10:34:01 +00:00
Cheng Zhao
8fd9957453
Merge pull request #5605 from preco21/document-fixes-5
...
docs: Improve docs
2016-05-19 10:26:38 +00:00
Cheng Zhao
17528a4dfd
Merge pull request #5578 from deepak1556/disable_http2_patch
...
browser: flag to disable HTTP/2 and SPDY/3.1 protocols
2016-05-19 10:21:36 +00:00
Plusb Preco
d6ab81c1da
📝 Fix link to improve readability
...
[ci skip]
2016-05-19 18:36:26 +09:00
Plusb Preco
3ee9eef308
📝 Remove unused link
...
[ci skip]
2016-05-19 18:34:08 +09:00
Plusb Preco
9cbcd228f3
📝 Adjust line length to 80
...
[ci skip]
2016-05-19 18:32:43 +09:00
Plusb Preco
e1bf0ea2b4
📝 Adjust line length to 80
...
[ci skip]
2016-05-19 18:28:29 +09:00
Plusb Preco
5c8ecd8a97
📝 Small fixes
...
* Adjust line length to `80`.
* Fix typos
[ci skip]
2016-05-19 18:28:00 +09:00
leethomas
eaacbc86c7
📝 update english docs to include setSheetOffsets
2016-05-18 23:59:25 -07:00
Cheng Zhao
5d906c0e4e
docs: Team ID is now required for signing
2016-05-19 11:13:09 +09:00
Paul Betts
872c6ea763
📝
2016-05-18 11:08:04 -07:00
Cheng Zhao
906948218f
docs: Update MAS guide without using temporary-exception
2016-05-18 16:48:22 +09:00
Cheng Zhao
d2a567d6ab
Merge pull request #5582 from electron/notification-user-info
...
Pass userInfo in systemPreferences.subscribeNotification
2016-05-18 07:36:31 +00:00
Cheng Zhao
97250b53e8
Pass userInfo in subscribeNotification
2016-05-18 14:40:19 +09:00
Cheng Zhao
998ce73ad9
Add webContents.id property
2016-05-18 13:57:48 +09:00
Cheng Zhao
5368da18ad
Merge pull request #5575 from electron/link-to-spectron
...
Add spectron to ChromeDriver doc
2016-05-18 01:34:56 +00:00
deepak1556
467ccabb7e
browser: flag to disable HTTP/2 and SPDY/3.1 protocols
2016-05-18 06:56:58 +05:30
Cheng Zhao
397d0e34ee
Merge pull request #5559 from electron/disable-webview
...
Disable webview when nodeIntegration is off
2016-05-18 01:26:58 +00:00
Cheng Zhao
27da0f3338
Merge pull request #5576 from electron/title-tweaks
...
Tweak doc headings
2016-05-18 01:26:27 +00:00
Cheng Zhao
c7f5210b50
Merge pull request #5567 from felixrieseberg/versioning
...
Add Information about Versioning
2016-05-18 00:43:23 +00:00
Kevin Sawicki
866260a2a6
with -> on
2016-05-17 16:05:47 -07:00
Kevin Sawicki
bfb75df49c
Tweak doc headings
2016-05-17 16:02:54 -07:00
Kevin Sawicki
b301c473cd
Simplify sentence
2016-05-17 15:14:50 -07:00
Kevin Sawicki
3f3871b1be
Add spectron section
2016-05-17 15:13:26 -07:00
Kevin Sawicki
2043356fa3
Recommend electron-chromedriver
2016-05-17 15:09:09 -07:00
Paul Betts
dc86ec8ddd
Come Correct with Wrapping
2016-05-17 14:54:33 -07:00
Paul Betts
bfb4867e10
🔥 old docs
2016-05-17 14:52:01 -07:00
Paul Betts
1623622073
Dox
2016-05-17 14:48:49 -07:00
Paul Betts
b51be9b83f
Add docs
2016-05-17 14:47:56 -07:00
Felix Rieseberg
7e09b1664a
📝 Add Information about Versioning
2016-05-17 20:20:25 +02:00
Cheng Zhao
7ce87c470a
docs: webview is only available with nodeIntegration on
2016-05-17 17:10:33 +09:00
Cheng Zhao
e53bfad018
Fix building on Windows
2016-05-16 10:09:41 +09:00
Ben Gotow
40c531737d
Add buttonLabel param to showOpen/showSave dialogs
2016-05-15 01:03:32 -05:00
Cheng Zhao
5986a302d1
Merge pull request #5531 from kcrt/patch-1
...
wrong link destination
2016-05-15 09:46:59 +09:00
Cheng Zhao
f5acc8b599
Merge pull request #5525 from stanfieldr/doc-improvements
...
A little confused by docs
2016-05-15 09:45:43 +09:00
TAKAHASHI, Kyohei
0b5efcbc75
wrong link destination
2016-05-15 00:36:11 +09:00
Cheng Zhao
5ec2e8d7e5
Merge pull request #5413 from electron/process-resource-usage
...
Fetch Process resource usage from WebContents
2016-05-14 23:28:51 +09:00
Cheng Zhao
c740438032
Rename webFrame.purgeCaches to webFrame.clearCache
...
This matches the name of session.clearCache.
2016-05-14 22:48:25 +09:00
Cheng Zhao
7459581d13
Fix cpplint warnings
2016-05-14 22:40:18 +09:00
Daniel Pham
1bac1a9028
📝 Fix styling of the context-menu docs
...
[ci skip]
2016-05-14 08:43:23 -04:00
Robert Stanfield
2d46f6f66f
It isn't entirely clear to me that 'window-all-closed' is used for
...
this purpose. I originally looked for an event that would fire if
all windows were closed and the reason was NOT due to the application
quitting; however, this differs in that it is called regardless of
whether the app was quitting.
2016-05-13 21:34:42 -04:00
Paul Betts
908084c0fd
Document resource methods
2016-05-13 10:54:10 -07:00
Cheng Zhao
751ebe7377
Merge pull request #5513 from danhp/patch-1
...
Document 'Tab' as a supported accelerator.
2016-05-13 09:08:32 +09:00
Daniel Pham
9a72afc963
📝 Document 'Tab' as a supported accelerator.
...
[ci skip]
2016-05-12 16:00:58 -04:00
Ben Gotow
b9b6e8aa68
Add to security checklist
2016-05-12 10:42:29 -07:00
Daniel LaBarge
eef9d9beaf
Fixed grammar issue.
2016-05-11 21:08:01 -05:00
Cheng Zhao
9a35d54ecf
Merge pull request #5500 from radarhere/master
...
Fixed typo
2016-05-12 10:26:39 +09:00