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

Issue 310413004: Move ownership of CrossProcessFrameConnector to RenderFrameProxyHost. (Closed)

Created:
6 years, 6 months ago by nasko
Modified:
6 years, 6 months ago
Reviewers:
kenrb, jam
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Move ownership of CrossProcessFrameConnector to RenderFrameProxyHost. BUG=357747 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278532

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Add checks for CPFC to cross-site iframe test. #

Patch Set 3 : Cleanup. #

Total comments: 24

Patch Set 4 : Fixes based on Ken's review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -79 lines) Patch
M content/browser/frame_host/cross_process_frame_connector.h View 1 2 3 6 chunks +14 lines, -14 lines 0 comments Download
M content/browser/frame_host/cross_process_frame_connector.cc View 1 2 6 chunks +7 lines, -10 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.h View 1 2 2 chunks +2 lines, -7 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 3 9 chunks +21 lines, -41 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.h View 1 2 3 4 chunks +17 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.cc View 1 2 3 4 chunks +27 lines, -0 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 2 6 chunks +20 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
kenrb
https://codereview.chromium.org/310413004/diff/20001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/310413004/diff/20001/content/browser/frame_host/render_frame_host_impl.cc#newcode283 content/browser/frame_host/render_frame_host_impl.cc:283: frame_tree_node_->render_manager()->ProxyToParent(); I think this is the problem. This message ...
6 years, 6 months ago (2014-06-06 15:45:54 UTC) #1
kenrb
https://codereview.chromium.org/310413004/diff/20001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://codereview.chromium.org/310413004/diff/20001/content/browser/frame_host/render_frame_host_manager.cc#newcode1184 content/browser/frame_host/render_frame_host_manager.cc:1184: proxy->SetView(render_frame_host_->render_view_host()->GetView()); Is this the wrong view being set? We ...
6 years, 6 months ago (2014-06-06 16:10:57 UTC) #2
kenrb
https://codereview.chromium.org/310413004/diff/20001/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://codereview.chromium.org/310413004/diff/20001/content/browser/frame_host/render_frame_host_manager.cc#newcode1184 content/browser/frame_host/render_frame_host_manager.cc:1184: proxy->SetView(render_frame_host_->render_view_host()->GetView()); On 2014/06/06 16:10:56, kenrb wrote: > Is this ...
6 years, 6 months ago (2014-06-06 18:06:02 UTC) #3
nasko
Ken, can you review this CL for real now? It isn't much different than before, ...
6 years, 6 months ago (2014-06-18 21:50:04 UTC) #4
kenrb
https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/cross_process_frame_connector.cc File content/browser/frame_host/cross_process_frame_connector.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/cross_process_frame_connector.cc#newcode79 content/browser/frame_host/cross_process_frame_connector.cc:79: frame_proxy_in_parent_renderer_->GetRoutingID(), params)); Did the style change on this? Accessors ...
6 years, 6 months ago (2014-06-19 14:49:04 UTC) #5
nasko
https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/cross_process_frame_connector.cc File content/browser/frame_host/cross_process_frame_connector.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/cross_process_frame_connector.cc#newcode79 content/browser/frame_host/cross_process_frame_connector.cc:79: frame_proxy_in_parent_renderer_->GetRoutingID(), params)); On 2014/06/19 14:49:04, kenrb wrote: > Did ...
6 years, 6 months ago (2014-06-19 15:46:41 UTC) #6
kenrb
https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc#newcode285 content/browser/frame_host/render_frame_host_impl.cc:285: proxy->cross_process_frame_connector()->OnMessageReceived(msg)) On 2014/06/19 15:46:41, nasko wrote: > On 2014/06/19 ...
6 years, 6 months ago (2014-06-19 16:16:32 UTC) #7
nasko
https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc#newcode285 content/browser/frame_host/render_frame_host_impl.cc:285: proxy->cross_process_frame_connector()->OnMessageReceived(msg)) On 2014/06/19 16:16:32, kenrb wrote: > On 2014/06/19 ...
6 years, 6 months ago (2014-06-19 16:24:36 UTC) #8
kenrb
lgtm https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc#newcode285 content/browser/frame_host/render_frame_host_impl.cc:285: proxy->cross_process_frame_connector()->OnMessageReceived(msg)) On 2014/06/19 16:24:35, nasko wrote: > On ...
6 years, 6 months ago (2014-06-19 17:07:09 UTC) #9
nasko
John, can you do an OWNERS review? https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc#newcode285 content/browser/frame_host/render_frame_host_impl.cc:285: proxy->cross_process_frame_connector()->OnMessageReceived(msg)) On ...
6 years, 6 months ago (2014-06-19 17:12:38 UTC) #10
nasko
https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc#newcode285 content/browser/frame_host/render_frame_host_impl.cc:285: proxy->cross_process_frame_connector()->OnMessageReceived(msg)) On 2014/06/19 17:12:38, nasko wrote: > On 2014/06/19 ...
6 years, 6 months ago (2014-06-19 17:52:05 UTC) #11
kenrb
https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/310413004/diff/60001/content/browser/frame_host/render_frame_host_impl.cc#newcode285 content/browser/frame_host/render_frame_host_impl.cc:285: proxy->cross_process_frame_connector()->OnMessageReceived(msg)) On 2014/06/19 17:52:05, nasko wrote: > Actually, even ...
6 years, 6 months ago (2014-06-19 18:03:35 UTC) #12
jam
lgtm for site_per_process_browsertest.cc, you're an owner for frame_host so no need for me to review ...
6 years, 6 months ago (2014-06-19 19:50:03 UTC) #13
nasko
The CQ bit was checked by nasko@chromium.org
6 years, 6 months ago (2014-06-19 20:22:58 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/310413004/80001
6 years, 6 months ago (2014-06-19 20:24:44 UTC) #15
nasko
The CQ bit was checked by nasko@chromium.org
6 years, 6 months ago (2014-06-19 21:13:24 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/310413004/80001
6 years, 6 months ago (2014-06-19 21:14:44 UTC) #17
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 23:49:04 UTC) #18
Message was sent while issue was closed.
Change committed as 278532

Powered by Google App Engine
This is Rietveld 408576698