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

Issue 569563002: [CSSGridLayout] ASSERTION: Bad cast in parseGridTemplateRowsAndAreas (Closed)

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

Description

[CSSGridLayout] ASSERTION: Bad cast in parseGridTemplateRowsAndAreas An empty list of grid line names (represented by "()") does not add anything to the list of parsed values. That's why trying to concatenate an adjacent list of grid line names was failing, because we were trying to concatenate a list with the last parsed CSSValue which was not the expected grid line names list. BUG=402004 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181915

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -7 lines) Patch
M LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set.html View 6 chunks +16 lines, -0 lines 0 comments Download
M LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt View 2 chunks +9 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 3 chunks +5 lines, -6 lines 1 comment Download

Messages

Total messages: 6 (2 generated)
svillar
Adding reviewers
6 years, 3 months ago (2014-09-12 10:14:39 UTC) #2
Julien - ping for review
lgtm https://codereview.chromium.org/569563002/diff/1/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/569563002/diff/1/Source/core/css/parser/CSSPropertyParser.cpp#newcode3361 Source/core/css/parser/CSSPropertyParser.cpp:3361: if (m_valueList->current() && m_valueList->current()->unit == CSSParserValue::ValueList) Nit: We ...
6 years, 3 months ago (2014-09-12 14:51:37 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/569563002/1
6 years, 3 months ago (2014-09-12 15:24:43 UTC) #5
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 16:29:25 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 181915

Powered by Google App Engine
This is Rietveld 408576698