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

Issue 2951763002: CSS Properties & Values API: replace transform-function with transform-list. (Closed)

Created:
3 years, 6 months ago by Hwanseung Lee
Modified:
3 years, 6 months ago
CC:
alancutter (OOO until 2018), darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS Properties & Values API:replace transform-function with transform-list. transform-function is changed to transform-list. <transform-list> is already a space separated list, so <transform-list>+ is invalid. parsing functions for transform-form type were moved to CSSPropertyTransformUtils from CSSPropertyAPITransform. https://drafts.css-houdini.org/css-properties-values-api-1/#supported-syntax-strings https://github.com/w3c/css-houdini-drafts/issues/290 BUG=641877 Review-Url: https://codereview.chromium.org/2951763002 Cr-Commit-Position: refs/heads/master@{#481796} Committed: https://chromium.googlesource.com/chromium/src/+/130694fb49bf9eea4094ad28f765626b947d4261

Patch Set 1 #

Patch Set 2 : transform-function -> transfrom-list #

Total comments: 2

Patch Set 3 : add CSSPropertyTransfromUtils #

Patch Set 4 : move #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -208 lines) Patch
M third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html View 1 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing-expected.txt View 1 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp View 1 2 3 chunks +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyAPITransform.cpp View 1 2 3 1 chunk +4 lines, -192 lines 0 comments Download
A third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.h View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (29 generated)
Hwanseung Lee
@meade PTAL, thank you.
3 years, 6 months ago (2017-06-21 00:35:59 UTC) #15
meade_UTC10
This is really close. https://codereview.chromium.org/2951763002/diff/40001/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp File third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp (right): https://codereview.chromium.org/2951763002/diff/40001/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp#newcode181 third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp:181: CSSParserLocalContext()); I had a discussion ...
3 years, 6 months ago (2017-06-21 06:57:45 UTC) #16
Hwanseung Lee
https://codereview.chromium.org/2951763002/diff/40001/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp File third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp (right): https://codereview.chromium.org/2951763002/diff/40001/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp#newcode181 third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp:181: CSSParserLocalContext()); On 2017/06/21 06:57:44, meade_UTC10 wrote: > I had ...
3 years, 6 months ago (2017-06-22 00:39:54 UTC) #21
meade_UTC10
Hi! Almost there - you just need to remove the logic from CSSPropertyAPITransform and call ...
3 years, 6 months ago (2017-06-22 06:04:53 UTC) #22
Hwanseung Lee
On 2017/06/22 06:04:53, meade_UTC10 wrote: > Hi! Almost there - you just need to remove ...
3 years, 6 months ago (2017-06-22 13:51:52 UTC) #27
alancutter (OOO until 2018)
lgtm
3 years, 6 months ago (2017-06-22 23:20:44 UTC) #31
meade_UTC10
lgtm
3 years, 6 months ago (2017-06-23 02:47:58 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2951763002/80001
3 years, 6 months ago (2017-06-23 02:54:00 UTC) #34
commit-bot: I haz the power
3 years, 6 months ago (2017-06-23 03:11:16 UTC) #38
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/130694fb49bf9eea4094ad28f765...

Powered by Google App Engine
This is Rietveld 408576698