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

Issue 254883003: [New Multicolumn] Faster and more direct RenderMultiColumnSet::multiColumnFlowThread(). (Closed)

Created:
6 years, 7 months ago by mstensho (USE GERRIT)
Modified:
6 years, 7 months ago
Reviewers:
esprehn, rune, ojan
CC:
blink-reviews, mstensho+blink_opera.com, blink-reviews-rendering, chromiumbugtracker_adobe.com, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr., ojan, rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[New Multicolumn] Faster and more direct RenderMultiColumnSet::multiColumnFlowThread(). No need to go via the parent block to get the flow thread. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173025

Patch Set 1 #

Patch Set 2 : Also call multiColumnFlowThread() in favor of multicolBlock->multiColumnFlowThread() #

Total comments: 4

Patch Set 3 : Rebase master #

Patch Set 4 : Code review #

Total comments: 1

Patch Set 5 : Code review #2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M Source/core/rendering/RenderFlowThread.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnFlowThread.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
mstensho (USE GERRIT)
I could have used the DEFINE_RENDER_OBJECT_TYPE_CASTS() macro instead of a manual static_cast, but then I ...
6 years, 7 months ago (2014-04-29 13:06:18 UTC) #1
mstensho (USE GERRIT)
Also call multiColumnFlowThread() in favor of multicolBlock->multiColumnFlowThread()
6 years, 7 months ago (2014-04-29 13:14:50 UTC) #2
rune
Rubber stamp with nits. https://codereview.chromium.org/254883003/diff/20001/Source/core/rendering/RenderFlowThread.h File Source/core/rendering/RenderFlowThread.h (right): https://codereview.chromium.org/254883003/diff/20001/Source/core/rendering/RenderFlowThread.h#newcode63 Source/core/rendering/RenderFlowThread.h:63: // This one is only ...
6 years, 7 months ago (2014-04-30 11:00:12 UTC) #3
mstensho (USE GERRIT)
Rebase master
6 years, 7 months ago (2014-04-30 11:03:16 UTC) #4
mstensho (USE GERRIT)
Code review
6 years, 7 months ago (2014-04-30 11:04:28 UTC) #5
mstensho (USE GERRIT)
https://codereview.chromium.org/254883003/diff/20001/Source/core/rendering/RenderFlowThread.h File Source/core/rendering/RenderFlowThread.h (right): https://codereview.chromium.org/254883003/diff/20001/Source/core/rendering/RenderFlowThread.h#newcode63 Source/core/rendering/RenderFlowThread.h:63: // This one is only used in assertions at ...
6 years, 7 months ago (2014-04-30 11:05:05 UTC) #6
ojan
lgtm https://codereview.chromium.org/254883003/diff/60001/Source/core/rendering/RenderMultiColumnSet.h File Source/core/rendering/RenderMultiColumnSet.h (right): https://codereview.chromium.org/254883003/diff/60001/Source/core/rendering/RenderMultiColumnSet.h#newcode63 Source/core/rendering/RenderMultiColumnSet.h:63: ASSERT_WITH_SECURITY_IMPLICATION(!flowThread() || flowThread()->isRenderMultiColumnFlowThread()); Nit: I don't think this ...
6 years, 7 months ago (2014-04-30 17:31:28 UTC) #7
mstensho (USE GERRIT)
On 2014/04/30 17:31:28, ojan wrote: > lgtm > > https://codereview.chromium.org/254883003/diff/60001/Source/core/rendering/RenderMultiColumnSet.h > File Source/core/rendering/RenderMultiColumnSet.h (right): > ...
6 years, 7 months ago (2014-04-30 19:32:41 UTC) #8
mstensho (USE GERRIT)
Code review #2
6 years, 7 months ago (2014-04-30 19:35:31 UTC) #9
mstensho (USE GERRIT)
The CQ bit was checked by mstensho@opera.com
6 years, 7 months ago (2014-04-30 19:36:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mstensho@opera.com/254883003/70001
6 years, 7 months ago (2014-04-30 19:37:08 UTC) #11
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 20:38:13 UTC) #12
Message was sent while issue was closed.
Change committed as 173025

Powered by Google App Engine
This is Rietveld 408576698