Kevin Sawicki
|
e0afb814aa
|
Only call browserify when one of sandbox sources change
|
2016-11-07 08:19:59 -08:00 |
|
Samuel Attard
|
9f18a6e65c
|
Use ES6 template strings, fix docs and remove _ERROR_ IPC event
|
2016-11-03 09:33:47 -07:00 |
|
Samuel Attard
|
857e1da6a3
|
Make executeJavaScript return a Promise so that caught errors can be sent to the caller
|
2016-11-03 09:33:47 -07:00 |
|
Samuel Attard
|
75b010ce63
|
Add sync executeJavaScript test
|
2016-11-03 09:33:47 -07:00 |
|
Samuel Attard
|
124fbdbd74
|
Allow web frame methods to return async promises
|
2016-11-03 09:33:47 -07:00 |
|
Kevin Sawicki
|
68c2c9825f
|
Remove lint warnings
|
2016-10-25 10:36:43 +09:00 |
|
Paul Frazee
|
f35536bdc5
|
factor out parse-features-string.js
|
2016-10-24 20:21:42 -05:00 |
|
Paul Frazee
|
e7962c7ba2
|
fixes and tests for webview 'webpreferences' attr
|
2016-10-14 18:04:33 -05:00 |
|
Paul Frazee
|
194b14100e
|
add the 'webpreferences' attribute to webviews
|
2016-10-14 17:16:39 -05:00 |
|
Michael Vasseur
|
c811188e22
|
Updated required code to handle missing additional features for popup windows
|
2016-10-04 14:38:32 +09:00 |
|
Cheng Zhao
|
458c4dd129
|
Merge branch 'support-chromium-sandbox' of https://github.com/tarruda/electron into tarruda-support-chromium-sandbox
|
2016-09-27 20:02:23 +08:00 |
|
Thiago de Arruda
|
0f7652dc85
|
Move code that defines ipcRenderer methods into another file.
|
2016-09-27 06:01:46 -03:00 |
|
Zeke Sikelianos
|
56d62ff589
|
add html doctype
|
2016-09-22 14:47:20 -07:00 |
|
Zeke Sikelianos
|
62375663ab
|
add type to webview style tag
|
2016-09-22 14:34:03 -07:00 |
|
Cheng Zhao
|
e3e450613d
|
Merge pull request #7157 from Mossop/moveguest
Allow moving a webcontents to a different webview
|
2016-09-20 14:28:42 +09:00 |
|
Kevin Sawicki
|
eef42770c6
|
Don't load remote properties until they are accessed
|
2016-09-14 13:29:49 -07:00 |
|
Kevin Sawicki
|
359ab2f9b3
|
Only set members when members exist
|
2016-09-14 10:54:23 -07:00 |
|
Dave Townsend
|
313b2faa3c
|
Add a guestinstance attribute to webviews reflecting their current guest
instance ID and allowing moving a guest instance to a new webview.
|
2016-09-09 10:32:05 -07:00 |
|
Cheng Zhao
|
693ba1375b
|
Merge pull request #7146 from electron/resolve-empty-url-values
Tweak how empty URLs are resolved
|
2016-09-09 19:58:41 +09:00 |
|
Kevin Sawicki
|
daf1eec5ec
|
Use === for string comparison
|
2016-09-08 17:11:10 -07:00 |
|
Kevin Sawicki
|
1dbaf4987e
|
Don't resolve empty src/preload attribute values
|
2016-09-08 16:48:30 -07:00 |
|
Kevin Sawicki
|
9829baed46
|
Open about:blank when window.open is called with no URL
|
2016-09-08 16:10:21 -07:00 |
|
Kevin Sawicki
|
d476227e16
|
Remove unneeded return
|
2016-09-08 10:20:39 -07:00 |
|
Kevin Sawicki
|
902bd0564e
|
Require Buffer explicitly instead of relying on global
|
2016-09-08 10:17:06 -07:00 |
|
Cheng Zhao
|
f854b27bfb
|
Merge pull request #6867 from electron/remote-function-properties
Allow accessing remote function properties
|
2016-08-31 17:28:09 +09:00 |
|
Kevin Sawicki
|
01e69353d5
|
Don't serialize ArrayBuffer as Array
|
2016-08-24 15:18:42 -07:00 |
|
Kevin Sawicki
|
ec44a5d198
|
Add tests for setting remote function properties
|
2016-08-22 17:07:18 -07:00 |
|
Kevin Sawicki
|
666a668d91
|
Support remote function keys and property descriptors
|
2016-08-22 17:07:18 -07:00 |
|
Kevin Sawicki
|
d226b7bc6c
|
Use Proxy for accessing properties of remote function
|
2016-08-22 17:07:18 -07:00 |
|
Kevin Sawicki
|
8b38018ab4
|
Add helper for including function properties
|
2016-08-22 17:07:17 -07:00 |
|
Kevin Sawicki
|
d333cc5e38
|
Support remote function properties
|
2016-08-22 17:07:17 -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 |
|