Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(147)

Issue 1152053006: Allow RemoteFrames to be navigated through targeted navigation. (Closed)

Created:
4 years, 11 months ago by nasko
Modified:
4 years, 10 months ago
Reviewers:
Nate Chapin
CC:
blink-reviews, tyoshino+watch_chromium.org, Nate Chapin, gavinp+loader_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Allow RemoteFrames to be navigated through targeted navigation. Currently, FrameLoader assumes the target frame of a navigation is always LocalFrame. This is not the case once we have out-of-process iframes. This patch allows navigation to be sent to RemoteFrame if the frame is in a different process. BUG=496923 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196689

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add Frame::navigate method that takes FrameLoadRequest param. #

Total comments: 6

Patch Set 3 : Removed TODO, added a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -10 lines) Patch
M Source/core/frame/Frame.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/frame/LocalFrame.h View 1 1 chunk +8 lines, -7 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/frame/RemoteFrame.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/frame/RemoteFrame.cpp View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
nasko
Hey Nate, Can you review this CL for me? We have test coverage for that ...
4 years, 11 months ago (2015-06-05 23:30:44 UTC) #2
Nate Chapin
https://codereview.chromium.org/1152053006/diff/1/Source/core/loader/FrameLoader.cpp File Source/core/loader/FrameLoader.cpp (right): https://codereview.chromium.org/1152053006/diff/1/Source/core/loader/FrameLoader.cpp#newcode788 Source/core/loader/FrameLoader.cpp:788: toLocalFrame(targetFrame.get())->loader().load(request); This feels like the wrong place for this ...
4 years, 11 months ago (2015-06-05 23:34:47 UTC) #3
nasko
https://codereview.chromium.org/1152053006/diff/1/Source/core/loader/FrameLoader.cpp File Source/core/loader/FrameLoader.cpp (right): https://codereview.chromium.org/1152053006/diff/1/Source/core/loader/FrameLoader.cpp#newcode788 Source/core/loader/FrameLoader.cpp:788: toLocalFrame(targetFrame.get())->loader().load(request); On 2015/06/05 23:34:47, Nate Chapin wrote: > This ...
4 years, 10 months ago (2015-06-08 15:57:10 UTC) #4
Nate Chapin
https://codereview.chromium.org/1152053006/diff/20001/Source/core/frame/LocalFrame.cpp File Source/core/frame/LocalFrame.cpp (right): https://codereview.chromium.org/1152053006/diff/20001/Source/core/frame/LocalFrame.cpp#newcode256 Source/core/frame/LocalFrame.cpp:256: // TODO(dcheng): Special case for window.open("about:blank") to ensure it ...
4 years, 10 months ago (2015-06-08 16:56:23 UTC) #5
nasko
https://codereview.chromium.org/1152053006/diff/20001/Source/core/frame/LocalFrame.cpp File Source/core/frame/LocalFrame.cpp (right): https://codereview.chromium.org/1152053006/diff/20001/Source/core/frame/LocalFrame.cpp#newcode256 Source/core/frame/LocalFrame.cpp:256: // TODO(dcheng): Special case for window.open("about:blank") to ensure it ...
4 years, 10 months ago (2015-06-08 17:27:04 UTC) #6
Nate Chapin
lgtm
4 years, 10 months ago (2015-06-08 17:28:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152053006/40001
4 years, 10 months ago (2015-06-08 18:28:29 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2015-06-08 18:46:18 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196689

Powered by Google App Engine
This is Rietveld 408576698