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

Issue 2730683002: Add CSS Transition support to registered custom properties (Closed)

Created:
3 years, 9 months ago by alancutter (OOO until 2018)
Modified:
3 years, 9 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, Eric Willigers, rjwright, rwlbuis, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add CSS Transition support to registered custom properties This patch updates CSSAnimations to support custom/standard property calculation passes and updates style resolve to compute transitions on custom properties during applyMatchedPropertiesAndCustomPropertyAnimations(). BUG=671904 Review-Url: https://codereview.chromium.org/2730683002 Cr-Commit-Position: refs/heads/master@{#456978} Committed: https://chromium.googlesource.com/chromium/src/+/63d7497f58f29caed49491517693b392694411f5

Patch Set 1 #

Patch Set 2 : lint #

Patch Set 3 : Rebased #

Total comments: 2

Patch Set 4 : pants #

Patch Set 5 : Rebased #

Total comments: 16

Patch Set 6 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -680 lines) Patch
D third_party/WebKit/LayoutTests/animations/custom-properties/angle-type-interpolation-expected.txt View 1 1 chunk +0 lines, -109 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/custom-properties/color-type-interpolation-expected.txt View 1 1 chunk +48 lines, -48 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-properties/length-percentage-type-interpolation-expected.txt View 1 1 chunk +0 lines, -124 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-properties/length-type-interpolation-expected.txt View 1 1 chunk +0 lines, -109 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-properties/number-type-interpolation-expected.txt View 1 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-properties/percentage-type-interpolation-expected.txt View 1 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-properties/time-type-interpolation-expected.txt View 1 1 chunk +0 lines, -109 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.h View 1 2 3 4 5 3 chunks +12 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 12 chunks +80 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPropertyEquality.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 5 chunks +22 lines, -5 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (11 generated)
alancutter (OOO until 2018)
3 years, 9 months ago (2017-03-03 08:46:55 UTC) #7
Eric Willigers
Seems fine. https://codereview.chromium.org/2730683002/diff/40001/third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp File third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp (right): https://codereview.chromium.org/2730683002/diff/40001/third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp#newcode11 third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp:11: #include "wtf/text/AtomicString.h" Declaring the class would be ...
3 years, 9 months ago (2017-03-08 04:10:48 UTC) #9
alancutter (OOO until 2018)
https://codereview.chromium.org/2730683002/diff/40001/third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp File third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp (right): https://codereview.chromium.org/2730683002/diff/40001/third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp#newcode11 third_party/WebKit/Source/core/css/CSSPropertyEquality.cpp:11: #include "wtf/text/AtomicString.h" On 2017/03/08 at 04:10:47, Eric Willigers wrote: ...
3 years, 9 months ago (2017-03-09 04:35:59 UTC) #10
Eric Willigers
lgtm
3 years, 9 months ago (2017-03-09 05:21:06 UTC) #11
suzyh_UTC10 (ex-contributor)
So... I don't have any particular concerns about _what_ this patch does, nor is it ...
3 years, 9 months ago (2017-03-10 04:08:28 UTC) #12
alancutter (OOO until 2018)
On 2017/03/10 at 04:08:28, suzyh wrote: > So... I don't have any particular concerns about ...
3 years, 9 months ago (2017-03-12 23:52:07 UTC) #13
suzyh_UTC10 (ex-contributor)
lgtm to unblock since I'm out sick and can't give a good turnaround. If in ...
3 years, 9 months ago (2017-03-13 00:16:05 UTC) #14
alancutter (OOO until 2018)
> Is cleaning up CSSAnimations.cpp the next thing to do, or is there more that ...
3 years, 9 months ago (2017-03-15 01:53:35 UTC) #15
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/2730683002/100001
3 years, 9 months ago (2017-03-15 01:54:38 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-03-15 03:23:10 UTC) #21
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/63d7497f58f29caed49491517693...

Powered by Google App Engine
This is Rietveld 408576698