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

Issue 2809063002: WIP Support var() references in registered custom property keyframes (Closed)

Created:
3 years, 8 months ago by alancutter (OOO until 2018)
Modified:
3 years, 6 months ago
Reviewers:
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/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP Support var() references in registered custom property keyframes This patch has moved to: https://chromium-review.googlesource.com/c/525193/ BUG=671904

Patch Set 1 #

Patch Set 2 : lint #

Patch Set 3 : _animateCustomVarReferences #

Patch Set 4 : lint #

Patch Set 5 : Unbreak bork bork #

Patch Set 6 : Rebased #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -60 lines) Patch
A third_party/WebKit/LayoutTests/animations/custom-properties/registered-var-to-registered.html View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/registered-var-to-registered-animating.html View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/registered-var-to-registered-any-order.html View 1 2 3 4 5 6 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/registered-var-to-registered-transitioning.html View 1 2 3 4 5 6 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/registered-var-to-unregistered.html View 1 2 3 4 5 6 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/custom-properties/registered-var-to-unregistered-animating.html View 1 2 3 4 5 6 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSInterpolationEnvironment.h View 1 2 3 2 chunks +15 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSInterpolationType.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp View 1 2 3 6 chunks +54 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp View 1 2 3 4 5 6 4 chunks +41 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.h View 1 2 3 5 chunks +14 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 6 chunks +71 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverState.h View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
alancutter (OOO until 2018)
3 years, 6 months ago (2017-06-15 06:56:41 UTC) #1
Description was changed from

==========
WIP Support var() references in registered custom property keyframes

BUG=671904
==========

to

==========
WIP Support var() references in registered custom property keyframes

This patch has moved to: https://chromium-review.googlesource.com/c/525193/

BUG=671904
==========

Powered by Google App Engine
This is Rietveld 408576698