Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(11)

Issue 1178503003: [CSS Grid Layout] Fix grid-template-areas parsing to avoid spaces (Closed)

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

Description

[CSS Grid Layout] Fix grid-template-areas parsing to avoid spaces The spec doesn't require to have spaces between unnamed and named areas in grid-template-areas syntax. But spaces are currently required in our code. This was confirmed in the CSS WG mailing list: https://lists.w3.org/Archives/Public/www-style/2015May/0239.html This patch updates grid-template-areas parsing to allow the possibility of removing spaces between unnamed and named areas. Added new case to fast/css-grid-layout/grid-template-areas-get-set.html. BUG=490088 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196901

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebased patch applying suggested changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -10 lines) Patch
M LayoutTests/fast/css-grid-layout/grid-template-areas-get-set.html View 1 3 chunks +6 lines, -0 lines 0 comments Download
M LayoutTests/fast/css-grid-layout/grid-template-areas-get-set-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 3 chunks +36 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Manuel Rego
4 years, 10 months ago (2015-06-10 11:38:23 UTC) #2
Julien - ping for review
lgtm https://codereview.chromium.org/1178503003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1178503003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp#newcode3679 Source/core/css/parser/CSSPropertyParser.cpp:3679: StringImpl& text = *gridRowNames.impl(); I would like a ...
4 years, 10 months ago (2015-06-10 15:31:18 UTC) #3
Manuel Rego
Thanks for the review. Upload new rebased patch applied suggested changes. https://codereview.chromium.org/1178503003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): ...
4 years, 10 months ago (2015-06-10 20:41:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178503003/20001
4 years, 10 months ago (2015-06-10 20:42:04 UTC) #7
commit-bot: I haz the power
4 years, 10 months ago (2015-06-10 21:49:23 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196901

Powered by Google App Engine
This is Rietveld 408576698