|
Hook up postMessages to WebRemoteFrameClient
WebRemoteFrameClient only inherits from WebFrameClient as a temporary measure, separate them.
willCheckAndDispatchMessageEvent() is used to give the embedder a chance to postMessage() externally. Move it from FrameLoaderClient to FrameClient and implement it in RemoteFrame and WebRemoteFrameImpl.
This is step 3 of 3 in getting WebRemoteFrameClient up and running.
BUG= 411066
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181932
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+57 lines, -22 lines) |
Patch |
 |
M |
Source/core/frame/FrameClient.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/LocalDOMWindow.cpp
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameLoaderClient.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/FrameLoaderClientImpl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/FrameLoaderClientImpl.cpp
|
View
|
1
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/web/RemoteFrameClient.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/RemoteFrameClient.cpp
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebRemoteFrameImpl.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebRemoteFrameImpl.cpp
|
View
|
1
2
3
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/FrameTestHelpers.h
|
View
|
1
2
3
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebFrameTest.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebRemoteFrame.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
public/web/WebRemoteFrameClient.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|