Cheng Zhao
|
dfe7ae2124
|
Add webContents.fromId
|
2016-05-28 10:10:24 +09:00 |
|
Cheng Zhao
|
9ab76fb884
|
Add webContents.sendToAll to send message to all frames
|
2016-05-27 16:58:49 +09:00 |
|
Felix Rieseberg
|
bef6748c06
|
🎨 Implement JS Standard Code Style 7
Updates Standard Code Style to 7 (latest major) and ensures that code
is conform.
* camelCase is now enforced
* No assignments in return statements
|
2016-05-25 16:20:49 -07:00 |
|
deepak1556
|
f68d0f324f
|
deprecate app.allowNTLMCredentialsForAllDomains
|
2016-05-23 11:44:21 +05:30 |
|
deepak1556
|
62cad610e0
|
bring back app.allowNTLMCredentialsForAllDomains
|
2016-05-23 01:52:09 +05:30 |
|
Cheng Zhao
|
67d9ae27c3
|
Remove the JavaScript wrapper for setContextMenu
|
2016-05-20 16:18:38 +09:00 |
|
Kevin Sawicki
|
cc7395eea8
|
Remove returns from event listeners
|
2016-05-19 15:28:08 -07:00 |
|
Cheng Zhao
|
ecbb088ea6
|
Merge pull request #5542 from stevekinney/standardize-requires
Standardize requires
|
2016-05-16 10:42:12 +09:00 |
|
Steve Kinney
|
0d3d097ce8
|
💄 Standarize requires in JavaScript API
|
2016-05-15 09:41:30 -04:00 |
|
Steve Kinney
|
2317b56ac4
|
💄 Make the power-save-blocker a bit more concise
|
2016-05-15 09:36:13 -04:00 |
|
Ben Gotow
|
84cce6c2c1
|
Don't default to "Open", "Save", just let OS decide
|
2016-05-15 01:03:32 -05:00 |
|
Ben Gotow
|
40c531737d
|
Add buttonLabel param to showOpen/showSave dialogs
|
2016-05-15 01:03:32 -05:00 |
|
Cheng Zhao
|
88f3c34412
|
Merge pull request #5532 from stevekinney/patch-2
💄 Use ES6; clean up CoffeeScript conversion in BrowserWindow module
|
2016-05-15 12:38:28 +09:00 |
|
Steve Kinney
|
fd9c9c3be7
|
💄 Use spread operator instead of arguments object
|
2016-05-14 22:33:21 -04:00 |
|
Steve Kinney
|
236810a923
|
💄 Use ES6; clean up CoffeeScript conversion
💄 Destructure app module
Address linting errors
|
2016-05-14 22:33:20 -04:00 |
|
Cheng Zhao
|
88dc73ec3f
|
Merge pull request #5533 from stevekinney/patch-3
💄 Destructure globalShortcut module
|
2016-05-15 11:16:19 +09:00 |
|
Steve Kinney
|
c11d18fe06
|
💄 Destructure globalShortcut module
💄 Remove globalShortcut property
Add back the globalShortcut property
|
2016-05-14 21:53:42 -04:00 |
|
Steve Kinney
|
b1275420a3
|
Require download_items inline
|
2016-05-14 19:43:30 -04:00 |
|
Steve Kinney
|
e5036c0988
|
Use anonymous function for wrapping native classes
|
2016-05-14 12:28:28 -04:00 |
|
Steve Kinney
|
0785c3bd15
|
💄 Add spaces to comply with Standard
|
2016-05-14 11:31:08 -04:00 |
|
Steve Kinney
|
5dc88aa543
|
💄 Add ES6; Clean up from CoffeeScript conversion
|
2016-05-14 11:17:46 -04:00 |
|
Cheng Zhao
|
2cd41b2f84
|
Merge branch 'master' of https://github.com/electron/electron
|
2016-05-11 15:15:15 +09:00 |
|
Cheng Zhao
|
0f52a6da39
|
Merge branch '1-0-release'
|
2016-05-11 15:14:56 +09:00 |
|
Cheng Zhao
|
ed70a11ff8
|
Merge pull request #5477 from danhp/download-bounce
Add API: app.dock.downloadFinished(filePath)
|
2016-05-11 09:41:08 +09:00 |
|
Daniel Pham
|
6dae07b76f
|
Add API: app.dock.downloadFinished(filePath)
|
2016-05-10 15:02:56 -04:00 |
|
Cheng Zhao
|
566bb1f708
|
Turn the exception in protocol.registerStandardSchemes to warning
|
2016-05-10 09:53:35 +09:00 |
|
Cheng Zhao
|
ab3122ef2a
|
No need to keep the deprecated APIs
They will be removed in next release.
|
2016-05-10 09:53:35 +09:00 |
|
Cheng Zhao
|
af0afecb45
|
Merge pull request #5406 from deepak1556/protocol_standard_scheme_patch
protocol: fix registerStandardSchemes api
|
2016-05-09 09:12:35 +09:00 |
|
deepak1556
|
70dac71639
|
delay protocol object creation
|
2016-05-08 16:44:14 +05:30 |
|
deepak1556
|
0f2ae385ed
|
allow protocol module initialization before app ready.
* ensure registerStandardSchemes can only be called before app ready
* ensure other protocol methods can only be used after app ready
|
2016-05-08 01:36:34 +05:30 |
|
Steve Kinney
|
91220f2a98
|
💄 Simplify conditional check for BrowserWindow
|
2016-05-07 09:13:40 -06:00 |
|
Steve Kinney
|
f3e633eb2c
|
💄 Use destructuring to shift arguments
|
2016-05-07 08:55:26 -06:00 |
|
Steve Kinney
|
6708e2a302
|
💄 Cache last argument in parseArgs
This is to eliminate the need to access the array twice.
|
2016-05-07 08:52:52 -06:00 |
|
Kevin Sawicki
|
7685380105
|
Remove crashed event forwarding
|
2016-05-06 10:12:56 -07:00 |
|
Kevin Sawicki
|
56cd57872c
|
Remove BrowserWindow events now on WebContents
|
2016-05-06 10:12:56 -07:00 |
|
Kevin Sawicki
|
f2d8eadf4e
|
Remove deprecated prototol APIs
|
2016-05-06 10:12:55 -07:00 |
|
deepak1556
|
14661819c2
|
move session wrapper to webcontents
|
2016-05-06 10:12:55 -07:00 |
|
Kevin Sawicki
|
30b60516fe
|
Initialize session explicitly
|
2016-05-06 10:12:55 -07:00 |
|
Kevin Sawicki
|
814ae7b4a4
|
🎨
|
2016-05-06 10:12:55 -07:00 |
|
Kevin Sawicki
|
d627ead273
|
Remove linter errors
|
2016-05-06 10:12:55 -07:00 |
|
Kevin Sawicki
|
7ad86a12b4
|
Remove empty _init
|
2016-05-06 10:12:54 -07:00 |
|
Kevin Sawicki
|
bf91410a22
|
Remove deprecated main process ipc module
|
2016-05-06 10:12:54 -07:00 |
|
Kevin Sawicki
|
6f0471f6cb
|
Remove deprecated options check in BrowserWindow
|
2016-05-06 10:12:53 -07:00 |
|
Kevin Sawicki
|
dae68be2ce
|
Remove deprecated APIs
|
2016-05-06 10:12:53 -07:00 |
|
deepak1556
|
4e6b148eaa
|
webContents: fix executejavascript when called before page load
|
2016-04-28 01:54:08 +05:30 |
|
Cheng Zhao
|
570dc7ca9b
|
Merge branch 'MarshallOfSound-master'
|
2016-04-26 11:15:56 +09:00 |
|
Samuel Attard
|
315cd9d2c8
|
Emit an error if quitAndInstall is called without an update being available
|
2016-04-26 11:55:57 +10:00 |
|
Cheng Zhao
|
a421c66f3f
|
Deprecate the platform-theme-changed event
|
2016-04-25 14:35:34 +09:00 |
|
Cheng Zhao
|
ddd8eae661
|
Move isAeroGlassEnabled and isDarkMode to systemPreferences
|
2016-04-25 12:35:09 +09:00 |
|
Cheng Zhao
|
13f8599ba1
|
Add systemPreferences module
|
2016-04-25 11:32:33 +09:00 |
|