Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Issue 643333002: Prepare for remote->local frame swap (Closed)

Created:
6 years, 2 months ago by Nate Chapin
Modified:
6 years, 2 months ago
Reviewers:
dcheng
CC:
dcheng, blink-reviews, dglazkov+blink, mkwst+moarreviews_chromium.org, site-isolation-reviews_chromium.org
Project:
blink
Visibility:
Public.

Description

Prepare for remote->local frame swap The plan is to create a LocalFrame that is loosely tied to an existing RemoteFrame but is not really attached to the FrameTree. The LocalFrame will begin loading, and when it commits, it will be swapped into where the RemotFrame was. This adds sufficient logic to actually support that swap (and to maintain the intermediate semi-attached state while the LocalFrame is provisional). BUG=422583 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183908

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 7

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -24 lines) Patch
M Source/core/frame/Frame.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebFrame.cpp View 1 2 3 4 5 3 chunks +10 lines, -5 lines 0 comments Download
M Source/web/WebLocalFrameImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 2 chunks +15 lines, -0 lines 0 comments Download
M Source/web/WebRemoteFrameImpl.h View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M Source/web/WebRemoteFrameImpl.cpp View 1 2 3 4 3 chunks +1 line, -19 lines 0 comments Download
M public/web/WebFrame.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M public/web/WebLocalFrame.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
Nate Chapin
https://codereview.chromium.org/600553003 has my current theory on what the chromium-side will look like, but I haven't ...
6 years, 2 months ago (2014-10-15 19:30:15 UTC) #2
dcheng
This is complicated. If I understand correctly, the general flow is: - content might create ...
6 years, 2 months ago (2014-10-15 21:14:35 UTC) #3
Nate Chapin
My understanding based on a conversation with nasko a week or two ago was that ...
6 years, 2 months ago (2014-10-15 21:27:31 UTC) #4
dcheng
I talked to nasko@ and he estimates the PlzNavigate stuff won't come any sooner than ...
6 years, 2 months ago (2014-10-16 00:39:07 UTC) #5
Nate Chapin
https://codereview.chromium.org/643333002/diff/290001/Source/web/WebLocalFrameImpl.cpp File Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/643333002/diff/290001/Source/web/WebLocalFrameImpl.cpp#newcode1810 Source/web/WebLocalFrameImpl.cpp:1810: m_frame = LocalFrame::create(&m_frameLoaderClientImpl, oldFrame->host(), new PlaceholderFrameOwner()); On 2014/10/15 21:27:31, ...
6 years, 2 months ago (2014-10-16 21:45:56 UTC) #6
dcheng
The changes LGTM. Can we file a bug to cleanup the unnecessary bits once we ...
6 years, 2 months ago (2014-10-16 22:17:40 UTC) #7
Nate Chapin
On 2014/10/16 22:17:40, dcheng wrote: > The changes LGTM. > > Can we file a ...
6 years, 2 months ago (2014-10-16 22:18:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643333002/330001
6 years, 2 months ago (2014-10-16 22:20:28 UTC) #10
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 2 months ago (2014-10-17 00:21:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643333002/330001
6 years, 2 months ago (2014-10-17 17:41:27 UTC) #14
commit-bot: I haz the power
6 years, 2 months ago (2014-10-17 17:42:37 UTC) #15
Message was sent while issue was closed.
Committed patchset #7 (id:330001) as 183908

Powered by Google App Engine
This is Rietveld 408576698