deepak1556
|
fd297722a8
|
Note about incorrect usage of blink::SchemeRegistry methods
|
2018-01-02 16:37:10 +09:00 |
|
deepak1556
|
d27744f455
|
Some blink::WebSecurityPolicy methods should be invoked before other render threads are created
|
2018-01-02 16:37:10 +09: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 |
|
Cheng Zhao
|
b277353238
|
Set secure schemes in native code
Code with same functionalities should be put together.
|
2017-09-15 16:48:55 +09:00 |
|
sungpark
|
65eb4e1994
|
fix compile error
|
2017-08-24 14:31:25 -07: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 |
|
Aleksei Kuzmin
|
7a4ca08a8d
|
The Blink Rename
|
2017-08-15 16:19:20 +03:00 |
|
Heilig Benedek
|
f360104bee
|
add datalist element view
|
2017-05-19 21:36:37 +02:00 |
|
Cheng Zhao
|
5563cf0dc5
|
Automatically register secure schemes in renderer
Otherwise the behavior of secure schemes would be different with before.
|
2017-04-27 16:34:52 +09:00 |
|
Cheng Zhao
|
481b04358e
|
Fix blink API changes
|
2017-04-27 16:34:52 +09:00 |
|
Kevin Sawicki
|
efa28503a7
|
Merge pull request #9148 from electron/share-render-frame-observer-with-sandbox
Refactor: Share AtomRenderFrameObserver with AtomSandboxedRendererClient
|
2017-04-11 10:02:12 -07:00 |
|
Kevin Sawicki
|
29c68182df
|
Always set NSScrollViewRubberbanding scroll bounce pref
|
2017-04-11 08:42:41 -07:00 |
|
Thiago de Arruda
|
039aaba758
|
Move AtomRenderFrameObserver creation to RendererClientBase.
Also remove AtomSandboxedRenderFrameObserver class.
|
2017-04-08 11:54:58 -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 |
|