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

Issue 1158183006: Remove the old multicol implementation. (Closed)

Created:
5 years, 6 months ago by mstensho (USE GERRIT)
Modified:
5 years, 6 months ago
CC:
blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-rendering, dshwang, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Remove the old multicol implementation. Remove the RegionBasedColumns runtime flag. It has been enabled for everyone for some time now, meaning that the old multicol implementation hasn't been available since. This CL mainly removes the ColumnInfo class and the LayoutObject::hasColumns() method, and everything that depended on those. BUG=408123 R=dsinclair@chromium.org,jchaffraix@chromium.org,leviw@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196477

Patch Set 1 #

Total comments: 3

Patch Set 2 : Put LayoutView::backgroundRect() back. #

Patch Set 3 : rebase master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -1499 lines) Patch
D Source/core/layout/ColumnInfo.h View 1 chunk +0 lines, -113 lines 0 comments Download
M Source/core/layout/LayoutBlock.h View 9 chunks +0 lines, -27 lines 0 comments Download
M Source/core/layout/LayoutBlock.cpp View 17 chunks +10 lines, -549 lines 0 comments Download
M Source/core/layout/LayoutBlockFlow.h View 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/layout/LayoutBlockFlow.cpp View 15 chunks +16 lines, -113 lines 0 comments Download
M Source/core/layout/LayoutBox.h View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutBox.cpp View 1 2 3 chunks +7 lines, -35 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutGeometryMap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutInline.cpp View 3 chunks +3 lines, -16 lines 0 comments Download
M Source/core/layout/LayoutObject.h View 5 chunks +2 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 5 chunks +3 lines, -17 lines 0 comments Download
M Source/core/layout/LayoutState.h View 4 chunks +2 lines, -12 lines 0 comments Download
M Source/core/layout/LayoutState.cpp View 7 chunks +3 lines, -17 lines 0 comments Download
M Source/core/layout/LayoutView.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutView.cpp View 1 3 chunks +1 line, -19 lines 0 comments Download
M Source/core/layout/TextAutosizer.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/layout/svg/LayoutSVGText.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/paint/BlockPainter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/paint/BlockPainter.cpp View 2 chunks +5 lines, -169 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.h View 4 chunks +1 line, -11 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.cpp View 9 chunks +36 lines, -225 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerPainter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerPainter.cpp View 1 2 2 chunks +1 line, -141 lines 0 comments Download
M Source/core/paint/ViewPainter.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 32 (11 generated)
mstensho (USE GERRIT)
There's more cleaning up to do here: Block continuation support can be removed, since that's ...
5 years, 6 months ago (2015-06-03 13:34:26 UTC) #1
dsinclair
https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp File Source/core/paint/BoxPainter.cpp (right): https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp#newcode77 Source/core/paint/BoxPainter.cpp:77: LayoutRect result(layoutView->unscaledDocumentRect()); This change seems unrelated?
5 years, 6 months ago (2015-06-03 13:52:58 UTC) #2
mstensho (USE GERRIT)
https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp File Source/core/paint/BoxPainter.cpp (right): https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp#newcode77 Source/core/paint/BoxPainter.cpp:77: LayoutRect result(layoutView->unscaledDocumentRect()); On 2015/06/03 13:52:58, dsinclair wrote: > This ...
5 years, 6 months ago (2015-06-03 13:56:22 UTC) #3
dsinclair
On 2015/06/03 at 13:56:22, mstensho wrote: > https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp > File Source/core/paint/BoxPainter.cpp (right): > > https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp#newcode77 ...
5 years, 6 months ago (2015-06-03 13:59:45 UTC) #4
mstensho (USE GERRIT)
On 2015/06/03 13:59:45, dsinclair wrote: > On 2015/06/03 at 13:56:22, mstensho wrote: > > > ...
5 years, 6 months ago (2015-06-03 14:05:41 UTC) #5
mstensho (USE GERRIT)
https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp File Source/core/paint/BoxPainter.cpp (right): https://codereview.chromium.org/1158183006/diff/1/Source/core/paint/BoxPainter.cpp#newcode77 Source/core/paint/BoxPainter.cpp:77: LayoutRect result(layoutView->unscaledDocumentRect()); On 2015/06/03 13:56:21, mstensho wrote: > On ...
5 years, 6 months ago (2015-06-03 14:05:52 UTC) #6
dsinclair
lgtm
5 years, 6 months ago (2015-06-03 14:08:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158183006/20001
5 years, 6 months ago (2015-06-03 14:08:51 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/34456)
5 years, 6 months ago (2015-06-03 14:15:03 UTC) #11
mstensho (USE GERRIT)
On 2015/06/03 14:15:03, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 6 months ago (2015-06-03 14:16:48 UTC) #12
chrishtr
lgtm
5 years, 6 months ago (2015-06-03 17:14:54 UTC) #14
chrishtr
lgtm
5 years, 6 months ago (2015-06-03 17:15:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158183006/20001
5 years, 6 months ago (2015-06-03 17:16:19 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/65081)
5 years, 6 months ago (2015-06-03 21:31:51 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158183006/20001
5 years, 6 months ago (2015-06-03 21:50:57 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/65139)
5 years, 6 months ago (2015-06-03 22:48:32 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158183006/20001
5 years, 6 months ago (2015-06-04 04:27:55 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/34564)
5 years, 6 months ago (2015-06-04 04:36:17 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158183006/40001
5 years, 6 months ago (2015-06-04 06:16:37 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://src.chromium.org/viewvc/blink?view=rev&revision=196477
5 years, 6 months ago (2015-06-04 08:04:14 UTC) #31
ojan
5 years, 6 months ago (2015-06-16 05:29:25 UTC) #32
Message was sent while issue was closed.
This is so great!

\o/

Powered by Google App Engine
This is Rietveld 408576698