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

Issue 444503002: Start using RenderFrameProxyHost objects. (Closed)

Created:
6 years, 4 months ago by ncarter (slow)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Start using RenderFrameProxyHost objects. Instantiate RenderFrameProxyHost objects for remote frames when using --site-per-process. BUG=357747, 399709, 399775, 400594 TBR=kenrb, creis, kalman Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287557 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287954

Patch Set 1 : Original patch set: LGTM'ed PS#14 from issue 404613005 #

Patch Set 2 : Disable CreateCrossProcessSubframeProxies on Android #

Patch Set 3 : Fix for RenderFrameHostManagerTest.AllowTargetedNavigationsAfterSwap. #

Patch Set 4 : Assign the RenderViewHost properly. #

Patch Set 5 : Create view IFF frame is main frame #

Unified diffs Side-by-side diffs Delta from patch set Stats (+609 lines, -176 lines) Patch
M content/browser/frame_host/frame_tree.h View 2 chunks +17 lines, -10 lines 0 comments Download
M content/browser/frame_host/frame_tree.cc View 4 chunks +50 lines, -16 lines 0 comments Download
M content/browser/frame_host/frame_tree_browsertest.cc View 1 3 chunks +65 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 7 chunks +36 lines, -12 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.h View 5 chunks +29 lines, -8 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 3 4 13 chunks +121 lines, -42 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.cc View 2 chunks +28 lines, -0 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/web_contents/opened_by_dom_browsertest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 5 chunks +23 lines, -6 lines 0 comments Download
M content/common/frame_messages.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 14 chunks +102 lines, -32 lines 0 comments Download
M content/renderer/render_frame_proxy.h View 2 chunks +6 lines, -7 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 4 chunks +6 lines, -12 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 6 chunks +22 lines, -8 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 12 chunks +46 lines, -18 lines 0 comments Download
M extensions/renderer/script_context.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
ncarter (slow)
6 years, 4 months ago (2014-08-05 00:31:09 UTC) #1
ncarter (slow)
Reviewers -- this is ken's LGTM'ed patch from https://codereview.chromium.org/404613005/ , with one more test disabled. ...
6 years, 4 months ago (2014-08-05 00:36:35 UTC) #2
ncarter (slow)
The CQ bit was checked by nick@chromium.org
6 years, 4 months ago (2014-08-05 00:36:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nick@chromium.org/444503002/20001
6 years, 4 months ago (2014-08-05 00:38:18 UTC) #4
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel on tryserver.chromium.mac ...
6 years, 4 months ago (2014-08-05 03:09:47 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-05 04:10:39 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel/builds/2947)
6 years, 4 months ago (2014-08-05 04:10:40 UTC) #7
ncarter (slow)
The CQ bit was checked by nick@chromium.org
6 years, 4 months ago (2014-08-05 17:26:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nick@chromium.org/444503002/20001
6 years, 4 months ago (2014-08-05 17:28:12 UTC) #9
commit-bot: I haz the power
Change committed as 287557
6 years, 4 months ago (2014-08-05 17:30:01 UTC) #10
robliao
A revert of this CL has been created in https://codereview.chromium.org/438393004/ by robliao@chromium.org. The reason for ...
6 years, 4 months ago (2014-08-05 21:44:33 UTC) #11
robliao
On 2014/08/05 21:44:33, robliao wrote: > A revert of this CL has been created in ...
6 years, 4 months ago (2014-08-05 21:50:18 UTC) #12
ncarter (slow)
Reopening this issue. The patch was reverted due to a failure in RenderFrameHostManagerTest.AllowTargetedNavigationsAfterSwap, which is ...
6 years, 4 months ago (2014-08-06 00:37:38 UTC) #13
ncarter (slow)
Patch set 5, assuming it passes the trybots, is what I hope to submit.
6 years, 4 months ago (2014-08-06 21:36:22 UTC) #14
Charlie Reis
On 2014/08/06 21:36:22, ncarter wrote: > Patch set 5, assuming it passes the trybots, is ...
6 years, 4 months ago (2014-08-06 22:01:46 UTC) #15
ncarter (slow)
The CQ bit was checked by nick@chromium.org
6 years, 4 months ago (2014-08-06 22:03:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nick@chromium.org/444503002/80001
6 years, 4 months ago (2014-08-06 22:04:24 UTC) #17
ncarter (slow)
The CQ bit was unchecked by nick@chromium.org
6 years, 4 months ago (2014-08-06 22:25:30 UTC) #18
ncarter (slow)
The CQ bit was checked by nick@chromium.org
6 years, 4 months ago (2014-08-06 23:45:37 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nick@chromium.org/444503002/80001
6 years, 4 months ago (2014-08-06 23:48:48 UTC) #20
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 03:30:18 UTC) #21
Message was sent while issue was closed.
Change committed as 287954

Powered by Google App Engine
This is Rietveld 408576698