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 |
|
Cheng Zhao
|
b4232d9230
|
Merge pull request #6128 from gerhardberger/webview-size-issue
Fixes transformed webview size
|
2016-06-20 00:13:30 +00:00 |
|
Cheng Zhao
|
31d619f748
|
Merge pull request #6115 from electron/load-extension-when-added
Call loadExtension from addDevToolsExtension
|
2016-06-19 10:55:45 +00:00 |
|
gellert
|
3d010a8988
|
fixes transformed webview size
|
2016-06-19 00:41:42 +02:00 |
|
Leonard Lamprecht
|
67dd19ed0f
|
Replace OS X and Mac OS with macOS
|
2016-06-18 15:26:26 +02:00 |
|
Kevin Sawicki
|
df22082110
|
Call loadExtension from addDevToolsExtension
|
2016-06-17 14:53:51 -07:00 |
|
Daniel Pham
|
a8a6f6f856
|
🍎 Fix context menus selecting first item by default.
|
2016-06-17 17:03:15 -04:00 |
|
Cheng Zhao
|
66fe1e48e8
|
Merge pull request #6095 from electron/protocol-ready-bug
Setup protocol after ready has already fired
|
2016-06-17 03:40:46 +00:00 |
|
Cheng Zhao
|
9a22aba308
|
Merge pull request #6090 from electron/web-navigation-api
Add webNavigation APIs to background pages
|
2016-06-17 03:21:16 +00:00 |
|
Kevin Sawicki
|
802fca28f7
|
Setup protocol after ready has already fired
|
2016-06-16 16:23:08 -07:00 |
|
Kevin Sawicki
|
65abaee299
|
Forward will/did navigate events to extensions
|
2016-06-16 12:07:59 -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 |
|
Kevin Sawicki
|
567622c126
|
Drop unneeded .js extensions
|
2016-06-16 09:52:14 -07:00 |
|
Kevin Sawicki
|
3aecb11094
|
Extract Event clas to own file
|
2016-06-16 09:51:54 -07:00 |
|
Kevin Sawicki
|
7f9fa92e2d
|
Add chrome.webNavigation stubs
|
2016-06-16 09:46:26 -07:00 |
|
Cheng Zhao
|
bb10551d23
|
Work around a compiler bug that crashes on Windows
|
2016-06-16 10:55:25 +09:00 |
|
Kevin Sawicki
|
ae6ffa6d5e
|
unkown -> unknown
|
2016-06-14 15:47:33 -07:00 |
|
Kevin Sawicki
|
ee09c7534a
|
Only add extensions to windows and webviews
|
2016-06-14 15:47:33 -07:00 |
|
Kevin Sawicki
|
f29801ad2b
|
Add background page web contents type
|
2016-06-14 15:47:33 -07:00 |
|
Kevin Sawicki
|
ee0bab6389
|
Specify type instead of isGuest
|
2016-06-14 15:47:33 -07:00 |
|
Kevin Sawicki
|
f25c1f864b
|
Use RenderProcessPreferences for non-remote web contents
|
2016-06-14 15:47:32 -07:00 |
|
Cheng Zhao
|
18a38dbfc1
|
Fix exception in alert for inavlid parameter
|
2016-06-14 15:22:01 +09: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
|
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 |
|