Brian Birtles
6033b2c86d
Bug 1154615 part 1 - Rename AnimationPlayer to Animation in WebIDL; r=smaug
...
This patch is a fairly minimal rename of the AnimationPlayer interface. It
leaves a bunch of local variables and helper classes still using the word
"player". These will be addressed in subsequent patches that don't require DOM
peer review.
2015-04-21 10:22:09 +09:00
Brian Birtles
28a48770ea
Bug 1152171 part 2 - Rename AnimationTimeline to DocumentTimeline; r=smaug
...
And then re-add AnimationTimeline as an abstract super-interface of
DocumentTimeline.
2015-04-10 10:34:22 +09:00
Jonathan Watt
49b12af674
Bug 1145246, part 1 - Rename Animatable.getAnimationPlayers() to Animatable.getAnimations(), but leave the old name an an alias for the new. r=birtles, r=smaug
2015-03-20 18:20:32 +00:00
Brian Birtles
b2edbbe9e5
Bug 1112422 - Turn on the Web Animations API by default for chrome callers; r=bz
2015-01-08 13:53:24 +09:00
Brian Birtles
3727776b2f
Bug 1078119 - Rename AnimationTimeline/AnimationPlayer GetCurrentTimeDuration; r=bz
...
This patch performs the following renaming:
AnimationPlayer::GetCurrentTime -> GetCurrentTimeAsDouble
AnimationPlayer::GetCurrentTimeDuration -> GetCurrentTime
AnimationTimeline::GetCurrentTime -> GetCurrentTimeAsDouble
AnimationTimeline::GetCurrentTimeDuration -> GetCurrentTime
2014-10-20 13:55:45 +09:00
Brian Birtles
8343e66e73
Bug 998246 part 4 - Add currentTime member to AnimationTimeline; r=bz
2014-05-13 16:22:12 +09:00
Brian Birtles
bc16925f39
Bug 998246 part 2 - Add AnimationTimeline interface; r=bz, r=glandium
2014-05-13 16:22:12 +09:00