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

Issue 2532953008: Apply custom property animations (Closed)

Created:
4 years ago by alancutter (OOO until 2018)
Modified:
4 years ago
Reviewers:
Timothy Loh
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

Apply custom property animations This change enables CSS and Web animations to apply animated effects on CSS custom properties. This change involves a restructure of style resolving detailed in the design doc: https://docs.google.com/a/chromium.org/document/d/1V27q30H-pQZVbzHCJjdFThBSeuvxkGLdGmb1hLWBAiY This is a reland of https://codereview.chromium.org/2309963002 with fixes for when the baseComputedStyle optimisation is active. The revert was due to crbug.com/669790 where behaviour differs depending on whether asserts are enabled, thus none of the try bots picked up on the bug. BUG=644148 Committed: https://crrev.com/f9262a06c8d1e0478cbf2cc84a1b29f86d9d89e4 Cr-Commit-Position: refs/heads/master@{#436235}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Review change #

Patch Set 3 : Fix early out logic #

Patch Set 4 : Fix moar #

Patch Set 5 : Fix compile #

Patch Set 6 : Make animatedElement usage consistent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+478 lines, -175 lines) Patch
A + third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-at-apply.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-element-animate.html View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-inheritance.html View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-simple.html View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-var-chain.html View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-var-in-keyframe.html View 1 chunk +41 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-property-value-tainting-expected.txt View 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/animation/EffectStack.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/EffectStack.cpp View 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.h View 2 chunks +14 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp View 1 4 5 5 chunks +24 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.h View 1 2 3 4 5 2 chunks +51 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 5 17 chunks +163 lines, -41 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverState.h View 2 chunks +16 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (19 generated)
alancutter (OOO until 2018)
PTAL at the revised version of https://codereview.chromium.org/2309963002. The changes from the previous patch are: - ...
4 years ago (2016-11-30 06:08:16 UTC) #3
suzyh_UTC10 (ex-contributor)
On 2016/11/30 at 06:08:16, alancutter wrote: > PTAL at the revised version of https://codereview.chromium.org/2309963002. > ...
4 years ago (2016-11-30 21:56:08 UTC) #4
alancutter (OOO until 2018)
On 2016/11/30 at 21:56:08, suzyh wrote: > On 2016/11/30 at 06:08:16, alancutter wrote: > > ...
4 years ago (2016-11-30 22:24:57 UTC) #6
Timothy Loh
lgtm but next time upload the original patch first so they can be diffed between ...
4 years ago (2016-12-01 03:41:48 UTC) #7
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/2532953008/20001
4 years ago (2016-12-01 04:27:13 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/190508)
4 years ago (2016-12-01 05:23:00 UTC) #12
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/2532953008/40001
4 years ago (2016-12-01 06:11:57 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/325089)
4 years ago (2016-12-01 06:54:01 UTC) #17
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/2532953008/60001
4 years ago (2016-12-01 07:28:09 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/172911)
4 years ago (2016-12-01 07:41:58 UTC) #22
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/2532953008/80001
4 years ago (2016-12-02 08:07:50 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/327502)
4 years ago (2016-12-02 09:26:21 UTC) #27
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/2532953008/100001
4 years ago (2016-12-05 04:21:40 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-12-05 05:52:14 UTC) #32
commit-bot: I haz the power
4 years ago (2016-12-05 05:53:50 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f9262a06c8d1e0478cbf2cc84a1b29f86d9d89e4
Cr-Commit-Position: refs/heads/master@{#436235}

Powered by Google App Engine
This is Rietveld 408576698