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
|
c89d8b19b6
|
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times
|
2016-06-12 12:46:16 +02:00 |
|
Jessica Lord
|
c68ca16148
|
Merge pull request #5974 from electron/chrome-storage-sync
Add chrome.storage.sync and chrome.storage.get APIs
|
2016-06-10 12:20:03 -07:00 |
|
Jessica Lord
|
39e6081a00
|
🔥 line
|
2016-06-10 09:59:47 -07:00 |
|
Kevin Sawicki
|
1f245d5ff6
|
Add getDevToolsExtensions API
|
2016-06-10 09:26:38 -07:00 |
|
Kevin Sawicki
|
0a26075699
|
Add BrowserWindow.isDevToolsExtensionInstalled API
|
2016-06-10 09:24:04 -07:00 |
|
Cheng Zhao
|
4373dc1eac
|
Merge pull request #5972 from electron/non-writeable-guest-id
Make guestId on BrowserWindowProxy non-writeable
|
2016-06-10 12:02:07 +00:00 |
|
Cheng Zhao
|
21081549fd
|
Merge pull request #5967 from electron/window-opener-webview
Support window.opener from windows opened from a <webview>
|
2016-06-10 11:52:37 +00:00 |
|
Cheng Zhao
|
ccaf837da4
|
Merge pull request #5964 from electron/manifest-errors
Throw errors reading/parsing manifest.json files
|
2016-06-10 03:28:57 +00:00 |
|
Jessica Lord
|
ede3dbd201
|
🚿 Lint
|
2016-06-09 16:39:24 -07:00 |
|
Jessica Lord
|
f121f46a24
|
Merge branch 'master' into chrome-storage-sync
|
2016-06-09 16:35:00 -07:00 |
|
Jessica Lord
|
dc10568917
|
Handle the three get cases
|
2016-06-09 16:26:42 -07:00 |
|
Kevin Sawicki
|
2efc913222
|
Remove standard lint warnings
|
2016-06-09 14:17:54 -07:00 |
|
Jessica Lord
|
41d6ddd588
|
Add storage file
|
2016-06-09 14:14:14 -07:00 |
|
Kevin Sawicki
|
01f96fe6af
|
Default locale to en
|
2016-06-09 14:00:53 -07:00 |
|
Kevin Sawicki
|
9f64c39f8c
|
Remove lint warnings
|
2016-06-09 13:57:08 -07:00 |
|
Kevin Sawicki
|
2367cd574e
|
Cache extension metadata
|
2016-06-09 13:57:08 -07:00 |
|
Kevin Sawicki
|
ea9d2dadf8
|
Add fixme for sync ipc
|
2016-06-09 13:57:08 -07:00 |
|
Kevin Sawicki
|
d4925e6226
|
Add initial support for placeholders and substitutions
|
2016-06-09 13:57:08 -07:00 |
|
Kevin Sawicki
|
d54de73e03
|
🎨
|
2016-06-09 13:57:08 -07:00 |
|
Kevin Sawicki
|
84960af793
|
Add initial chrome.i18n.getMessage API
|
2016-06-09 13:57:08 -07:00 |
|
Kevin Sawicki
|
939ae567ac
|
🎨
|
2016-06-09 13:53:36 -07:00 |
|
Kevin Sawicki
|
2f93735909
|
Make BrowserWindowProxy guestId non-writeable
|
2016-06-09 13:41:42 -07:00 |
|
Kevin Sawicki
|
bbc3a71c9f
|
Use webContents id as guest id in opened windows
|
2016-06-09 11:29:38 -07:00 |
|
Kevin Sawicki
|
ebf9773269
|
Use const/let and removes CoffeeScript ref vars
|
2016-06-09 10:35:48 -07:00 |
|
Kevin Sawicki
|
6d3fc611bd
|
Tweak duplicate extension message
|
2016-06-09 10:08:21 -07:00 |
|
Kevin Sawicki
|
f46edd5186
|
Throw errors reading/parsing manifest.json
|
2016-06-09 09:45:02 -07: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
|
4823a04a44
|
hookWindowForTabEvents -> hookWebContentsForTabEvents
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
11e68ff932
|
Only add extensions to non-remote webContents
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
c8c60dd313
|
Add devtools from web-contents-created event
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
d8fe5da3ea
|
🎨
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
ec8b9e3f35
|
Export loadDevToolsExtensions API to use in guest view manager
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
219d177731
|
Load extensions for all web contents
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
78e3bb0660
|
🎨
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
4c1ede32cf
|
Use destroyed event instead of closed event
|
2016-06-08 12:00:12 -07:00 |
|
Kevin Sawicki
|
4f46f75d8f
|
Load dev tools extensions in webviews
|
2016-06-08 12:00:12 -07:00 |
|
Kevin Sawicki
|
70996c79ba
|
Add showDefinitionForSelection webContents proxy method
|
2016-06-08 10:19:43 -07:00 |
|
Kevin Sawicki
|
4f0a52628e
|
Add showDefinitionForSelection to webContents/webview
|
2016-06-08 10:15:36 -07: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 |
|
Kevin Sawicki
|
02e0ca60ef
|
Use lowercase param key
|
2016-06-07 16:35:23 -07:00 |
|
Kevin Sawicki
|
cd2041375b
|
Add missing A in constant name
|
2016-06-07 16:31:16 -07:00 |
|
Kevin Sawicki
|
96012d6523
|
Remove trailing comma
|
2016-06-07 16:24:05 -07:00 |
|
Kevin Sawicki
|
ca6e3ed1ef
|
Add webview support for disabled blink features
|
2016-06-07 13:49:31 -07:00 |
|
Kevin Sawicki
|
ba762464d2
|
More let/const-ing
|
2016-06-07 10:29:29 -07:00 |
|