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

Issue 25687002: Add support for the column-fill property. (Closed)

Created:
7 years, 2 months ago by mstensho (USE GERRIT)
Modified:
7 years, 2 months ago
Reviewers:
eseidel
CC:
blink-reviews, chromiumbugtracker_adobe.com, eae+blinkwatch, leviw+renderwatch, dglazkov+blink, apavlov+blink_chromium.org, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add support for the column-fill property. Note: This is only supported in the (new) region based multicol implementation. With column-fill support, a lot of multicol tests need an update. The old implementation behaved as if column-fill were 'auto', but the initial value is 'balance', so now we need to be explicit about that. For auto-height tests it doesn't really matter - such multicols are always balanced anyway. Already reviewed in WebKit by David Hyatt. See https://bugs.webkit.org/show_bug.cgi?id=117693 BUG=302897 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159227

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase master #

Patch Set 3 : Code review; unprefix column-fill, put it behind the region based columns flag. #

Patch Set 4 : Trying to resolve some binary CRLF vs. LF mess that confused the trybots. #

Patch Set 5 : Rebase master (still fighting with CRLF vs. LF - might work this time) #

Patch Set 6 : Rebase master again (still CRLF fun) #

Patch Set 7 : Rebase master again (still CRLF fun) #

Patch Set 8 : Rebase master #

Patch Set 9 : Rebase master. #

Patch Set 10 : Put column-fill support behind a runtime flag. #

Patch Set 11 : Rebase master #

Total comments: 1

Patch Set 12 : Back out changes to test files that the bots are incapable of applying. #

Patch Set 13 : Back out changes to test files that the bots are incapable of applying. #

Patch Set 14 : Rebase master #

Patch Set 15 : Fix compilation error discovered by the Mac builders: missing CSSPropertyColumnFill case in switch. #

Patch Set 16 : Rebase master for the last time? #

Patch Set 17 : Put changes to problematic files (for the bots) back in. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -159 lines) Patch
M LayoutTests/compositing/geometry/composited-in-columns.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/css3/unicode-bidi-isolate-basic.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn.html View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/borders/border-antialiasing.html View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M LayoutTests/fast/dynamic/float-moved-downwards-for-pagination.html View 1 2 3 4 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/float-moved-downwards-for-pagination-expected.html View 1 2 3 4 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/layer-no-longer-paginated.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/document-elementFromPoint.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/line-grid/line-grid-inside-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/line-grid/line-grid-into-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/break-properties.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/cell-shrinkback.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/client-rects.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/column-count-with-rules.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/flipped-blocks-hit-test.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/float-paginate.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/float-paginate-complex.html View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/multicol/float-paginate-empty-lines.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/float-truncation.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/hit-test-above-or-below.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/hit-test-end-of-column.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/hit-test-end-of-column-with-line-height.html View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/hit-test-float.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/image-inside-nested-blocks-with-border.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/layers-in-multicol.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/layers-split-across-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/margin-collapse.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/mixed-opacity-fixed-test.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/mixed-opacity-test.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/mixed-positioning-stacking-order.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/nested-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/multicol/newmulticol/balance10.html View 1 chunk +44 lines, -0 lines 0 comments Download
A + LayoutTests/fast/multicol/newmulticol/balance10-expected.txt View 1 chunk +9 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/cell-shrinkback.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/clipping.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/clipping-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/clipping-overflow-hidden.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/clipping-overflow-hidden-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/clipping-top-overflow.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/clipping-top-overflow-expected.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/column-rules-fixed-height-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/multicol/newmulticol/fixed-height-fill-auto.html View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/multicol/newmulticol/fixed-height-fill-auto-expected.html View 1 chunk +16 lines, -0 lines 0 comments Download
A LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance.html View 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-expected.html View 1 chunk +14 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-avoidance.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-avoidance-expected.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-multicol.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-multicol-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-paginate.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-paginate-complex.html View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-paginate-complex-expected.html View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-paginate-empty-lines.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-paginate-empty-lines-expected.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/float-paginate-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/hide-box-horizontal-bt.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/hide-box-horizontal-bt-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/hide-box-vertical-rl.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/layers-in-multicol.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/layers-in-multicol-expected.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/layers-split-across-columns.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/layers-split-across-columns-expected.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/positioned-split.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/positioned-split-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/newmulticol/positioned-with-constrained-height.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/newmulticol/positioned-with-constrained-height-expected.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/orphans-relayout.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/overflow-across-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/overflow-across-columns-percent-height.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/overflow-content.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/overflow-content-expected.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/overflow-unsplittable.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/pageLogicalOffset-vertical.html View 1 2 3 4 5 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html View 1 2 3 4 5 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/paginate-block-replaced.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/positioned-outside-of-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/positioned-split.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/positioned-with-constrained-height.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/positioned-with-constrained-height-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/positive-leading.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/progression-reverse.html View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/progression-reverse-overflow.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/progression-reverse-overflow-expected.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/scrolling-overflow.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/seamless-flowed-through-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/seamless-flowed-through-columns-expected.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/table-margin-collapse.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/table-row-height-increase.html View 1 2 3 4 5 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/table-row-height-increase-expected.html View 1 2 3 4 5 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/table-vertical-align.html View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/fast/multicol/transform-inside-opacity.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/unsplittable-inline-block.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/break-properties.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/column-count-with-rules.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/float-multicol.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/float-paginate.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/float-paginate-complex.html View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/float-truncation.html View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/image-inside-nested-blocks-with-border.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/nested-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/rules-with-border-before.html View 1 2 1 chunk +7 lines, -5 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/break-properties.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/column-count-with-rules.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/float-avoidance.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/float-multicol.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/float-paginate.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/float-paginate-complex.html View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/float-truncation.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/nested-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/rule-style.html View 1 2 2 chunks +14 lines, -10 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/rules-with-border-before.html View 1 2 1 chunk +7 lines, -5 lines 0 comments Download
M LayoutTests/fast/multicol/vertical-rl/unsplittable-inline-block.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/multicol/widows-and-orphans.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/regions/region-style-in-columns.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/multicol-repaint.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/sub-pixel/column-clipping.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/css/CSSParser-in.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +8 lines, -0 lines 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSProperty.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSPropertyNames.in View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSValueKeywords.in View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/page/RuntimeCSSEnabled.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/page/RuntimeEnabledFeatures.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/page/UseCounter.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 1 chunk +7 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnBlock.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M Source/core/rendering/style/RenderStyleConstants.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/style/StyleMultiColData.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/style/StyleMultiColData.cpp View 3 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
mstensho (USE GERRIT)
7 years, 2 months ago (2013-10-02 07:49:52 UTC) #1
eseidel
The change looks fine. But we aren't "webkit" anymore, so it's unfare to them to ...
7 years, 2 months ago (2013-10-02 17:36:44 UTC) #2
eseidel
Most of the column features aren't used much at all: http://www.chromestatus.com/metrics/css/popularity Seems we should add ...
7 years, 2 months ago (2013-10-02 17:40:08 UTC) #3
eseidel
Based on the dashboard entry, sounds like vendors are supportive: http://www.chromestatus.com/features/6526151266664448 I strongly recommend that ...
7 years, 2 months ago (2013-10-02 17:42:48 UTC) #4
mstensho (USE GERRIT)
I'm not sure if I'm doing the right thing by discussing this in the review. ...
7 years, 2 months ago (2013-10-03 13:10:09 UTC) #5
Julien - ping for review
On 2013/10/03 13:10:09, Morten Stenshorne wrote: > I'm not sure if I'm doing the right ...
7 years, 2 months ago (2013-10-03 21:16:26 UTC) #6
mstensho (USE GERRIT)
Allright - prefix gone, property behind flag. :)
7 years, 2 months ago (2013-10-04 07:40:00 UTC) #7
eseidel
lgtm
7 years, 2 months ago (2013-10-04 14:00:55 UTC) #8
eseidel
I think we're missing a line to disable this property from getComputedStyle. RuntimeCSSEnabled is the ...
7 years, 2 months ago (2013-10-04 14:03:38 UTC) #9
mstensho (USE GERRIT)
On 2013/10/04 14:03:38, eseidel wrote: > I think we're missing a line to disable this ...
7 years, 2 months ago (2013-10-04 14:10:39 UTC) #10
mstensho (USE GERRIT)
Done. I'm having a hard time getting the try bots to work (some CRLF end-of-line ...
7 years, 2 months ago (2013-10-07 15:39:52 UTC) #11
eseidel
lgtm https://codereview.chromium.org/25687002/diff/43001/Source/core/css/CSSProperties.in File Source/core/css/CSSProperties.in (right): https://codereview.chromium.org/25687002/diff/43001/Source/core/css/CSSProperties.in#newcode171 Source/core/css/CSSProperties.in:171: column-fill type_name=ColumnFill I'm slightly surprised the typename isn't ...
7 years, 2 months ago (2013-10-07 16:00:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mstensho@opera.com/25687002/43001
7 years, 2 months ago (2013-10-07 16:00:39 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-07 16:37:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mstensho@opera.com/25687002/82001
7 years, 2 months ago (2013-10-09 06:44:13 UTC) #15
commit-bot: I haz the power
7 years, 2 months ago (2013-10-09 12:08:37 UTC) #16
Message was sent while issue was closed.
Change committed as 159227

Powered by Google App Engine
This is Rietveld 408576698