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

Issue 574403002: If a RemoteFrame asks to navigate, send an OpenURL IPC (Closed)

Created:
6 years, 3 months ago by Nate Chapin
Modified:
6 years, 2 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

If a RemoteFrame asks to navigate, send an OpenURL IPC This is the first step toward making remote frames able to be navigated by their parent correctly, and to enable them to transition back into the same process as the parent. This, combined with https://codereview.chromium.org/573353002/, "just work" to route a navigation request from a RemoteFrame back to its LocalFrame. However, we incorrectly commit the load into the existing LocalFrame (rather than transitioning processes again) and we assert during that commit. BUG= Committed: https://crrev.com/70ea134b950a3d5f016a05d6ea3fd336b2ba59f9 Cr-Commit-Position: refs/heads/master@{#297513}

Patch Set 1 #

Total comments: 1

Patch Set 2 : +plumbing and test #

Total comments: 15

Patch Set 3 : Address creis's comments #

Patch Set 4 : rebase #

Patch Set 5 : #

Patch Set 6 : Disable new test on android/chrome, like others in the same file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -1 line) Patch
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.cc View 1 2 3 4 5 2 chunks +11 lines, -1 line 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 2 3 4 5 1 chunk +72 lines, -0 lines 0 comments Download
M content/renderer/render_frame_proxy.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (13 generated)
Nate Chapin
This patch and https://codereview.chromium.org/573353002/ can land in either order.
6 years, 3 months ago (2014-09-17 19:32:20 UTC) #2
Charlie Reis
Yes, this seems like the right start once you settle on the navigate API in ...
6 years, 3 months ago (2014-09-17 21:31:41 UTC) #3
Charlie Reis
[+site-isolation-reviews@]
6 years, 3 months ago (2014-09-17 21:32:55 UTC) #4
Nate Chapin
On 2014/09/17 21:31:41, Charlie Reis wrote: > Yes, this seems like the right start once ...
6 years, 3 months ago (2014-09-17 21:54:41 UTC) #5
Nate Chapin
This is the stack trace that the FrameHostMsg_OpenURL follows to get to a FrameMsg_Navigate in ...
6 years, 3 months ago (2014-09-18 18:05:59 UTC) #6
Charlie Reis
On 2014/09/18 18:05:59, Nate Chapin wrote: > This is the stack trace that the FrameHostMsg_OpenURL ...
6 years, 3 months ago (2014-09-18 18:09:05 UTC) #7
Nate Chapin
On 2014/09/18 18:09:05, Charlie Reis wrote: > On 2014/09/18 18:05:59, Nate Chapin wrote: > > ...
6 years, 3 months ago (2014-09-18 18:11:44 UTC) #8
Nate Chapin
On 2014/09/18 18:11:44, Nate Chapin wrote: > On 2014/09/18 18:09:05, Charlie Reis wrote: > > ...
6 years, 3 months ago (2014-09-18 18:27:58 UTC) #9
Charlie Reis
On 2014/09/18 18:27:58, Nate Chapin wrote: > On 2014/09/18 18:11:44, Nate Chapin wrote: > > ...
6 years, 3 months ago (2014-09-18 18:36:59 UTC) #10
Nate Chapin
On 2014/09/18 18:36:59, Charlie Reis wrote: > On 2014/09/18 18:27:58, Nate Chapin wrote: > > ...
6 years, 3 months ago (2014-09-18 20:04:23 UTC) #11
Charlie Reis
Looks great! Just a few nits and some notes on the test. https://codereview.chromium.org/574403002/diff/20001/content/browser/frame_host/render_frame_host_impl.h File content/browser/frame_host/render_frame_host_impl.h ...
6 years, 3 months ago (2014-09-18 20:22:28 UTC) #12
Nate Chapin
https://codereview.chromium.org/574403002/diff/20001/content/browser/frame_host/render_frame_host_impl.h File content/browser/frame_host/render_frame_host_impl.h (right): https://codereview.chromium.org/574403002/diff/20001/content/browser/frame_host/render_frame_host_impl.h#newcode206 content/browser/frame_host/render_frame_host_impl.h:206: // a remote frmae. On 2014/09/18 20:22:27, Charlie Reis ...
6 years, 3 months ago (2014-09-18 22:39:02 UTC) #13
Charlie Reis
LGTM. Thanks for the test!
6 years, 3 months ago (2014-09-18 22:46:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574403002/40001
6 years, 2 months ago (2014-09-29 16:22:37 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/61898) ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/19406) ios_rel_device ...
6 years, 2 months ago (2014-09-29 16:25:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574403002/60001
6 years, 2 months ago (2014-09-29 17:08:01 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574403002/80001
6 years, 2 months ago (2014-09-29 17:46:45 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/20753)
6 years, 2 months ago (2014-09-29 18:54:08 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574403002/80001
6 years, 2 months ago (2014-09-30 17:13:21 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_swarming/builds/17588)
6 years, 2 months ago (2014-09-30 19:06:17 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574403002/80001
6 years, 2 months ago (2014-09-30 19:19:38 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574403002/100001
6 years, 2 months ago (2014-09-30 20:54:41 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/63213)
6 years, 2 months ago (2014-09-30 21:38:04 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574403002/100001
6 years, 2 months ago (2014-09-30 21:42:16 UTC) #37
commit-bot: I haz the power
Committed patchset #6 (id:100001) as b48649be1fa063e51aaae018b284fad3fd8356c8
6 years, 2 months ago (2014-09-30 21:56:49 UTC) #38
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 21:57:48 UTC) #39
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/70ea134b950a3d5f016a05d6ea3fd336b2ba59f9
Cr-Commit-Position: refs/heads/master@{#297513}

Powered by Google App Engine
This is Rietveld 408576698