Cheng Zhao
|
ae1f442b02
|
Add ipcRenderer.sendTo
|
2016-05-28 20:50:28 +09:00 |
|
Cheng Zhao
|
d55b96fdf5
|
Clean up the Chrome API implementation code
|
2016-05-28 20:33:18 +09:00 |
|
Cheng Zhao
|
31628abadc
|
Implement chrome.tabs.executeScript
|
2016-05-28 16:41:12 +09:00 |
|
Cheng Zhao
|
db94121360
|
Implement port.sender
|
2016-05-28 16:01:16 +09:00 |
|
Cheng Zhao
|
f5b430d9e1
|
Inject chrome.* to content scripts
|
2016-05-28 15:37:44 +09:00 |
|
Cheng Zhao
|
d8db695712
|
Handle port disconnecting
|
2016-05-28 12:07:08 +09:00 |
|
Cheng Zhao
|
599d3c147b
|
Background pages and content script should be loaded on startup
|
2016-05-28 10:39:11 +09:00 |
|
Cheng Zhao
|
e76c36a9a8
|
Make simple runtime.connect work
|
2016-05-28 10:26:41 +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 |
|
Cheng Zhao
|
7e1f159185
|
Run content scripts at correct phase
|
2016-05-27 11:12:51 +09:00 |
|
Cheng Zhao
|
49d9446cce
|
Implement a simple content script injector
|
2016-05-27 10:29:57 +09:00 |
|
Cheng Zhao
|
97c04735a2
|
Handle unloading devtools correctly
|
2016-05-27 09:55:59 +09:00 |
|
Cheng Zhao
|
a63ff714f8
|
Read content_scripts to preferences
|
2016-05-27 09:47:37 +09:00 |
|
Cheng Zhao
|
b646d7a55c
|
The consts
|
2016-05-27 07:43:23 +09:00 |
|
Cheng Zhao
|
edd8210ae5
|
Add simple support for background page
|
2016-05-26 19:57:10 +09:00 |
|
Cheng Zhao
|
99c1434051
|
Store the original manifest file
|
2016-05-26 18:38:20 +09:00 |
|
Cheng Zhao
|
513b66f207
|
Cleanup chrome-extension.js after the Coffe2ES transfer
|
2016-05-26 18:38:20 +09:00 |
|
Cheng Zhao
|
f29598d907
|
getHostForPath => generateHostForPath
The original name implies no side effect, but is is not true.
|
2016-05-26 18:38:20 +09:00 |
|
Cheng Zhao
|
93b8237e1f
|
Merge pull request #5700 from felixrieseberg/standard-7
Implement JavaScript Standard Style 7
|
2016-05-26 04:57:36 +00: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 |
|
cdaringe
|
32073fa079
|
🎨 Support non-native promises
|
2016-05-25 10:11:18 -06:00 |
|
Kevin Sawicki
|
7929daa48c
|
Pass both callback values to then
|
2016-05-23 15:07:01 -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 |
|
Cheng Zhao
|
8ac93e02c6
|
Merge pull request #5616 from electron/inherit-zoom
Inherit zoomFactor in webview
|
2016-05-20 00:27:06 +00:00 |
|
Kevin Sawicki
|
cc7395eea8
|
Remove returns from event listeners
|
2016-05-19 15:28:08 -07:00 |
|
Kevin Sawicki
|
4754e4aabb
|
Add zoomFactor to guest params
|
2016-05-19 14:32:16 -07:00 |
|
Cheng Zhao
|
90f52169af
|
No more need to check for nodeIntegration when creating guest view
|
2016-05-17 17:06:02 +09: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
|
064af6ecb2
|
Merge branch '1-0-release'
|
2016-05-11 22:11:08 +09:00 |
|
Cheng Zhao
|
759a46f3d6
|
Use DoubleIDWeakMap for |rendererFunctions|
|
2016-05-11 20:40:48 +09:00 |
|
Kevin Sawicki
|
a32f50ef64
|
Use arrow function for this binding
|
2016-05-11 12:54:52 +02:00 |
|
Kevin Sawicki
|
1b2b7fc4ce
|
Listen for devtools-opened on webContents
|
2016-05-11 12:48:46 +02:00 |
|
Cheng Zhao
|
49ac160ff7
|
Move createIDWeakMap to v8Util
|
2016-05-11 19:30:06 +09:00 |
|
Cheng Zhao
|
04d59991b0
|
Use create function instead of IDWeakMap constructor
|
2016-05-11 16:15:32 +09:00 |
|