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

Issue 12052023: Add "frame to navigate" to NavigationEntry and plumb it to the RenderViewImpl (Closed)

Created:
7 years, 11 months ago by jochen (gone - plz use gerrit)
Modified:
7 years, 11 months ago
Reviewers:
Tom Sepez, Charlie Reis
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Add "frame to navigate" to NavigationEntry and plumb it to the RenderViewImpl This allows for navigating a specific frame from the browser. This is required for running layout tests. BUG=171391 TEST=RenderViewImplTest.NavigateFrame R=creis@chromium.org,tsepez@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178552

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 9

Patch Set 3 : updates #

Total comments: 6

Patch Set 4 : patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -8 lines) Patch
M chrome/browser/sessions/session_types.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/web_contents/navigation_entry_impl.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/web_contents/navigation_entry_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M content/browser/web_contents/navigation_entry_impl_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/common/view_messages.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/navigation_entry.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 5 chunks +14 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jochen (gone - plz use gerrit)
7 years, 11 months ago (2013-01-22 20:00:48 UTC) #1
jochen (gone - plz use gerrit)
Tom, can you rubber stamp the IPC change John. please review the rest
7 years, 11 months ago (2013-01-22 20:01:37 UTC) #2
Tom Sepez
+creis - Charlie, is there a reason we disallow this kind of navigation?
7 years, 11 months ago (2013-01-22 20:04:02 UTC) #3
Tom Sepez
The messages themselves LGTM, but wait for confirmation from charlie that this does not open ...
7 years, 11 months ago (2013-01-22 20:05:28 UTC) #4
jam
i defer my lgtm to creis
7 years, 11 months ago (2013-01-22 20:20:18 UTC) #5
Charlie Reis
Yeah, we haven't needed to navigate subframes from the browser process before, but I can ...
7 years, 11 months ago (2013-01-23 01:38:45 UTC) #6
jochen (gone - plz use gerrit)
https://codereview.chromium.org/12052023/diff/1010/content/browser/web_contents/navigation_entry_impl.h File content/browser/web_contents/navigation_entry_impl.h (right): https://codereview.chromium.org/12052023/diff/1010/content/browser/web_contents/navigation_entry_impl.h#newcode264 content/browser/web_contents/navigation_entry_impl.h:264: // If not empty, the name of the frame ...
7 years, 11 months ago (2013-01-23 08:22:42 UTC) #7
Charlie Reis
Thanks for the session restore check. LGTM with the changes below, since I want to ...
7 years, 11 months ago (2013-01-23 18:38:17 UTC) #8
jochen (gone - plz use gerrit)
https://codereview.chromium.org/12052023/diff/6003/chrome/browser/sessions/session_types.cc File chrome/browser/sessions/session_types.cc (right): https://codereview.chromium.org/12052023/diff/6003/chrome/browser/sessions/session_types.cc#newcode53 chrome/browser/sessions/session_types.cc:53: DCHECK(entry.GetFrameToNavigate().empty()); On 2013/01/23 18:38:17, creis wrote: > Please make ...
7 years, 11 months ago (2013-01-23 19:52:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/12052023/5004
7 years, 11 months ago (2013-01-23 19:53:13 UTC) #10
commit-bot: I haz the power
7 years, 11 months ago (2013-01-23 21:44:57 UTC) #11
Retried try job too often on mac_rel for step(s) browser_tests
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698