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

Issue 1813053004: Move grid-auto-column/grid-auto-row into CSSPropertyParser (Closed)

Created:
4 years, 9 months ago by rwlbuis
Modified:
4 years, 9 months ago
Reviewers:
Timothy Loh, jfernandez
CC:
chromium-reviews, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move grid-auto-column/grid-auto-row into CSSPropertyParser Move the grid-auto-column/grid-auto-row longhands from LegacyCSSPropertyParser into CSSPropertyParser. Introduce the consumeGridTrackSize helper function that we can use in upcoming patches. BUG=499780 Committed: https://crrev.com/d255da18fe5a85dd249ed8f99e84a2a1c66806bf Cr-Commit-Position: refs/heads/master@{#382749}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Clean up a bit more #

Total comments: 12

Patch Set 4 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -6 lines) Patch
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 2 chunks +43 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
rwlbuis
PTAL. Note that we'll have to keep an eye on any code changes in these ...
4 years, 9 months ago (2016-03-21 21:05:52 UTC) #5
Timothy Loh
https://codereview.chromium.org/1813053004/diff/40001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1813053004/diff/40001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3072 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3072: if (identMatches<CSSValueMinContent, CSSValueMaxContent, CSSValueAuto>(token.id())) Maybe nicer if we check ...
4 years, 9 months ago (2016-03-22 06:33:59 UTC) #6
rwlbuis
All issues should be fixed, PTAL. https://codereview.chromium.org/1813053004/diff/40001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1813053004/diff/40001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3072 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3072: if (identMatches<CSSValueMinContent, CSSValueMaxContent, ...
4 years, 9 months ago (2016-03-22 20:48:12 UTC) #7
Timothy Loh
lgtm
4 years, 9 months ago (2016-03-22 23:22:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813053004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813053004/60001
4 years, 9 months ago (2016-03-22 23:28:30 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-23 00:49:07 UTC) #12
commit-bot: I haz the power
4 years, 9 months ago (2016-03-23 00:50:24 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d255da18fe5a85dd249ed8f99e84a2a1c66806bf
Cr-Commit-Position: refs/heads/master@{#382749}

Powered by Google App Engine
This is Rietveld 408576698