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

Issue 998353003: CrossProcessFrameConnector configuration happening too soon (Closed)

Created:
5 years, 9 months ago by kenrb
Modified:
5 years, 9 months ago
Reviewers:
nasko
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CrossProcessFrameConnector configuration happening too soon When navigating an OOPIF back into the same site instance as its parent, RenderFrameProxyHost::SetChildRWHView() was being called on the proxy immediately before the RFPH was removed from the RenderFrameHostManager's proxy list. This was causing the CrossProcessFrameConnector to briefly become attached to the parent frame's RenderWidgetHostView, and resize the parent frame's viewport erroneously. Delaying the call to SetChildRWHView until after the RFPH is cleared from the proxy list corrects this problem. BUG=453500 Committed: https://crrev.com/4b36c0fb3320c92764f255f6d51c3c06790d2798 Cr-Commit-Position: refs/heads/master@{#320354}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -10 lines) Patch
M content/browser/frame_host/render_frame_host_manager.cc View 1 2 chunks +11 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
kenrb
Nasko: PTAL?
5 years, 9 months ago (2015-03-12 15:53:24 UTC) #2
nasko
LGTM with a couple of nits. https://codereview.chromium.org/998353003/diff/1/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://codereview.chromium.org/998353003/diff/1/content/browser/frame_host/render_frame_host_manager.cc#newcode1674 content/browser/frame_host/render_frame_host_manager.cc:1674: // an out ...
5 years, 9 months ago (2015-03-12 17:32:13 UTC) #3
kenrb
https://codereview.chromium.org/998353003/diff/1/content/browser/frame_host/render_frame_host_manager.cc File content/browser/frame_host/render_frame_host_manager.cc (right): https://codereview.chromium.org/998353003/diff/1/content/browser/frame_host/render_frame_host_manager.cc#newcode1674 content/browser/frame_host/render_frame_host_manager.cc:1674: // an out of process frame to return to ...
5 years, 9 months ago (2015-03-12 19:03:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/998353003/20001
5 years, 9 months ago (2015-03-12 19:04:25 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-12 20:11:27 UTC) #8
commit-bot: I haz the power
5 years, 9 months ago (2015-03-12 20:12:01 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4b36c0fb3320c92764f255f6d51c3c06790d2798
Cr-Commit-Position: refs/heads/master@{#320354}

Powered by Google App Engine
This is Rietveld 408576698