Oden
|
c10f1210bc
|
📝 Update link to Blink features.
|
2017-02-26 20:34:00 -08:00 |
|
Zeke Sikelianos
|
ba4a2d7c30
|
describe local shortcuts before global
|
2017-02-25 19:21:33 -08:00 |
|
Zeke Sikelianos
|
5c64075032
|
add section for browser window events
|
2017-02-25 19:07:09 -08:00 |
|
Zeke Sikelianos
|
32f44d7917
|
add a guide to keyboard shortcuts
|
2017-02-25 18:59:13 -08:00 |
|
Zeke Sikelianos
|
dd5fa2df85
|
Merge pull request #8746 from electron/clarify-app-activation
clarify actions that cause app.activate event to be emitted
|
2017-02-25 18:20:43 -08:00 |
|
James Wheare
|
cdc6b13fc8
|
Clarify docs for dialog.showMessageBox cancelId
|
2017-02-24 23:56:47 +00:00 |
|
Kevin Sawicki
|
be16e75be2
|
Support explicit cancelId on macOS
|
2017-02-24 09:05:55 -08:00 |
|
Kevin Sawicki
|
eb260c3593
|
Update parameter prefix
|
2017-02-23 13:03:22 -08:00 |
|
popod
|
ea3b14f0bb
|
update startDrag(item) doc
add doc for `files` option
|
2017-02-23 21:28:36 +01:00 |
|
Zeke Sikelianos
|
7c4529a01a
|
clarify actions that cause app.activate event to be emitted
|
2017-02-22 16:42:34 -08:00 |
|
Kevin Sawicki
|
6c6506e5aa
|
Document menu.closePopup
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
55f90b4a4b
|
Add new menu.popup signature to planned breaking changes
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
d686cf77e9
|
Update menu.popup docs to take options object
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
91bd95a0b2
|
Add space after if
|
2017-02-22 08:11:21 -08:00 |
|
René Herrmann
|
c4280612c1
|
update setCertificateVerifyProc example
setCertificateVerifyProc example should reflect new api
|
2017-02-22 11:49:14 +01:00 |
|
Kevin Sawicki
|
9be42db8d5
|
Merge pull request #8628 from Spacetech/master
Implement invalidate for non-offscreen mode
|
2017-02-14 11:41:16 -08:00 |
|
Kevin Sawicki
|
52d989f908
|
Update docs for non-offscreen invalidate
|
2017-02-14 11:17:39 -08:00 |
|
Kevin Sawicki
|
07173cdd9d
|
Tweak setExtraParameter description
|
2017-02-14 09:37:09 -08:00 |
|
Kevin Sawicki
|
3b7207da9f
|
Support removing extra parameters
|
2017-02-14 09:37:09 -08:00 |
|
Kevin Sawicki
|
41fef3999c
|
Document setExtraParameter
|
2017-02-14 09:37:09 -08:00 |
|
Kevin Sawicki
|
cfe3ae234b
|
Correct , -> . typo
|
2017-02-14 09:37:09 -08:00 |
|
Kevin Sawicki
|
1933a4fc9f
|
Remove global Buffer mention now handled as require wrapper
|
2017-02-14 08:42:34 -08:00 |
|
Samuel Attard
|
7c33f3ee65
|
Document the noResolveAliases property
|
2017-02-13 08:23:53 -08:00 |
|
Kevin Sawicki
|
266c78b861
|
Merge pull request #8669 from poppinlp/patch-1
Fix typo
|
2017-02-13 08:18:19 -08:00 |
|
Kevin Sawicki
|
c9e5d7d1e2
|
Merge pull request #8660 from fab1an/patch-3
Update session.md
|
2017-02-13 08:17:23 -08:00 |
|
PoppinL
|
9b8e4eb6cb
|
Fix typo
Fix typo
|
2017-02-13 16:14:49 +08:00 |
|
Fabian Zeindl
|
46c65ae5fc
|
Update session.md
|
2017-02-12 10:06:24 +01:00 |
|
Fabian Zeindl
|
5efa34ce6d
|
Update web-contents.md
|
2017-02-12 10:03:33 +01:00 |
|
Kevin Sawicki
|
5e78330c6d
|
Merge pull request #8540 from electron/SECURITY.md
Add SECURITY.md
|
2017-02-10 13:27:50 -08:00 |
|
Kevin Sawicki
|
b92c4f6ce5
|
Merge pull request #8651 from electron/new-window-docs
[ci skip] Improve docs for `new-window` event
|
2017-02-10 10:29:07 -08:00 |
|
Kevin Sawicki
|
e85d2f00dd
|
Fix linting errors around spacing and semicolons
|
2017-02-10 08:49:13 -08:00 |
|
Vadim Macagon
|
035d9df29b
|
Fix example code
|
2017-02-10 18:02:03 +07:00 |
|
Vadim Macagon
|
197ad915b7
|
[ci skip] Improve docs for new-window event
This should help clarify the purpose of `event.newGuest` as per the recent discussion in #7407.
|
2017-02-10 17:57:55 +07:00 |
|
Vadim Macagon
|
e8f0331aeb
|
Improve docs for will-attach-webview event
|
2017-02-10 10:33:33 +07:00 |
|
Kevin Sawicki
|
acedc3e726
|
Merge pull request #8584 from electron/new-webview-event
Add will-attach-webview event
|
2017-02-09 12:40:11 -08:00 |
|
Kevin Sawicki
|
a7c050107b
|
Remove guest from will-attach-webview event
|
2017-02-09 11:47:45 -08:00 |
|
Kevin Sawicki
|
8b0d3a2567
|
Emit attach params as well in event
|
2017-02-09 11:45:07 -08:00 |
|
Kevin Sawicki
|
792f3c3030
|
Document will-attach-webview
|
2017-02-09 11:45:07 -08:00 |
|
Kevin Sawicki
|
35654d872b
|
Document new settings
|
2017-02-09 11:29:10 -08:00 |
|
Kevin Sawicki
|
f7f4de36af
|
Merge remote-tracking branch 'origin/master' into macos-open-save-panel
|
2017-02-09 11:25:05 -08:00 |
|
Birunthan Mohanathas
|
c8c11e68c6
|
Add support for checkbox with dialog.showMessageBox
This adds the `checkboxLabel` and `checkboxChecked` options to display a
checkbox in the message box. Fixes #6048.
|
2017-02-09 09:03:54 -08:00 |
|
Tan Wang Leng
|
8843fef065
|
📝 Update docs for new attributes in showOpenDialog()
|
2017-02-09 20:10:57 +08:00 |
|
Tan Wang Leng
|
cc22149beb
|
📝 Update docs for new attributes in showSaveDialog()
|
2017-02-09 20:10:57 +08:00 |
|
Kevin Sawicki
|
70178adb6e
|
Use object for verification request
|
2017-02-08 11:59:43 -08:00 |
|
Kevin Sawicki
|
5245d42d15
|
Only document deprecation for now
|
2017-02-08 11:59:43 -08:00 |
|
Greg Nolle
|
e29b64a18a
|
modify CertVerifier Class
* respond to multiple similar verification requests.
* accept net error result as callback response.
|
2017-02-08 11:59:43 -08:00 |
|
Kevin Sawicki
|
82ac4ddf19
|
Large is only 48x48 on Linux
|
2017-02-07 11:20:27 -08:00 |
|
Kevin Sawicki
|
fc1b7431c7
|
Tweak optional syntax
|
2017-02-07 10:35:31 -08:00 |
|
Kevin Sawicki
|
a4277bb616
|
Document sizes
|
2017-02-07 10:33:44 -08:00 |
|
Yury Solovyov
|
c810e64fda
|
Fix doc lint
|
2017-02-07 09:55:18 -08:00 |
|
Yury Solovyov
|
bcf0964c61
|
Fix more review
|
2017-02-07 09:55:18 -08:00 |
|
Yury Solovyov
|
2b60df3d8b
|
Fix some feedback
|
2017-02-07 09:55:18 -08:00 |
|
Yury Solovyov
|
11ef2c539b
|
Update docs
|
2017-02-07 09:53:34 -08:00 |
|
Yury Solovyov
|
fe99b255c4
|
Add docs
|
2017-02-07 09:53:34 -08:00 |
|
Charlie Hess
|
a35424ef25
|
Fix broken Squirrel.Windows link.
|
2017-02-06 15:54:05 -08:00 |
|
Cheng Zhao
|
5e43ea227e
|
purgedSize and purgeableSize are removed by Chrome
|
2017-02-06 10:34:29 -08:00 |
|
Cheng Zhao
|
2e0780308c
|
allowDisplayingInsecureContent is removed by Chrome
|
2017-02-06 10:34:29 -08:00 |
|
Cheng Zhao
|
1a15b45736
|
--cipher-suite-blacklist is also removed
|
2017-02-06 10:34:29 -08:00 |
|
Cheng Zhao
|
dc9000f344
|
--ssl-version-fallback-min is removed by Chrome
|
2017-02-06 10:34:28 -08:00 |
|
Cheng Zhao
|
d8e9432b0d
|
contentTracing.setWatchEvent/cancelWatchEvent is removed
|
2017-02-06 10:34:28 -08:00 |
|
Kevin Sawicki
|
b7b200c874
|
Fix typo in getLoginItemSettings doc
|
2017-02-06 08:34:35 -08:00 |
|
Kevin Sawicki
|
3c2539eced
|
Update example to use new option keys
|
2017-02-06 08:34:35 -08:00 |
|
Kevin Sawicki
|
e2501a80e4
|
Add path and args to LoginItemSettings struct
|
2017-02-06 08:34:35 -08:00 |
|
CharlieHess
|
852e158cc6
|
Make sure the spec takes arguments into account.
|
2017-02-06 08:34:35 -08:00 |
|
CharlieHess
|
45e2f35eff
|
Provide guidance in the docs.
|
2017-02-06 08:34:35 -08:00 |
|
Kevin Sawicki
|
093b844859
|
Merge pull request #8509 from electron/upgrading-chrome-doc
Add initial upgrading chrome checklist
|
2017-02-03 09:58:29 -08:00 |
|
Zeke Sikelianos
|
6df446baba
|
Merge pull request #8583 from crowchirp/docs-typo-fixes
Docs typo fixes
|
2017-02-03 09:55:43 -08:00 |
|
Kevin Sawicki
|
de18f09588
|
Add initial upgrading chrome checklist
|
2017-02-03 09:54:34 -08:00 |
|
Kevin Sawicki
|
7b3e998cc6
|
Use content tracing after app ready
|
2017-02-03 09:45:18 -08:00 |
|
Kevin Sawicki
|
b1f260ac87
|
Add forcereload to MenuItem doc
|
2017-02-03 09:39:41 -08:00 |
|
Kevin Sawicki
|
fb08f56fc8
|
Add forcereload menu item role
|
2017-02-03 09:39:41 -08:00 |
|
Kevin Sawicki
|
50b9dfa61a
|
Use querySelector to make examples more portable
|
2017-02-03 09:32:15 -08:00 |
|
Kevin Sawicki
|
4539a6f4d5
|
Change wording from on to present
|
2017-02-03 09:32:15 -08:00 |
|
Kevin Sawicki
|
62a400b7d6
|
Merge pull request #8566 from electron/prompt-to-create-property
Support returning non-existent file paths from Windows open dialog
|
2017-02-03 08:58:52 -08:00 |
|
Chandan Rai
|
75ec73d6fe
|
Merge remote-tracking branch 'origin/patch-3' into docs-typo-fixes
|
2017-02-03 22:23:35 +05:30 |
|
Chandan Rai
|
1a3abb61ed
|
Merge remote-tracking branch 'origin/patch-2' into docs-typo-fixes
|
2017-02-03 22:23:21 +05:30 |
|
Chandan Rai
|
4a6cbd76c8
|
corrected typo
|
2017-02-03 19:26:37 +05:30 |
|
Chandan Rai
|
9e7bcda07d
|
corrected typo
|
2017-02-03 19:11:37 +05:30 |
|
Chandan Rai
|
93b0a2caa1
|
corrected typo
|
2017-02-03 18:58:21 +05:30 |
|
Kevin Sawicki
|
604c2470bc
|
Merge pull request #8561 from liusy182/!-liusy182-br
add 'code' property in 'before-input-event''s 'input' argument
|
2017-02-02 10:33:20 -08:00 |
|
Kevin Sawicki
|
9fef6a1fd7
|
Add support for FOS_CREATEPROMPT option
|
2017-02-02 08:51:10 -08:00 |
|
liusi
|
87392ff046
|
'before-input-event' is missing the code property #8471
|
2017-02-02 16:23:07 +08:00 |
|
Kevin Sawicki
|
dc1c11a841
|
Merge pull request #8487 from leethomas/feature/osx-relative-window-levels
Feature/macOS relative window levels
|
2017-01-30 15:34:24 -08:00 |
|
Kevin Sawicki
|
2cacaa443a
|
Indent relativeLevel docs
|
2017-01-30 15:27:51 -08:00 |
|
Zeke Sikelianos
|
f0882a5058
|
use consistent headings
|
2017-01-30 10:57:53 -08:00 |
|
Zeke Sikelianos
|
1945771f37
|
Add SECURITY.md
|
2017-01-30 10:49:17 -08:00 |
|
Kevin Sawicki
|
eb6d92d427
|
Mention image cannot be empty on macOS
|
2017-01-26 15:46:04 -08:00 |
|
Kevin Sawicki
|
90470617ab
|
Merge pull request #8430 from ramya-rao-a/crash-for-children-docs
Updated docs for crash reporter to support child processes
|
2017-01-24 14:08:36 -08:00 |
|
Kevin Sawicki
|
ce6a46ee59
|
Use template strings
|
2017-01-24 14:08:10 -08:00 |
|
Kevin Sawicki
|
108a3473ed
|
Use crashesDirectory in example
|
2017-01-24 14:07:00 -08:00 |
|
Kevin Sawicki
|
4985e073c4
|
Mention how to test
|
2017-01-24 14:04:56 -08:00 |
|
Kevin Sawicki
|
7b03c05b4e
|
Capitalize Electron, fence as JS
|
2017-01-24 14:03:54 -08:00 |
|
Kevin Sawicki
|
0ca5ad754e
|
Merge pull request #8452 from electron/document-build
Document toolchains used for building official Electron releases
|
2017-01-24 10:53:33 -08:00 |
|
Kevin Sawicki
|
4f6750a460
|
Update build doc to Xcode 8.2.1
|
2017-01-24 10:49:42 -08:00 |
|
leethomas
|
fb741285c6
|
update documentation
|
2017-01-23 23:42:38 -08:00 |
|
Javan Makhmali
|
68eaf1fb9f
|
Remove note in "did-fail-load" about redirect responses
ERR_ABORTED is suppressed now (https://github.com/electron/electron/pull/6201)
|
2017-01-22 16:39:42 -05:00 |
|
Samuel Attard
|
8fe8dfa410
|
Fixing missing link
|
2017-01-22 00:12:43 +11:00 |
|
Kevin Sawicki
|
91c70a66cb
|
Link to Xcode 7.3.1 DMG
|
2017-01-20 08:16:17 -08:00 |
|
Yuya Ochiai
|
11f2574fda
|
📝 Add to security checklist about permission requests
If the handler is not set, remote content can access to user's
information without allowing the permission. e.g. UserMedia
[ci skip]
|
2017-01-20 23:58:21 +09:00 |
|
Yuya Ochiai
|
a7a3aa848e
|
📝 Fix typo
[ci skip]
|
2017-01-20 23:45:48 +09:00 |
|