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

Issue 203963008: [CSS Grid Layout] Vertical rectangles not recognized as valid grid areas (Closed)

Created:
6 years, 9 months ago by svillar
Modified:
6 years, 9 months ago
CC:
blink-reviews, jfernandez, svillar, Manuel Rego, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis, rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[CSS Grid Layout] Vertical rectangles not recognized as valid grid areas Grid areas sized as vertical rectangles were incorrectly considered as invalid by the parser. That's because the condition checking that each new row was adjacent to the previous one was using the first row of the currently parsed grid area instead of the last one. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169699

Patch Set 1 #

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

Messages

Total messages: 6 (0 generated)
svillar
Added some reviewers.
6 years, 9 months ago (2014-03-20 12:46:18 UTC) #1
Julien - ping for review
doh', LGTM!!
6 years, 9 months ago (2014-03-20 21:00:01 UTC) #2
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 9 months ago (2014-03-20 21:00:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/svillar@igalia.com/203963008/1
6 years, 9 months ago (2014-03-20 21:00:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/svillar@igalia.com/203963008/1
6 years, 9 months ago (2014-03-20 21:56:30 UTC) #5
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 22:04:12 UTC) #6
Message was sent while issue was closed.
Change committed as 169699

Powered by Google App Engine
This is Rietveld 408576698