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

Issue 210703002: Web Animations: Sort Animations in the AnimationStack (Closed)

Created:
6 years, 9 months ago by Timothy Loh
Modified:
6 years, 8 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), darktears, Steve Block, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Web Animations: Sort Animations in the AnimationStack This patch sorts animations in the stack so that they will be applied in the correct order. Note that due to the way compositor integration currently is implemented, we don't know the exact time when new animations will be started, but expect it will be very close to the current timeline time. http://dev.w3.org/fxtf/web-animations/#the-animation-stack BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170257

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : add player sortinfo object #

Patch Set 4 : do alan's comment #

Patch Set 5 : make it work in oilpanland #

Patch Set 6 : rebase & set sort time in ctor #

Patch Set 7 : fix compile? #

Patch Set 8 : fix compile? :| #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -40 lines) Patch
M Source/core/animation/AnimationPlayer.h View 1 2 3 chunks +21 lines, -3 lines 0 comments Download
M Source/core/animation/AnimationPlayer.cpp View 1 2 3 4 5 6 4 chunks +8 lines, -11 lines 0 comments Download
M Source/core/animation/AnimationPlayerTest.cpp View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/animation/AnimationStack.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationStack.cpp View 1 2 3 4 3 chunks +28 lines, -11 lines 0 comments Download
A Source/core/animation/AnimationStackTest.cpp View 1 2 3 4 5 6 7 1 chunk +109 lines, -0 lines 0 comments Download
M Source/core/animation/DocumentTimeline.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/animation/DocumentTimeline.cpp View 1 2 3 4 5 6 2 chunks +7 lines, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimations.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
Timothy Loh
6 years, 9 months ago (2014-03-25 04:04:07 UTC) #1
alancutter (OOO until 2018)
lgtm
6 years, 9 months ago (2014-03-26 00:43:17 UTC) #2
alancutter (OOO until 2018)
https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp File Source/core/animation/AnimationStack.cpp (right): https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp#newcode33 Source/core/animation/AnimationStack.cpp:33: #include "core/animation/Interpolation.h" Not sure why style never picked up ...
6 years, 9 months ago (2014-03-26 01:23:02 UTC) #3
dstockwell
https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp File Source/core/animation/AnimationStack.cpp (right): https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp#newcode88 Source/core/animation/AnimationStack.cpp:88: // We don't exactly know when new animations will ...
6 years, 9 months ago (2014-03-26 01:32:21 UTC) #4
Timothy Loh
https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp File Source/core/animation/AnimationStack.cpp (right): https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp#newcode33 Source/core/animation/AnimationStack.cpp:33: #include "core/animation/Interpolation.h" On 2014/03/26 01:23:03, alancutter wrote: > Not ...
6 years, 9 months ago (2014-03-26 03:00:42 UTC) #5
dstockwell
On 2014/03/26 03:00:42, Timothy Loh wrote: > https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp > File Source/core/animation/AnimationStack.cpp (right): > > https://codereview.chromium.org/210703002/diff/1/Source/core/animation/AnimationStack.cpp#newcode33 ...
6 years, 9 months ago (2014-03-26 04:28:18 UTC) #6
Timothy Loh
On 2014/03/26 04:28:18, dstockwell wrote: > On 2014/03/26 03:00:42, Timothy Loh wrote: > > > ...
6 years, 9 months ago (2014-03-26 06:26:06 UTC) #7
dstockwell
On 2014/03/26 06:26:06, Timothy Loh wrote: > On 2014/03/26 04:28:18, dstockwell wrote: > > On ...
6 years, 8 months ago (2014-03-27 12:19:40 UTC) #8
Timothy Loh
On 2014/03/27 12:19:40, dstockwell wrote: > OK, but we can at least set the sort ...
6 years, 8 months ago (2014-03-28 00:29:25 UTC) #9
dstockwell
lgtm
6 years, 8 months ago (2014-03-28 01:08:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timloh@chromium.org/210703002/200001
6 years, 8 months ago (2014-03-28 01:08:12 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-28 01:16:36 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_compile_dbg
6 years, 8 months ago (2014-03-28 01:16:37 UTC) #13
Timothy Loh
The CQ bit was checked by timloh@chromium.org
6 years, 8 months ago (2014-03-28 01:56:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timloh@chromium.org/210703002/220001
6 years, 8 months ago (2014-03-28 01:56:34 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-28 02:11:54 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg tryserver.blink on mac_blink_compile_dbg
6 years, 8 months ago (2014-03-28 02:11:55 UTC) #17
Timothy Loh
The CQ bit was checked by timloh@chromium.org
6 years, 8 months ago (2014-03-28 02:21:48 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timloh@chromium.org/210703002/240001
6 years, 8 months ago (2014-03-28 02:21:54 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-28 02:33:00 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_compile_dbg
6 years, 8 months ago (2014-03-28 02:33:00 UTC) #21
Timothy Loh
The CQ bit was checked by timloh@chromium.org
6 years, 8 months ago (2014-03-28 02:34:00 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timloh@chromium.org/210703002/240001
6 years, 8 months ago (2014-03-28 02:34:04 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-28 02:38:33 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_compile_dbg
6 years, 8 months ago (2014-03-28 02:38:34 UTC) #25
Timothy Loh
The CQ bit was checked by timloh@chromium.org
6 years, 8 months ago (2014-03-28 02:39:05 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timloh@chromium.org/210703002/240001
6 years, 8 months ago (2014-03-28 02:39:18 UTC) #27
commit-bot: I haz the power
6 years, 8 months ago (2014-03-28 03:29:43 UTC) #28
Message was sent while issue was closed.
Change committed as 170257

Powered by Google App Engine
This is Rietveld 408576698