gecko/dom/animation
Brian Birtles 6315d9d2bc Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt
This patch renames the confusing IsRunning method since IsRunning() is *not*
the same as (PlayState() == AnimationPlayState::Running). It also removes
the old definition to make better re-use of PlayState() and IsInPlay().
2015-03-27 18:01:00 +09:00
..
test Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt 2015-03-27 15:56:44 +09:00
Animation.cpp Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt 2015-03-27 17:54:39 +09:00
Animation.h Bug 1109390 part 17 - Add Animation::IsInPlay(); r=jwatt 2015-03-27 17:54:39 +09:00
AnimationEffect.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
AnimationEffect.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
AnimationPlayer.cpp Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt 2015-03-27 18:01:00 +09:00
AnimationPlayer.h Bug 1109390 part 18 - Rename AnimationPlayer::IsRunning to IsPlaying and reuse IsInPlay definition; r=jwatt 2015-03-27 18:01:00 +09:00
AnimationTimeline.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
AnimationTimeline.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
AnimationUtils.h Bug 1073379, part 1 - Add an AnimationUtils::DoubleToTimeDuration helper. r=birtles 2015-02-09 10:25:51 +00:00
moz.build Bug 927349 part 1 - Add PendingPlayerTracker; r=jwatt 2014-12-18 08:42:41 +09:00
PendingPlayerTracker.cpp Bug 1109390 part 9 - Call Trigger* on pause-pending players; r=jwatt 2015-03-27 15:56:45 +09:00
PendingPlayerTracker.h Bug 1109390 part 7 - Rename PendingPlayerTracker's Start* methods to Trigger*; r=jwatt 2015-03-27 15:56:45 +09:00