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

Issue 21388003: Move routing to RenderFrameHost instead of RenderViewHost. (Closed)

Created:
7 years, 4 months ago by nasko
Modified:
6 years, 10 months ago
Reviewers:
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Move routing to RenderFrameHost instead of RenderViewHost. BUG=245126

Patch Set 1 #

Patch Set 2 : Add RFH::FromID and fix some call sites to RVH::FromID. #

Patch Set 3 : Fixing new window navigation. #

Patch Set 4 : Move global map to .cc file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -8 lines) Patch
M chrome/browser/tab_contents/tab_util.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M content/browser/download/download_request_handle.cc View 1 2 chunks +18 lines, -4 lines 0 comments Download
M content/browser/loader/render_view_host_tracker.cc View 1 2 3 3 chunks +20 lines, -0 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_frame_host_impl.h View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_frame_host_impl.cc View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/render_frame_host.h View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698