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

Issue 21779003: Web Animations CSS: Snapshot missing start/end Keyframes and remove duplicates (Closed)

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

Description

Web Animations CSS: Snapshot missing start/end Keyframes and remove duplicates Construction of start/end keyframes and normalization is required outside KeyframeAnimationEffect since CSS Animations have constraints outside the Web Animations model. BUG=258896 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155677

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Address review comments. #

Total comments: 4

Patch Set 3 : Address review comments. #

Patch Set 4 : Rebased. #

Patch Set 5 : Make it build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -11 lines) Patch
M Source/core/animation/KeyframeAnimationEffect.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/animation/KeyframeAnimationEffect.cpp View 1 2 chunks +1 line, -6 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 2 chunks +45 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
dstockwell
7 years, 4 months ago (2013-08-05 03:16:21 UTC) #1
Timothy Loh
https://codereview.chromium.org/21779003/diff/4001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/21779003/diff/4001/Source/core/css/resolver/StyleResolver.cpp#newcode802 Source/core/css/resolver/StyleResolver.cpp:802: unsigned duplicates = 0; I think this should work: ...
7 years, 4 months ago (2013-08-05 03:44:59 UTC) #2
dstockwell
https://codereview.chromium.org/21779003/diff/4001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/21779003/diff/4001/Source/core/css/resolver/StyleResolver.cpp#newcode802 Source/core/css/resolver/StyleResolver.cpp:802: unsigned duplicates = 0; On 2013/08/05 03:44:59, Timothy Loh ...
7 years, 4 months ago (2013-08-05 05:52:18 UTC) #3
Steve Block
https://codereview.chromium.org/21779003/diff/4001/Source/core/animation/css/CSSAnimations.cpp File Source/core/animation/css/CSSAnimations.cpp (right): https://codereview.chromium.org/21779003/diff/4001/Source/core/animation/css/CSSAnimations.cpp#newcode185 Source/core/animation/css/CSSAnimations.cpp:185: // FIXME: Keyframes are already normalized, perhaps there should ...
7 years, 4 months ago (2013-08-06 06:30:20 UTC) #4
dstockwell
https://codereview.chromium.org/21779003/diff/4001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/21779003/diff/4001/Source/core/css/resolver/StyleResolver.cpp#newcode769 Source/core/css/resolver/StyleResolver.cpp:769: } On 2013/08/06 06:30:20, Steve Block wrote: > We ...
7 years, 4 months ago (2013-08-06 07:14:28 UTC) #5
Steve Block
lgtm https://codereview.chromium.org/21779003/diff/10001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/21779003/diff/10001/Source/core/css/resolver/StyleResolver.cpp#newcode801 Source/core/css/resolver/StyleResolver.cpp:801: targetIndex = previousIndex; Might be easier to read ...
7 years, 4 months ago (2013-08-07 01:50:40 UTC) #6
dstockwell
https://codereview.chromium.org/21779003/diff/10001/Source/core/css/resolver/StyleResolver.cpp File Source/core/css/resolver/StyleResolver.cpp (right): https://codereview.chromium.org/21779003/diff/10001/Source/core/css/resolver/StyleResolver.cpp#newcode801 Source/core/css/resolver/StyleResolver.cpp:801: targetIndex = previousIndex; On 2013/08/07 01:50:45, Steve Block wrote: ...
7 years, 4 months ago (2013-08-07 03:40:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dstockwell@chromium.org/21779003/17001
7 years, 4 months ago (2013-08-07 03:41:01 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/core/animation/css/CSSAnimations.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-08-07 03:41:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dstockwell@chromium.org/21779003/8002
7 years, 4 months ago (2013-08-07 03:47:19 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-07 04:07:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dstockwell@chromium.org/21779003/38001
7 years, 4 months ago (2013-08-07 07:02:07 UTC) #12
commit-bot: I haz the power
7 years, 4 months ago (2013-08-07 10:29:39 UTC) #13
Message was sent while issue was closed.
Change committed as 155677

Powered by Google App Engine
This is Rietveld 408576698