gecko-dev/dom/animation
Boris Chiou 1decf4e780 Bug 1249564 - Part 2: Cycle collect AnimationEffectTimingReadOnly. r=birtles
Add KeyframeEffectReadOnly::mTiming into the list of cycle collection to
avoid any possible memory leak.

MozReview-Commit-ID: C5mFQ7TsqC7

--HG--
extra : rebase_source : 8ee1e58d69a3becb0b8566fa3529154bb66d3064
2016-04-13 18:20:46 +08:00
..
test Bug 1260655 - Use CSSAnimationBuilder::BuildAnimationFrames to set up CSS animations using Keyframe objects; r=heycam 2016-03-30 13:01:13 +09:00
AnimValuesStyleRule.cpp
AnimValuesStyleRule.h Bug 1260572 - Replace AnimValuesStyleRule::AddEmptyValue with an overload of AddValue that takes an rvalue reference; r=heycam 2016-03-30 08:59:01 +09:00
Animation.cpp Bug 1229769 - We should be able to use DOM promises in the worker debugger;r=khuey 2016-03-24 16:12:00 +01:00
Animation.h
AnimationComparator.h
AnimationEffectReadOnly.cpp
AnimationEffectReadOnly.h
AnimationEffectTiming.cpp Bug 1244633 - Part 1: implement AnimationEffectTiming delay. r=birtles 2016-04-02 18:25:02 +09:00
AnimationEffectTiming.h Bug 1249564 - Part 1: Assign the parent object of AnimationEffectTiming(ReadOnly). r=birtles,bz 2016-04-10 13:51:32 +08:00
AnimationEffectTimingReadOnly.cpp Bug 1259878 - remove unnecessary isSome(). r=birtles 2016-03-26 10:52:08 +09:00
AnimationEffectTimingReadOnly.h Bug 1249564 - Part 1: Assign the parent object of AnimationEffectTiming(ReadOnly). r=birtles,bz 2016-04-10 13:51:32 +08:00
AnimationPerformanceWarning.cpp Bug 1218620 - Allow opacity animation running on compositor even if the frame has any restricted transforms. r=birtles 2016-03-14 09:07:48 +09:00
AnimationPerformanceWarning.h Bug 1218620 - Allow opacity animation running on compositor even if the frame has any restricted transforms. r=birtles 2016-03-14 09:07:48 +09:00
AnimationTimeline.cpp
AnimationTimeline.h Bug 763784 - Make VectorImage::GetAnimated check for CSS animations. r=dholbert 2016-02-22 13:05:20 +00:00
AnimationUtils.cpp Bug 1253470 - Part 4: Produce console warnings for invalid easing. r=birtles 2016-03-18 16:28:22 +09:00
AnimationUtils.h Bug 1246320 part 2 - Pass document to ParseEasing; r=hiro 2016-03-11 17:21:03 +09:00
CSSPseudoElement.cpp Bug 1254761 - Part 1: Implement getAnimations({ subtree: true }). r=smaug 2016-03-22 09:33:02 +09:00
CSSPseudoElement.h Bug 1254761 - Part 1: Implement getAnimations({ subtree: true }). r=smaug 2016-03-22 09:33:02 +09:00
ComputedTiming.h Bug 1248532 - Part 1: steps-start does not produce correct value at the beginning of the interval. r=birtles 2016-04-01 14:00:57 +09:00
ComputedTimingFunction.cpp Bug 1248532 - Part 1: steps-start does not produce correct value at the beginning of the interval. r=birtles 2016-04-01 14:00:57 +09:00
ComputedTimingFunction.h Bug 1248532 - Part 1: steps-start does not produce correct value at the beginning of the interval. r=birtles 2016-04-01 14:00:57 +09:00
DocumentTimeline.cpp
DocumentTimeline.h
EffectCompositor.cpp Bug 1260983 - Update animation properties when the style context changes; r=heycam 2016-04-01 09:31:51 +09:00
EffectCompositor.h Bug 1260983 - Update animation properties when the style context changes; r=heycam 2016-04-01 09:31:51 +09:00
EffectSet.cpp Bug 1248864 - Part 3: Use RestyleManagerHandle instead of concrete restyle manager class. r=dholbert 2016-02-24 18:01:12 +11:00
EffectSet.h Bug 1253094, part 1 - Stop using DebugOnly for class/struct members in dom/. r=baku 2016-02-26 15:52:06 +00:00
KeyframeEffect.cpp Bug 1249564 - Part 2: Cycle collect AnimationEffectTimingReadOnly. r=birtles 2016-04-13 18:20:46 +08:00
KeyframeEffect.h Bug 1249564 - Part 2: Cycle collect AnimationEffectTimingReadOnly. r=birtles 2016-04-13 18:20:46 +08:00
KeyframeUtils.cpp Bug 1260655 - Add KeyframeEffectReadOnly::SetFrames; r=heycam 2016-03-30 08:59:08 +09:00
KeyframeUtils.h Bug 1245748 - Remove no-longer-needed code for directly setting up properties in KeyframeEffect(ReadOnly) constructor; r=heycam 2016-03-22 16:36:45 +09:00
NonOwningAnimationTarget.h Bug 1249219 - Part 1: Define NonOwningAnimationTarget. r=birtles 2016-03-21 16:49:49 +08:00
PendingAnimationTracker.cpp
PendingAnimationTracker.h
PseudoElementHashEntry.h Bug 1249219 - Part 2: Remove struct PseudoElementHashKey. r=birtles 2016-03-21 16:49:50 +08:00
TimingParams.cpp Bug 1260933 - Part 1: For invalid easing values, print the invalid value. r=birtles 2016-03-31 19:20:42 +09:00
TimingParams.h Bug 1260933 - Part 2: For invalid duration values, print the invalid value. r=birtles 2016-03-31 19:20:59 +09:00
moz.build Bug 1245748 - Move keyframe handling code to a separate KeyframeUtils class; r=heycam 2016-03-22 16:20:37 +09:00