|
Plumbing toward transitioning remote frame back to a local frame.
Currently, navigating a RemoteFrame "works" in --site-per-process release builds but reliably asserts in debug builds. It "works" by overwriting the RemoteFrame with a LocalFrame and proceeding as though this is a standard local->local transition. This patch breaks that and sets up plumbing to notify the browser process that a RemoteFrame was asked to navigate.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182795
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+92 lines, -136 lines) |
Patch |
 |
M |
Source/core/core.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/Frame.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/LocalFrame.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/LocalFrame.cpp
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/RemoteFrame.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/RemoteFrame.cpp
|
View
|
1
2
3
|
3 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
A |
Source/core/frame/RemoteFrameClient.h
|
View
|
1
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFrameOwnerElement.cpp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/RemoteFrameClient.h
|
View
|
1
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
Source/web/RemoteFrameClient.cpp
|
View
|
1
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
A + |
Source/web/RemoteFrameClientImpl.h
|
View
|
1
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
Source/web/RemoteFrameClientImpl.cpp
|
View
|
1
2
3
|
2 chunks |
+19 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebRemoteFrameImpl.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebRemoteFrameImpl.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/web.gypi
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
public/web/WebRemoteFrameClient.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (4 generated)
|