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

Issue 241223002: Start using RenderFrameProxyHost objects. (Closed)

Created:
6 years, 8 months ago by nasko
Modified:
6 years, 3 months ago
Reviewers:
kenrb, ncarter (slow)
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
Visibility:
Public.

Description

Start using RenderFrameProxyHost objects. BUG=

Patch Set 1 #

Patch Set 2 : Rebase on new test methods and navigation policy check on UI. #

Patch Set 3 : Still not working, but some progress. Need WebRemoteFrame::appendChild to work. #

Patch Set 4 : Latest, but definitely not greatest. #

Patch Set 5 : Some cleanup, creating WebRemoteFrame, calling swap. #

Patch Set 6 : Adapt the code to dcheng@'s patch for frame trees with remote frames. #

Patch Set 7 : Remote frame is created and navigated, but wrong URL commits. #

Patch Set 8 : Commits the right URL now. #

Total comments: 23

Patch Set 9 : Moar fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+899 lines, -146 lines) Patch
M content/browser/frame_host/frame_tree.h View 1 2 2 chunks +15 lines, -10 lines 0 comments Download
M content/browser/frame_host/frame_tree.cc View 1 2 4 chunks +38 lines, -15 lines 0 comments Download
M content/browser/frame_host/frame_tree_browsertest.cc View 1 2 3 3 chunks +56 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 13 chunks +60 lines, -4 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.h View 1 2 3 4 5 6 7 8 5 chunks +15 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 3 4 5 6 7 8 19 chunks +164 lines, -34 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.h View 1 2 3 4 5 6 1 chunk +5 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.cc View 1 2 3 4 5 6 3 chunks +50 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.cc View 1 2 3 4 5 6 7 5 chunks +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/site_instance_impl.cc View 1 2 3 3 chunks +7 lines, -0 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 5 chunks +31 lines, -3 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 1 chunk +13 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 33 chunks +185 lines, -36 lines 0 comments Download
M content/renderer/render_frame_proxy.h View 1 2 3 4 5 6 3 chunks +33 lines, -3 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 1 2 3 4 5 6 7 8 5 chunks +102 lines, -12 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 6 chunks +29 lines, -8 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 15 chunks +50 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ncarter (slow)
Publishing our comments from our in-pair review. https://codereview.chromium.org/241223002/diff/140001/content/browser/frame_host/frame_tree.cc File content/browser/frame_host/frame_tree.cc (right): https://codereview.chromium.org/241223002/diff/140001/content/browser/frame_host/frame_tree.cc#newcode212 content/browser/frame_host/frame_tree.cc:212: return iter->second; ...
6 years, 6 months ago (2014-06-25 01:07:57 UTC) #1
kenrb
6 years, 5 months ago (2014-07-17 21:54:23 UTC) #2

Powered by Google App Engine
This is Rietveld 408576698