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

Issue 769093002: Remove FlowThreadController and relateds. (Closed)

Created:
6 years ago by mstensho (USE GERRIT)
Modified:
6 years ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-rendering, chromiumbugtracker_adobe.com, dglazkov+blink, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rwlbuis, sof, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Remove FlowThreadController and relateds. There's no need for FlowThreadController, CurrentRenderFlowThreadMaintainer or CurrentRenderFlowThreadDisabler. Store the current flow thread in LayoutState instead, so that RenderObject::locateFlowThreadContainingBlock() can still find the flow thread quickly during layout. Also removed CSS regions relic from collapseAnonymousBlockChild(). R=jchaffraix@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186328

Patch Set 1 #

Patch Set 2 : rebase master #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -199 lines) Patch
M Source/core/core.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/Node.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
D Source/core/rendering/FlowThreadController.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/core/rendering/FlowThreadController.cpp View 1 chunk +0 lines, -46 lines 0 comments Download
M Source/core/rendering/LayoutState.h View 3 chunks +5 lines, -0 lines 2 comments Download
M Source/core/rendering/LayoutState.cpp View 4 chunks +4 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.h View 1 chunk +0 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.cpp View 4 chunks +0 lines, -46 lines 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 3 chunks +6 lines, -7 lines 0 comments Download
M Source/core/rendering/RenderTreeAsText.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderView.h View 3 chunks +0 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 2 chunks +5 lines, -22 lines 4 comments Download

Messages

Total messages: 6 (1 generated)
mstensho (USE GERRIT)
6 years ago (2014-12-01 19:04:32 UTC) #1
Julien - ping for review
lgtm https://codereview.chromium.org/769093002/diff/20001/Source/core/rendering/LayoutState.h File Source/core/rendering/LayoutState.h (right): https://codereview.chromium.org/769093002/diff/20001/Source/core/rendering/LayoutState.h#newcode91 Source/core/rendering/LayoutState.h:91: RenderFlowThread* m_flowThread; Maybe we should add the field ...
6 years ago (2014-12-02 16:59:47 UTC) #2
mstensho (USE GERRIT)
Not addressing any of the nits, since this is code that I'm about to kill ...
6 years ago (2014-12-02 19:41:12 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/769093002/20001
6 years ago (2014-12-02 19:42:21 UTC) #5
commit-bot: I haz the power
6 years ago (2014-12-02 19:55:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=186328

Powered by Google App Engine
This is Rietveld 408576698