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

Issue 397023003: Preparing Blink for cross-process frame tree replication (Closed)

Created:
6 years, 5 months ago by kenrb
Modified:
6 years, 5 months ago
CC:
dcheng, abarth-chromium, blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, mvanouwerkerk+watch_chromium.org, pdr., rune+blink, site-isolation-reviews_chromium.org, timvolodine, zoltan1
Project:
blink
Visibility:
Public.

Description

Preparing Blink for cross-process frame tree replication This is an updated version of a patch originally written by nasko@chromium.org. A forthcoming Chromium CL will cause the entire frame tree of a page to be replicated across processes when out-of-process iframes are in use. This patch updates Blink to remove, in some places, the assumption that top-level frames are in-process. The immediate goal is to prevent crashes, while allow rendering and input events to work. Other breakages will be addressed in the future. BUG=357747 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178395

Patch Set 1 #

Patch Set 2 : Removed extra blank line #

Total comments: 6

Patch Set 3 : dcheng comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -50 lines) Patch
M Source/core/page/FocusController.cpp View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M Source/core/rendering/compositing/RenderLayerCompositor.cpp View 9 chunks +10 lines, -10 lines 0 comments Download
M Source/modules/geolocation/GeolocationController.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 2 chunks +7 lines, -2 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/web/WebRemoteFrameImpl.cpp View 1 2 4 chunks +5 lines, -7 lines 0 comments Download
M Source/web/WebViewImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.cpp View 10 chunks +34 lines, -22 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kenrb
Eric or Adam, can one of you please review this? Daniel: any concerns that you ...
6 years, 5 months ago (2014-07-16 21:02:32 UTC) #1
dcheng
https://codereview.chromium.org/397023003/diff/20001/Source/core/page/FocusController.cpp File Source/core/page/FocusController.cpp (right): https://codereview.chromium.org/397023003/diff/20001/Source/core/page/FocusController.cpp#newcode308 Source/core/page/FocusController.cpp:308: for (Frame* frame = m_page->mainFrame()->tree().top(); frame; frame = frame->tree().traverseNext()) ...
6 years, 5 months ago (2014-07-16 21:09:08 UTC) #2
kenrb
https://codereview.chromium.org/397023003/diff/20001/Source/core/page/FocusController.cpp File Source/core/page/FocusController.cpp (right): https://codereview.chromium.org/397023003/diff/20001/Source/core/page/FocusController.cpp#newcode308 Source/core/page/FocusController.cpp:308: for (Frame* frame = m_page->mainFrame()->tree().top(); frame; frame = frame->tree().traverseNext()) ...
6 years, 5 months ago (2014-07-17 14:57:02 UTC) #3
eseidel
lgtm Very glad to see this taking shape.
6 years, 5 months ago (2014-07-17 16:34:31 UTC) #4
dcheng
LGTM. Let's get this in so we can focus on cleaning up the local root ...
6 years, 5 months ago (2014-07-17 17:55:42 UTC) #5
kenrb
The CQ bit was checked by kenrb@chromium.org
6 years, 5 months ago (2014-07-17 18:09:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kenrb@chromium.org/397023003/40001
6 years, 5 months ago (2014-07-17 18:10:51 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 19:56:33 UTC) #8
Message was sent while issue was closed.
Change committed as 178395

Powered by Google App Engine
This is Rietveld 408576698