Shelley Vohr
|
53bdf22c85
|
clang-format atom files
|
2018-04-18 20:48:45 -04:00 |
|
Aleksei Kuzmin
|
e4d9e12ee5
|
Use blink::WebLocalFrame instead of blink::WebFrame
Move GetDocument method from WebFrame to WebLocalFrame.
https://codereview.chromium.org/2928033002
Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame.
https://codereview.chromium.org/2923053002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
e2a224c4e6
|
Remove rendundant WebLocalFrame parameter in various plugin code.
https://codereview.chromium.org/2855123003
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
f847291272
|
[blink] Unique pointers in Platform.h
https://codereview.chromium.org/2846843002
|
2017-11-24 10:58:15 +09:00 |
|
sungpark
|
f984bd2ff5
|
use spaces instead of hard tabs for indentation and add the supported modules as a sub-list
|
2017-08-23 10:52:02 -07:00 |
|
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 |
|