sungpark
|
bf07c5aebd
|
fix contextIsolation issue while webPreference sandbox is on
contextIsolation didn't work while sandbox is on. The fix is contextIsolation picked up while sandbox on
|
2017-08-23 10:52:02 -07:00 |
|
Thiago de Arruda
|
ef07e25f9d
|
Make SetupMainWorldOverrides/isolated_world pure virtual.
Also implement stubs in AtomSandboxedRendererClient.
|
2017-04-08 11:12:18 -03:00 |
|
Thiago de Arruda
|
f751335bf9
|
Make DidCreateScriptContext/WillReleaseScriptContext pure virtual.
|
2017-04-08 10:58:13 -03:00 |
|
Thiago de Arruda
|
0227254774
|
Move DidClearWindowObject into RendererClientBase.
Also adapt AtomSandboxedRenderFrameObserver to forward DidClearWindowObject to
RendererClientBase.
|
2017-04-08 10:43:19 -03:00 |
|
Thiago de Arruda
|
c3a8f665f2
|
Extract base class from AtomRendererClient
The new `RendererClientBase` class contains code that is not specific to node.js
integration with the renderer.
|
2017-03-27 18:49:55 -03:00 |
|