Cheng Zhao
|
81784827ff
|
PrintWebViewHelper is attached to RenderFrame
|
2017-02-06 10:34:29 -08:00 |
|
Cheng Zhao
|
6d5339b74e
|
insertText is deprecated
|
2017-02-06 10:34:29 -08:00 |
|
Kevin Sawicki
|
c374e37cc4
|
Leak IsolateData since Environment is also leaked
|
2017-01-19 09:05:59 +02:00 |
|
Kevin Sawicki
|
54e2c480cb
|
Upgrade to node 7.4
|
2017-01-19 09:05:59 +02:00 |
|
Kevin Sawicki
|
602db2e04f
|
🎨
|
2017-01-19 09:05:59 +02:00 |
|
Kevin Sawicki
|
d6eb0d6629
|
Implement insertCSS on webFrame
|
2017-01-19 09:05:59 +02:00 |
|
Cheng Zhao
|
497f5a1199
|
Update files for Chrome 54 API changes
|
2017-01-19 09:05:59 +02:00 |
|
Kevin Sawicki
|
9ccc78c62f
|
Use options constants for keys
|
2017-01-16 13:09:38 -08:00 |
|
Kevin Sawicki
|
b26428c43c
|
🎨
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
815cb1b31c
|
Include atom_natives after builtin includes
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
dcf9a395c2
|
Only create isolated context in main frame
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
2e62d81c24
|
Access getter instead of variable
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
f35224b0e4
|
🎨
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
3f7b3c4bd7
|
Implement window overrides in main context
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
eef72647b4
|
Set human readable context name
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
ad3b837ad5
|
Rename option to contextIsolation
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
b56bdc83af
|
🎨
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
2e7dbe6c6b
|
Use patch worldScriptContext to get isolated context
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
4f5c725dde
|
🎨 Use enum for world ids
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
5b6397aaa6
|
Store context that API is running in to deliver IPC events
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
5da4f032c3
|
Notify client each time main context is created
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
c5e68ec165
|
🎨
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
78e0b80dc7
|
Support IPC messages in isolated context
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
073d8c2177
|
Add world id constants
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
d194a84ae4
|
Setup isolated context from AtomRenderFrameObserver
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
cdf33ff3dc
|
Add null guards
|
2017-01-16 12:38:15 -08:00 |
|
Kevin Sawicki
|
08b203fed1
|
Match extension name to class name
|
2017-01-16 12:38:15 -08:00 |
|
Kevin Sawicki
|
736befe90f
|
Add initial support for loading into isolated world
|
2017-01-16 12:38:15 -08:00 |
|
Kevin Sawicki
|
2e1e893675
|
Merge pull request #8159 from seanchas116/devtools
Record JavaScript calls in DevTools timeline on Node/ipc callback
|
2016-12-12 13:50:42 -08:00 |
|
Kevin Sawicki
|
3796d7a6a1
|
Use trace event with zero args
|
2016-12-12 13:49:58 -08:00 |
|
Kevin Sawicki
|
1d288b69e2
|
Merge pull request #7947 from beakerbrowser/register-standard-secure-schemes
Add {secure:} opt to protocol.registerStandardSchemes
|
2016-12-12 12:52:28 -08:00 |
|
Kevin Sawicki
|
cac85d2a12
|
Remove linter errors
|
2016-12-12 12:51:48 -08:00 |
|
Kevin Sawicki
|
381f55b3cb
|
Remove unneeded empty checks
|
2016-12-12 12:51:48 -08:00 |
|
Paul Frazee
|
04fa85f67f
|
removed unused iostream include
|
2016-12-12 12:51:48 -08:00 |
|
Paul Frazee
|
bacf6511a6
|
remove unneeded deprecations couts
|
2016-12-12 12:51:48 -08:00 |
|
Paul Frazee
|
a46040a4fa
|
log deprecation notices for webframe
|
2016-12-12 12:51:48 -08:00 |
|
Paul Frazee
|
b458201874
|
add deprecation notices to webframe
|
2016-12-12 12:51:48 -08:00 |
|
Paul Frazee
|
99ea50649a
|
finish implementation of {secure:true} opt on protocol.registerStandardScehesm, and add working test
|
2016-12-12 12:49:57 -08:00 |
|
Geoff Lywood
|
5345b08d24
|
Fix printing with the sandbox enabled
Closes #7984
|
2016-12-07 17:40:18 -08:00 |
|
Ryohei Ikegami
|
a7a06a483e
|
Record JavaScript calls in DevTools timeline on Node/ipc callback
|
2016-12-07 20:22:13 +09:00 |
|
Kevin Sawicki
|
d4368fabb9
|
Add 2.0 comment about setZoomLevelLimits
|
2016-11-22 08:09:14 -08:00 |
|
Kevin Sawicki
|
e887fb69bd
|
Export a setVisualZoomLevelLimits method
|
2016-11-22 07:53:02 -08:00 |
|
Paul Betts
|
7445f9bdcc
|
Lint
|
2016-11-21 15:13:34 -05:00 |
|
Paul Betts
|
e2649ce7d8
|
Add new method to set layout-based zoom level limit
|
2016-11-21 14:59:55 -05:00 |
|
Kevin Sawicki
|
0841c4291a
|
Remove RegisterURLSchemeAsPrivileged lint error
|
2016-10-24 16:27:54 +09:00 |
|
Paul Frazee
|
a5c62bb264
|
add options to webFrame.registerURLSchemeAsPrivileged
|
2016-10-18 15:52:41 -05:00 |
|
Brian Clifton
|
13de65d310
|
Fixes mouse coordinates for Windows when display is set to a higher DPI (ex: enlarged by 150% using display settings)
|
2016-09-27 08:23:48 -07: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
|
524bab530a
|
Improve AtomSandboxedRendererClient to support preload scripts.
Add RenderFrameObserver/RenderViewObserver subclasses that implement the
necessary support for preload scripts in sandboxed renderers.
|
2016-09-27 06:01:47 -03:00 |
|
Thiago de Arruda
|
6afe8aa7f2
|
Move EmitIPCEvent into AtomRenderViewObserver.
Refactor this function as a method so it is possible to inherit most behavior
from AtomRenderViewObserver and override EmitIPCEvent.
|
2016-09-27 06:01:46 -03:00 |
|