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

Issue 2309963002: Apply custom property animation (Closed)

Created:
4 years, 3 months 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 BUG=644148 Committed: https://crrev.com/99118e5d645f046aa132529f6189a850c5b8ed49 Cr-Commit-Position: refs/heads/master@{#434122}

Patch Set 1 #

Patch Set 2 : Pull out PropertyHandle change #

Patch Set 3 : Rebase #

Patch Set 4 : Rebased onto value tainting #

Patch Set 5 : Enable optimisation again #

Patch Set 6 : CL for src perf tryjob to run blink_style.top_25 benchmark on linux platform(s) #

Patch Set 7 : Refactor #

Patch Set 8 : Rebased #

Patch Set 9 : Rebased #

Patch Set 10 : Rearrange #

Patch Set 11 : Add tests #

Patch Set 12 : At apply test #

Patch Set 13 : Clean up tests #

Patch Set 14 : Minor changes #

Patch Set 15 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -166 lines) Patch
A + third_party/WebKit/LayoutTests/animations/custom-properties/element-animate-crash.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-at-apply.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-element-animate.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-inheritance.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-simple.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-var-chain.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/unregistered-var-in-keyframe.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +41 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/custom-properties/value-tainting.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-property-animation-crash.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-property-value-tainting.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/custom-property-value-tainting-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/animation/EffectStack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/EffectStack.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.h View 1 2 3 4 5 6 2 chunks +14 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +20 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.h View 1 2 3 4 5 6 7 8 9 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 6 7 8 9 10 11 12 13 14 15 chunks +131 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverState.h View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 33 (19 generated)
alancutter (OOO until 2018)
CL for src perf tryjob to run blink_style.top_25 benchmark on linux platform(s)
4 years, 2 months ago (2016-10-11 02:15:31 UTC) #1
alancutter (OOO until 2018)
4 years, 2 months ago (2016-10-21 05:18:04 UTC) #5
alancutter (OOO until 2018)
4 years, 1 month ago (2016-11-16 05:32:16 UTC) #12
alancutter (OOO until 2018)
timloh: Ping.
4 years, 1 month ago (2016-11-17 22:17:54 UTC) #17
Timothy Loh
On 2016/11/17 22:17:54, alancutter wrote: > timloh: Ping. lgtm
4 years, 1 month ago (2016-11-22 07:34:46 UTC) #18
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/2309963002/260001
4 years, 1 month ago (2016-11-22 23:14:31 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/337323)
4 years ago (2016-11-23 01:31:05 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/2309963002/280001
4 years ago (2016-11-23 03:52:55 UTC) #25
commit-bot: I haz the power
Committed patchset #15 (id:280001)
4 years ago (2016-11-23 05:36:38 UTC) #27
commit-bot: I haz the power
Patchset 15 (id:??) landed as https://crrev.com/99118e5d645f046aa132529f6189a850c5b8ed49 Cr-Commit-Position: refs/heads/master@{#434122}
4 years ago (2016-11-23 05:39:15 UTC) #29
kolos1
A revert of this CL (patchset #15 id:280001) has been created in https://codereview.chromium.org/2521103004/ by kolos@chromium.org. ...
4 years ago (2016-11-23 10:03:25 UTC) #30
Michael Achenbach
On 2016/11/23 10:03:25, kolos1 wrote: > A revert of this CL (patchset #15 id:280001) has ...
4 years ago (2016-11-23 10:42:29 UTC) #31
Michael Achenbach
On 2016/11/23 10:42:29, machenbach (slow) wrote: > On 2016/11/23 10:03:25, kolos1 wrote: > > A ...
4 years ago (2016-11-23 10:44:42 UTC) #32
alancutter (OOO until 2018)
4 years ago (2016-11-24 02:02:46 UTC) #33
Message was sent while issue was closed.
On 2016/11/23 at 10:44:42, machenbach wrote:
> On 2016/11/23 10:42:29, machenbach (slow) wrote:
> > On 2016/11/23 10:03:25, kolos1 wrote:
> > > A revert of this CL (patchset #15 id:280001) has been created in
> > > https://codereview.chromium.org/2521103004/ by mailto:kolos@chromium.org.
> > > 
> > > The reason for reverting is: Some browser tests fail. See
crbug.com/668069.
> > 
> > This also breaks webkit_unit_tests:
> >
https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Linu...
> > 
> > (bisected locally)
> 
> The webkit_unit_tests ran on the trybots but were not affected. Also checked
that locally. The trybots add dcheck_always_on. With that flag it doesn't repro
:/

Thanks for handling the revert and looking into this. That bit of information
about dcheck_always_on is very useful!

Powered by Google App Engine
This is Rietveld 408576698