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

Issue 717003002: Animations: Allow document animation timelines to have a playback rate (Closed)

Created:
6 years, 1 month ago by samli
Modified:
6 years, 1 month ago
CC:
dstockwell, aandrey+blink_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, caseq+blink_chromium.org, devtools-reviews_chromium.org, Eric Willigers, eustas+blink_chromium.org, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, Mike Lawther (Google), paulirish+reviews_chromium.org, pfeldman+blink_chromium.org, rjwright, sergeyv+blink_chromium.org, shans, Steve Block, Timothy Loh, vsevik+blink_chromium.org, yurys+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Animations: Allow document animation timelines to have a playback rate This change allows for animation timelines to have a playback rate specified which can then be used to pause or slow down all animations on a timeline. An inspector protocol method is also added to allow the animation timeline playback rate to be set on all document animation timelines associated with a page. BUG=432368 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185262

Patch Set 1 #

Patch Set 2 : #

Total comments: 17

Patch Set 3 : Review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -1 line) Patch
M Source/core/animation/AnimationTimeline.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/animation/AnimationTimeline.cpp View 1 2 3 chunks +18 lines, -1 line 0 comments Download
M Source/core/animation/AnimationTimelineTest.cpp View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M Source/devtools/protocol.json View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
samli
PTAL. This patch doesn't include any UI changes and thus has no effective change. It ...
6 years, 1 month ago (2014-11-12 02:04:23 UTC) #2
alancutter (OOO until 2018)
+dstockwell https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTimeline.h File Source/core/animation/AnimationTimeline.h (right): https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTimeline.h#newcode118 Source/core/animation/AnimationTimeline.h:118: double m_lastRealTime; These names are quite unclear. It's ...
6 years, 1 month ago (2014-11-12 03:19:18 UTC) #4
dstockwell
https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTest.cpp File Source/core/animation/AnimationTest.cpp (right): https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTest.cpp#newcode31 Source/core/animation/AnimationTest.cpp:31: Remove stray blank line. https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTimeline.cpp File Source/core/animation/AnimationTimeline.cpp (left): https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTimeline.cpp#oldcode170 ...
6 years, 1 month ago (2014-11-12 03:39:42 UTC) #5
vsevik
inspector changes lgtm provided alancutter's comment is addressed.
6 years, 1 month ago (2014-11-12 15:54:27 UTC) #6
samli
PTAL at animation changes https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTest.cpp File Source/core/animation/AnimationTest.cpp (right): https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTest.cpp#newcode31 Source/core/animation/AnimationTest.cpp:31: On 2014/11/12 03:39:42, dstockwell wrote: ...
6 years, 1 month ago (2014-11-12 20:01:13 UTC) #7
dstockwell
https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTimeline.cpp File Source/core/animation/AnimationTimeline.cpp (right): https://codereview.chromium.org/717003002/diff/20001/Source/core/animation/AnimationTimeline.cpp#newcode237 Source/core/animation/AnimationTimeline.cpp:237: m_lastCurrentTime = currentTimeInternal(); On 2014/11/12 at 20:01:13, samli wrote: ...
6 years, 1 month ago (2014-11-12 22:49:44 UTC) #8
dstockwell
lgtm
6 years, 1 month ago (2014-11-13 00:43:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/717003002/40001
6 years, 1 month ago (2014-11-13 01:17:16 UTC) #11
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 03:11:53 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 185262

Powered by Google App Engine
This is Rietveld 408576698