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

Issue 651123003: Use count strings as keyframes/animation-name identifiers (Closed)

Created:
6 years, 2 months ago by alancutter (OOO until 2018)
Modified:
6 years, 2 months ago
Reviewers:
dstockwell, Timothy Loh
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis
Project:
blink
Visibility:
Public.

Description

Use count strings as keyframes/animation-name identifiers Strings are not valid keyframes/animation-name identifiers. This change tracks the occurrence of these strings in the wild to provide data on the impact dropping support for this would have. BUG=423424 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183856

Patch Set 1 #

Total comments: 2

Patch Set 2 : Bug fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M Source/core/css/parser/CSSGrammar.y View 2 chunks +4 lines, -1 line 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
alancutter (OOO until 2018)
6 years, 2 months ago (2014-10-16 09:28:52 UTC) #2
dstockwell
We're not shipping unprefixed @keyframes or animation-name. We should just never ship the quoted version.
6 years, 2 months ago (2014-10-16 09:32:25 UTC) #3
dstockwell
lgtm, sounds like it's worth getting data to make a decision.
6 years, 2 months ago (2014-10-17 02:33:40 UTC) #5
Timothy Loh
https://codereview.chromium.org/651123003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/651123003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp#newcode2929 Source/core/css/parser/CSSPropertyParser.cpp:2929: if (value->unit == CSSPrimitiveValue::CSS_STRING) Move this check before the ...
6 years, 2 months ago (2014-10-17 02:35:13 UTC) #6
alancutter (OOO until 2018)
https://codereview.chromium.org/651123003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/651123003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp#newcode2929 Source/core/css/parser/CSSPropertyParser.cpp:2929: if (value->unit == CSSPrimitiveValue::CSS_STRING) On 2014/10/17 02:35:13, Timothy Loh ...
6 years, 2 months ago (2014-10-17 02:44:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/651123003/20001
6 years, 2 months ago (2014-10-17 02:45:57 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 183856
6 years, 2 months ago (2014-10-17 04:09:18 UTC) #10
eustas
6 years, 2 months ago (2014-10-17 10:50:48 UTC) #11
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/666433002/ by eustas@chromium.org.

The reason for reverting is: Seems to cause crash: 
https://code.google.com/p/chromium/issues/detail?id=424520.

Powered by Google App Engine
This is Rietveld 408576698