Kevin Sawicki
|
01e69353d5
|
Don't serialize ArrayBuffer as Array
|
2016-08-24 15:18:42 -07:00 |
|
Alexey Prokhorov
|
16f2702495
|
Apply resolveURL when set a location of a window opened by window.open()
|
2016-08-16 16:24:49 +05:00 |
|
Samuel Attard
|
5b07e8dd5b
|
Send isMainFrame as argument to did-navigate-in-page event
|
2016-08-12 01:27:50 +10:00 |
|
Cheng Zhao
|
8c0a033b6f
|
Fix lint errors of using __proto__
|
2016-08-02 21:02:28 +09:00 |
|
Cheng Zhao
|
6e0cde5b24
|
All native objects have prototype now
|
2016-08-02 17:12:17 +09:00 |
|
Samuel Attard
|
e4f6083753
|
Implement asynchronous versions of getZoomFactor and GetZoomLevel on the webContents object
|
2016-08-02 13:02:55 +10:00 |
|
Cheng Zhao
|
9ddb62c42a
|
Use Buffer.from instead of deprecated new Buffer
|
2016-07-25 16:40:22 +09:00 |
|
Cheng Zhao
|
1c9421bc89
|
Use ArrayBuffer.isView to detect Buffer and ArrayBuffer
|
2016-07-25 16:39:09 +09:00 |
|
haad
|
fac330fb50
|
Fix TypedArray check, add check when instanceof doesn't work for TypedArrays.
|
2016-07-23 12:43:49 +01:00 |
|
haad
|
c717cd9192
|
🐛 Add support for TypedArrays in IPC.
Fixes https://github.com/electron/electron/issues/2104.
|
2016-07-22 19:44:19 +01:00 |
|
Kevin Sawicki
|
fa36d2e8c6
|
Add standard edit items to text context menus
|
2016-07-12 11:54:45 -07:00 |
|
Kevin Sawicki
|
63b98b1ea0
|
Use const instead of var
|
2016-07-12 11:31:40 -07:00 |
|
Kevin Sawicki
|
00f82aaffe
|
Only check arrays and objects for cycles
|
2016-07-11 10:39:45 -07:00 |
|
Kevin Sawicki
|
564b0cace5
|
Maintain visted objects as a stack for cycle detection
|
2016-07-11 10:33:13 -07:00 |
|
Kevin Sawicki
|
5da0b856f9
|
Call includes directly on visited array
|
2016-07-11 10:33:13 -07:00 |
|
Kevin Sawicki
|
2cc2b8a146
|
Return empty array for circular references
|
2016-07-11 10:33:04 -07:00 |
|
Cheng Zhao
|
bbfdaf7679
|
Merge pull request #6355 from electron/webview-capture-page
Add <webview>.capturePage([rect,] callback)
|
2016-07-07 10:09:40 +09:00 |
|
Kevin Sawicki
|
a9b43a0fc9
|
Use empty string constructor name when missing
|
2016-07-06 13:06:48 -07:00 |
|
Kevin Sawicki
|
f7b72f0948
|
Move capturePage to WebContents
|
2016-07-06 09:21:28 -07:00 |
|
Kevin Sawicki
|
d67dfd09fd
|
Pass through empty constructor names
|
2016-07-06 09:18:20 -07:00 |
|
Maksim
|
b444b35215
|
Update remote.js
|
2016-07-06 09:11:04 -07:00 |
|
Kevin Sawicki
|
d2d11ce8bd
|
Invoke callback instead of returning
|
2016-06-28 13:04:59 -07:00 |
|
Ian Ornelas
|
d6ab353438
|
Add chrome.storage.local
|
2016-06-28 07:21:03 -03:00 |
|
Jhen
|
233355ed09
|
Fix chrome.runtime.sendMessage
add a case of not provide extension-id: (message, responseCallback)
|
2016-06-23 07:40:15 +08:00 |
|
gellert
|
3d010a8988
|
fixes transformed webview size
|
2016-06-19 00:41:42 +02:00 |
|
Kevin Sawicki
|
65abaee299
|
Forward will/did navigate events to extensions
|
2016-06-16 12:07:59 -07: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
|
18a38dbfc1
|
Fix exception in alert for inavlid parameter
|
2016-06-14 15:22:01 +09: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 |
|
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 |
|
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
|
2f93735909
|
Make BrowserWindowProxy guestId non-writeable
|
2016-06-09 13:41:42 -07:00 |
|
Kevin Sawicki
|
4f0a52628e
|
Add showDefinitionForSelection to webContents/webview
|
2016-06-08 10:15:36 -07:00 |
|
Kevin Sawicki
|
cd2041375b
|
Add missing A in constant name
|
2016-06-07 16:31:16 -07:00 |
|
Kevin Sawicki
|
ca6e3ed1ef
|
Add webview support for disabled blink features
|
2016-06-07 13:49:31 -07:00 |
|
Cheng Zhao
|
3c873736d7
|
Add update-target-url event
|
2016-06-07 15:56:19 +09:00 |
|