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

Issue 23875044: Web Animations: Correctly handle incomplete keyframes in CSS animations (Closed)

Created:
7 years, 3 months ago by Steve Block
Modified:
7 years, 2 months ago
Reviewers:
dstockwell
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), dglazkov+blink, dstockwell, Timothy Loh, apavlov+blink_chromium.org, darktears, Steve Block, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

Web Animations: Correctly handle incomplete keyframes in CSS animations BUG=240653 R=dstockwell Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158612

Patch Set 1 #

Patch Set 2 : Updated to allow multiple animations with the same name #

Patch Set 3 : Remove logging #

Patch Set 4 : Rebased #

Total comments: 6

Patch Set 5 : Address review comments #

Patch Set 6 : Add a test for empty keyframes, as handling of these is subtle #

Patch Set 7 : Handle end keyframes first #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -81 lines) Patch
A + LayoutTests/animations/some-keyframes-empty.html View 1 2 3 4 5 6 1 chunk +17 lines, -22 lines 0 comments Download
A LayoutTests/animations/some-keyframes-empty-expected.txt View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
D LayoutTests/virtual/web-animations-css/animations/missing-keyframe-properties-timing-function-expected.txt View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/animation/KeyframeAnimationEffect.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/animation/KeyframeAnimationEffect.cpp View 2 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 1 chunk +9 lines, -5 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 5 6 6 chunks +111 lines, -48 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Steve Block
Note that this depends on https://codereview.chromium.org/25079006
7 years, 2 months ago (2013-09-30 04:25:23 UTC) #1
dstockwell
https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp#newcode961 Source/core/css/resolver/StyleResolver.cpp:961: // properties, as values for these properties will be ...
7 years, 2 months ago (2013-09-30 07:30:57 UTC) #2
Steve Block
https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp#newcode961 Source/core/css/resolver/StyleResolver.cpp:961: // properties, as values for these properties will be ...
7 years, 2 months ago (2013-09-30 12:17:54 UTC) #3
dstockwell
lgtm https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp#newcode961 Source/core/css/resolver/StyleResolver.cpp:961: // properties, as values for these properties will ...
7 years, 2 months ago (2013-09-30 21:56:43 UTC) #4
Steve Block
https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/23875044/diff/17001/Source/core/css/resolver/StyleResolver.cpp#newcode961 Source/core/css/resolver/StyleResolver.cpp:961: // properties, as values for these properties will be ...
7 years, 2 months ago (2013-10-01 04:39:53 UTC) #5
dstockwell
lgtm
7 years, 2 months ago (2013-10-01 05:55:24 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/steveblock@chromium.org/23875044/31001
7 years, 2 months ago (2013-10-01 06:12:21 UTC) #7
commit-bot: I haz the power
7 years, 2 months ago (2013-10-01 08:42:40 UTC) #8
Message was sent while issue was closed.
Change committed as 158612

Powered by Google App Engine
This is Rietveld 408576698