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

Issue 642303002: Move style building for grid-auto-flow to StyleBuilderConverter. (Closed)

Created:
6 years, 2 months ago by andersr
Modified:
6 years, 2 months ago
Reviewers:
Timothy Loh
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, dglazkov+blink, ed+blinkwatch_opera.com, rwlbuis, rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Move style building for grid-auto-flow to StyleBuilderConverter. There doesn't appear to be a reason for this property to have custom behavior. It's better to use a converter and call that from the generated function. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183595

Patch Set 1 #

Total comments: 3

Patch Set 2 : Remove unreachable code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -57 lines) Patch
M Source/core/css/CSSProperties.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 1 1 chunk +37 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +0 lines, -56 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
andersr
6 years, 2 months ago (2014-10-10 12:06:40 UTC) #2
Timothy Loh
lgtm https://codereview.chromium.org/642303002/diff/1/Source/core/css/resolver/StyleBuilderConverter.cpp File Source/core/css/resolver/StyleBuilderConverter.cpp (right): https://codereview.chromium.org/642303002/diff/1/Source/core/css/resolver/StyleBuilderConverter.cpp#newcode348 Source/core/css/resolver/StyleBuilderConverter.cpp:348: return RenderStyle::initialGridAutoFlow(); Looks like the parser always puts ...
6 years, 2 months ago (2014-10-10 14:38:45 UTC) #3
Timothy Loh
https://codereview.chromium.org/642303002/diff/1/Source/core/css/resolver/StyleBuilderConverter.cpp File Source/core/css/resolver/StyleBuilderConverter.cpp (right): https://codereview.chromium.org/642303002/diff/1/Source/core/css/resolver/StyleBuilderConverter.cpp#newcode350 Source/core/css/resolver/StyleBuilderConverter.cpp:350: CSSPrimitiveValue* second = list->length() == 2 ? toCSSPrimitiveValue(list->item(1)) : ...
6 years, 2 months ago (2014-10-10 16:12:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/642303002/110001
6 years, 2 months ago (2014-10-13 08:36:37 UTC) #6
commit-bot: I haz the power
6 years, 2 months ago (2014-10-13 09:39:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:110001) as 183595

Powered by Google App Engine
This is Rietveld 408576698