Samuel Attard
|
20e26a9639
|
Move auto-updater-win to ES6
|
2016-07-26 11:40:55 +10:00 |
|
Feross Aboukhadijeh
|
d6a7ced32c
|
MenuItem: Use 'Close Window' for 'close' role label
On OS X, the standard label that's used for the 'close' role is 'Close
Window'. You can see this in the default macOS apps from Apple.
|
2016-07-25 15:13:17 -07:00 |
|
Cheng Zhao
|
751ee53683
|
Do not throw exception when channel name is "error"
|
2016-07-24 21:08:25 +09:00 |
|
Cheng Zhao
|
9eacd07eda
|
Merge pull request #6489 from electron/webcontents-static-api
Document static methods on webContents
|
2016-07-15 11:02:00 +09:00 |
|
Cheng Zhao
|
2791f71c03
|
webContents is now a public module
|
2016-07-15 10:59:19 +09:00 |
|
Samuel Attard
|
d42e6b3c1f
|
Fix casing issue on the windows update JS file
|
2016-07-15 10:05:36 +12:00 |
|
Kevin Sawicki
|
a7badd43d5
|
Expose getAllWebContents() API
|
2016-07-14 08:59:49 -07:00 |
|
Samuel Attard
|
84a8c393a8
|
Fix linting, removes additional semicolon
|
2016-07-15 00:29:53 +12:00 |
|
Samuel Attard
|
51687e1bc9
|
Add the getFeedURL API for macOS and Windows
|
2016-07-15 00:04:48 +12:00 |
|
Cheng Zhao
|
21a2feaf23
|
Merge pull request #6480 from electron/webcontents-focus
Execute role-based menu items on focused web contents
|
2016-07-14 12:47:07 +09:00 |
|
Kevin Sawicki
|
72cdba2b8e
|
🎨
|
2016-07-13 14:49:25 -07:00 |
|
Kevin Sawicki
|
f9a8bd3ea5
|
Call role method on focused web contents
|
2016-07-13 14:16:56 -07:00 |
|
Kevin Sawicki
|
06e595e7cc
|
Add webContents.getFocusedWebContents()
|
2016-07-13 14:16:56 -07:00 |
|
Kevin Sawicki
|
7877fa7c0a
|
Add webContents.isFocused()
|
2016-07-13 14:16:56 -07:00 |
|
Cheng Zhao
|
400bb8d0f3
|
Hide in_memory parameter in native interface
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
06a41cedab
|
Move check of isReady to native code
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
d739d8772c
|
Move session-created event to app
This follows the convention of other *-created events.
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
45500701f1
|
Do not access default session before app is ready
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
fcd3357fb8
|
Use Proxy to provide protocol APIs
In this way we can avoid initializing defaultSession when protocol
module is used.
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
4ebb83e999
|
Move the warning of registerStandardSchemes to native code
|
2016-07-13 12:23:14 +09:00 |
|
Kevin Sawicki
|
e02cf5905c
|
Execute command on devtools web contents when focused
|
2016-07-12 13:24:53 -07:00 |
|
Cheng Zhao
|
f08ac07737
|
mac: Add showHiddenFiles property for showOpenDialog
|
2016-07-11 13:30:18 +09:00 |
|
Cheng Zhao
|
6e81c55880
|
Merge pull request #6385 from electron/only-use-role-accelerator-in-app-menu
Only use default role accelerator in app menu
|
2016-07-08 11:22:21 +09:00 |
|
Cheng Zhao
|
6381f44f26
|
mac: Pass useDefaultAccelerator to getAcceleratorForCommandId
|
2016-07-07 11:50:19 -07:00 |
|
Kevin Sawicki
|
1e0e5b0eff
|
Use CommandOrControl+Q for quit role on Linux
|
2016-07-07 09:19:20 -07:00 |
|
Kevin Sawicki
|
f7b72f0948
|
Move capturePage to WebContents
|
2016-07-06 09:21:28 -07:00 |
|
Jonas Schwabe
|
768ff7af5a
|
Add additional method isUnityRunning, fix multiple typos in docs
|
2016-06-29 20:22:17 +02:00 |
|
Jonas Schwabe
|
e2d389fbd4
|
Rename the unityLauncher api to launcher and make it available on linux in general. + Document it only works on ubuntu
|
2016-06-29 20:22:17 +02:00 |
|
Jonas Schwabe
|
e3ba6818af
|
Fix linter errors
|
2016-06-29 20:22:17 +02:00 |
|
Jonas Schwabe
|
b22ce93477
|
Implement libunity launcher badge counter to be set via electron, fixes #4193
|
2016-06-29 20:22:17 +02:00 |
|
Kevin Sawicki
|
c686997209
|
Ctrl -> Control for consistency
|
2016-06-22 16:56:45 -07:00 |
|
Kevin Sawicki
|
6165908ba7
|
Incorporate review feedback
|
2016-06-22 15:26:17 -07:00 |
|
Kevin Sawicki
|
be642612c0
|
Export app before requiring modules
|
2016-06-22 15:21:45 -07:00 |
|
Kevin Sawicki
|
ece319a687
|
🎨
|
2016-06-22 14:14:32 -07:00 |
|
Kevin Sawicki
|
58c1d38c96
|
Remove lint errors
|
2016-06-22 14:13:12 -07:00 |
|
Kevin Sawicki
|
c6dc6a8905
|
Specify focused window to execute call
|
2016-06-22 14:02:31 -07:00 |
|
Kevin Sawicki
|
30e3a6ed83
|
Add app require
|
2016-06-22 13:59:49 -07:00 |
|
Kevin Sawicki
|
66f2fb2fe4
|
Add execute helper to roles file
|
2016-06-22 13:48:26 -07:00 |
|
Kevin Sawicki
|
653370974a
|
🎨 Sort roles alphabetically
|
2016-06-22 13:15:20 -07:00 |
|
Kevin Sawicki
|
c0562d16d5
|
Add more role defaults
|
2016-06-22 13:09:49 -07:00 |
|
Kevin Sawicki
|
888068b597
|
Add default help/window labels
|
2016-06-22 13:09:49 -07:00 |
|
Kevin Sawicki
|
13a6d32ee9
|
Add default label/accelerator to role menu items
|
2016-06-22 13:09:48 -07:00 |
|
Kevin Sawicki
|
25b2724ab9
|
Add menu item role defaults
|
2016-06-22 13:09:48 -07:00 |
|
Kevin Sawicki
|
ad110fc806
|
Make commandId a read only property
|
2016-06-22 10:07:02 -07:00 |
|
Kevin Sawicki
|
50a62429e4
|
Add back event param
|
2016-06-22 09:35:11 -07:00 |
|
Kevin Sawicki
|
4e8d4dfda9
|
Move click variable near this.click
|
2016-06-22 09:21:46 -07:00 |
|
Kevin Sawicki
|
93cbe6539f
|
Add spec for invalid menu item type
|
2016-06-22 09:21:46 -07:00 |
|
Kevin Sawicki
|
ca57f8a391
|
Remove CoffeeScript class wrapper
|
2016-06-22 09:21:46 -07:00 |
|
Cheng Zhao
|
8d08e215b2
|
Add "event" parameter for "click" handler of MenuItem
|
2016-06-22 11:22:14 +09:00 |
|
Kevin Sawicki
|
3505e98a46
|
Access function in methodInBrowserWindow
|
2016-06-21 10:08:30 -07:00 |
|
Kevin Sawicki
|
e3e1ed41ca
|
Add togglefullscreen role
|
2016-06-21 09:31:17 -07:00 |
|
Kevin Sawicki
|
fbfac6d49b
|
Fix lint errors
|
2016-06-21 09:08:13 -07:00 |
|
Kevin Sawicki
|
32ea5a5e27
|
Remove CoffeeScript ref variables
|
2016-06-21 09:08:13 -07:00 |
|
Kevin Sawicki
|
2d8ec60eed
|
Use const/let instead of var
|
2016-06-21 09:08:13 -07:00 |
|
Kevin Sawicki
|
a16d907684
|
Add quit role
|
2016-06-21 09:08:12 -07:00 |
|
Cheng Zhao
|
1104dded24
|
Handle multiple modal windows correctly
|
2016-06-20 11:16:41 +09:00 |
|
Cheng Zhao
|
3f34f80433
|
Add win.setModal(modal) API
|
2016-06-20 11:16:41 +09:00 |
|
Leonard Lamprecht
|
67dd19ed0f
|
Replace OS X and Mac OS with macOS
|
2016-06-18 15:26:26 +02:00 |
|
Daniel Pham
|
a8a6f6f856
|
🍎 Fix context menus selecting first item by default.
|
2016-06-17 17:03:15 -04:00 |
|
Kevin Sawicki
|
802fca28f7
|
Setup protocol after ready has already fired
|
2016-06-16 16:23:08 -07:00 |
|
Kevin Sawicki
|
64ae5cf5a1
|
Merge pull request #6084 from wolfgang42/master
Fix typo: 'arugments'
|
2016-06-16 10:46:58 -07:00 |
|
Wolfgang
|
b349c381fa
|
🎨 Fix typo: 'arugments'
|
2016-06-16 13:41:45 -04:00 |
|
Cheng Zhao
|
3f2c3e0448
|
Wait for current app to quit before launching new app
|
2016-06-14 14:31:41 +09:00 |
|
Kevin Sawicki
|
f67e2043c8
|
Add back options param
|
2016-06-13 09:06:42 -07:00 |
|
Kevin Sawicki
|
56001b481e
|
Emit web-contents-created on app
|
2016-06-13 08:59:57 -07: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
|
c89d8b19b6
|
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times
|
2016-06-12 12:46:16 +02:00 |
|
deepak1556
|
4749e18fc0
|
fix spec and docs
|
2016-06-09 10:48:05 +05:30 |
|
deepak1556
|
b91217f29e
|
emit once for each session and add spec
|
2016-06-09 10:40:51 +05:30 |
|
deepak1556
|
cb5e648502
|
register extension handler for every session created
|
2016-06-09 10:40:51 +05:30 |
|
deepak1556
|
aa853dd3be
|
move protocol to session properties for working with partitions
|
2016-06-09 10:39:18 +05:30 |
|
Kevin Sawicki
|
c8c60dd313
|
Add devtools from web-contents-created event
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
70996c79ba
|
Add showDefinitionForSelection webContents proxy method
|
2016-06-08 10:19:43 -07:00 |
|
Daniel Pham
|
bd1eae86a1
|
Add 'delete' and 'pasteandmatchstyle' roles
|
2016-06-05 21:50:37 -04:00 |
|
Cheng Zhao
|
0864d3b1ee
|
Cleanup the printToPDF code
|
2016-06-01 15:32:37 +09:00 |
|
Cheng Zhao
|
eb882855bc
|
Cleanup the CoffeeScript converted code
|
2016-06-01 15:08:51 +09:00 |
|
Cheng Zhao
|
5bb8da6073
|
Explicitly initialize session before webContents
|
2016-06-01 14:57:35 +09:00 |
|
Cheng Zhao
|
0565c42add
|
Merge pull request #5812 from vasumahesh1/feature-pdf
webContents: custom pageSize for printToPDF
|
2016-06-01 05:52:08 +00:00 |
|
Cheng Zhao
|
8dfbbcefc8
|
Throw error when session module is used before app is ready
|
2016-06-01 10:53:06 +09:00 |
|
Cheng Zhao
|
d105524135
|
Cleanup the JavaScript code of session
|
2016-06-01 10:42:24 +09:00 |
|
Vasu Mahesh
|
fc6628d159
|
Add: custom pageSize for printToPDF
|
2016-05-31 22:40:11 +05:30 |
|
Cheng Zhao
|
5f3fdbe635
|
Simplify the implementation of sendToAll
|
2016-05-29 12:10:32 +09:00 |
|
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 |
|