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

Issue 2937043002: CSS Properties & Values API: Compute initial values for transfrom-list type. (Closed)

Created:
3 years, 6 months ago by Hwanseung Lee
Modified:
3 years, 5 months ago
Reviewers:
meade_UTC10
CC:
chromium-reviews, blink-reviews-style_chromium.org, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS Properties & Values API: Compute initial values for transfrom-list type. For <transform-function> values contained in <transform-list> values, the computed value is as specified but with all lengths resolved to their computed values. https://drafts.css-houdini.org/css-properties-values-api-1/#calculation-of-computed-values BUG=671490 Review-Url: https://codereview.chromium.org/2937043002 Cr-Commit-Position: refs/heads/master@{#483312} Committed: https://chromium.googlesource.com/chromium/src/+/53b56ec80be3c1b18df487c03963416a1313d6c5

Patch Set 1 #

Patch Set 2 : [css-property] transfrom-function #

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : remove unnecessary line. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M third_party/WebKit/LayoutTests/custom-properties/registered-property-initial.html View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/PropertyRegistration.cpp View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp View 1 2 3 1 chunk +12 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (15 generated)
Hwanseung Lee
@meade PTAL, thank you.
3 years, 6 months ago (2017-06-25 23:31:48 UTC) #9
meade_UTC10
https://codereview.chromium.org/2937043002/diff/40001/third_party/WebKit/Source/core/css/PropertyRegistration.cpp File third_party/WebKit/Source/core/css/PropertyRegistration.cpp (right): https://codereview.chromium.org/2937043002/diff/40001/third_party/WebKit/Source/core/css/PropertyRegistration.cpp#newcode66 third_party/WebKit/Source/core/css/PropertyRegistration.cpp:66: if (value.IsFunctionValue()) { CSSFunctionValue inherits from CSSValueList, and from ...
3 years, 5 months ago (2017-06-28 07:20:03 UTC) #10
Hwanseung Lee
https://codereview.chromium.org/2937043002/diff/40001/third_party/WebKit/Source/core/css/PropertyRegistration.cpp File third_party/WebKit/Source/core/css/PropertyRegistration.cpp (right): https://codereview.chromium.org/2937043002/diff/40001/third_party/WebKit/Source/core/css/PropertyRegistration.cpp#newcode66 third_party/WebKit/Source/core/css/PropertyRegistration.cpp:66: if (value.IsFunctionValue()) { On 2017/06/28 07:20:03, meade_UTC10 wrote: > ...
3 years, 5 months ago (2017-06-28 23:37:31 UTC) #15
meade_UTC10
lgtm
3 years, 5 months ago (2017-06-29 03:29:29 UTC) #16
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/2937043002/60001
3 years, 5 months ago (2017-06-29 06:44:41 UTC) #18
commit-bot: I haz the power
3 years, 5 months ago (2017-06-29 06:50:05 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/53b56ec80be3c1b18df487c03963...

Powered by Google App Engine
This is Rietveld 408576698