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

Issue 2228773002: Remove AnimationEffectTimingProperties playbackRate (Closed)

Created:
4 years, 4 months ago by suzyh_UTC10 (ex-contributor)
Modified:
4 years, 4 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, Eric Willigers, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, rjwright, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@idl-updates
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove AnimationEffectTimingProperties playbackRate The playbackRate property in AnimationEffectTimingProperties.idl is no longer part of the spec. This patch removes it and places that expect ComputedTimingProperties and KeyframeEffectOptions (which inherit from AnimationEffectTimingProperties) to have playbackRate fields. The playbackRate field of the Timing object, which in TimingInput.cpp is initialized from the AnimationEffectTimingProperties playbackRate field, is left intact because it is more widely used through the code. A dummy 1.0 value is used instead in this one location. BUG=624639 Committed: https://crrev.com/b084e73aae95c6324c39ae87e74a5412b85df0d2 Cr-Commit-Position: refs/heads/master@{#411237}

Patch Set 1 #

Patch Set 2 : Rebase and update devtools AnimationModel.js #

Total comments: 1

Patch Set 3 : Add TODO #

Messages

Total messages: 20 (9 generated)
samli
Can you also remove this from AnimationModel.js too please? I've checked, shouldn't be any references ...
4 years, 4 months ago (2016-08-09 03:29:33 UTC) #2
suzyh_UTC10 (ex-contributor)
On 2016/08/09 at 03:29:33, samli wrote: > Can you also remove this from AnimationModel.js too ...
4 years, 4 months ago (2016-08-09 03:42:43 UTC) #3
suzyh_UTC10 (ex-contributor)
+alancutter +pfeldman for core/inspector
4 years, 4 months ago (2016-08-09 03:43:14 UTC) #5
samli
lgtm devtools changes
4 years, 4 months ago (2016-08-09 03:45:34 UTC) #6
alancutter (OOO until 2018)
LGTM. https://codereview.chromium.org/2228773002/diff/20001/third_party/WebKit/Source/core/animation/TimingInput.cpp File third_party/WebKit/Source/core/animation/TimingInput.cpp (right): https://codereview.chromium.org/2228773002/diff/20001/third_party/WebKit/Source/core/animation/TimingInput.cpp#newcode133 third_party/WebKit/Source/core/animation/TimingInput.cpp:133: setPlaybackRate(timingOutput, 1.0); TODO remove Timing::playbackRate.
4 years, 4 months ago (2016-08-09 03:45:49 UTC) #7
suzyh_UTC10 (ex-contributor)
On 2016/08/09 at 03:45:49, alancutter wrote: > LGTM. > > https://codereview.chromium.org/2228773002/diff/20001/third_party/WebKit/Source/core/animation/TimingInput.cpp > File third_party/WebKit/Source/core/animation/TimingInput.cpp (right): ...
4 years, 4 months ago (2016-08-09 03:56:33 UTC) #8
suzyh_UTC10 (ex-contributor)
Ping for pfeldman in case this review got missed. Feel free to bump to another ...
4 years, 4 months ago (2016-08-10 00:25:30 UTC) #13
pfeldman
inspector lgtm, thanks.
4 years, 4 months ago (2016-08-11 00:49:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2228773002/40001
4 years, 4 months ago (2016-08-11 00:51:19 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-11 02:57:08 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 02:58:26 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b084e73aae95c6324c39ae87e74a5412b85df0d2
Cr-Commit-Position: refs/heads/master@{#411237}

Powered by Google App Engine
This is Rietveld 408576698