gecko-dev/dom/animation
Kartikaya Gupta f38b3ecb1b Bug 1665955 - Stop including nsIScrollableFrame.h from Element.h. r=emilio
Changes to nsIScrollableFrame.h cause the world to rebuild which I find annoying.
This removes the inclusion into Element.h which is responsible for the
world-rebuilding and is relatively easy to eliminate. A bunch of usages of
nsIScrollableFrame get moved from .h files into .cpp files and I include the
header into .cpp files as needed.

Differential Revision: https://phabricator.services.mozilla.com/D90735
2020-09-18 18:32:13 +00:00
..
test Bug 1533462 - Execute the deferred font-info loader immediately when running spell-check and animation mochitests, to avoid intermittent issues. r=jwatt 2020-08-30 22:59:57 +00:00
Animation.cpp Bug 1660378 - part 9: Avoid QI for getting `nsStyledElement` pointer r=smaug 2020-08-26 05:29:06 +00:00
Animation.h Bug 1324591 - Report janked animations to the main-thread and update them on the main-thread. r=botond,boris 2020-07-05 11:45:01 +00:00
AnimationComparator.h
AnimationEffect.cpp Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=birtles 2020-06-02 10:31:46 +00:00
AnimationEffect.h
AnimationEventDispatcher.cpp Bug 1634943 - Fix non-unified build in dom/animation/. r=boris 2020-05-05 22:40:57 +00:00
AnimationEventDispatcher.h Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
AnimationPerformanceWarning.cpp
AnimationPerformanceWarning.h Bug 1626570 - Improve handling of copying arrays in dom/animation/. r=hiro 2020-05-05 10:42:23 +00:00
AnimationPropertySegment.h
AnimationTarget.h
AnimationTimeline.cpp
AnimationTimeline.h
AnimationUtils.cpp Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=birtles 2020-06-02 10:31:46 +00:00
AnimationUtils.h
CSSAnimation.cpp Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00
CSSAnimation.h Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00
CSSPseudoElement.cpp
CSSPseudoElement.h
CSSTransition.cpp Bug 1634943 - Split CSSTransition class into a new file in dom/animation/. r=boris 2020-05-05 22:41:02 +00:00
CSSTransition.h Bug 1634943 - Split CSSTransition class into a new file in dom/animation/. r=boris 2020-05-05 22:41:02 +00:00
ComputedTiming.h
ComputedTimingFunction.cpp
ComputedTimingFunction.h
DocumentTimeline.cpp Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
DocumentTimeline.h Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
EffectCompositor.cpp Bug 1564128 part 2 - Copy animations to static document clones r=emilio,hiro 2020-05-14 19:41:03 +00:00
EffectCompositor.h
EffectSet.cpp Bug 1656419 - Check whether the given animation and the animation stored in mPartialPrerenderedAnimations are in the same EffectSet instead of just comparing the animation instances. r=boris 2020-07-31 21:06:42 +00:00
EffectSet.h Bug 1656419 - Check whether the given animation and the animation stored in mPartialPrerenderedAnimations are in the same EffectSet instead of just comparing the animation instances. r=boris 2020-07-31 21:06:42 +00:00
Keyframe.h Bug 1626570 - Improve handling of copying arrays in dom/animation/. r=hiro 2020-05-05 10:42:23 +00:00
KeyframeEffect.cpp Bug 1665955 - Stop including nsIScrollableFrame.h from Element.h. r=emilio 2020-09-18 18:32:13 +00:00
KeyframeEffect.h Bug 1324591 - Report janked animations to the main-thread and update them on the main-thread. r=botond,boris 2020-07-05 11:45:01 +00:00
KeyframeEffectParams.h
KeyframeUtils.cpp Bug 1636562 - Respect property restrictions on pseudo elements when animating; r=boris 2020-07-21 23:12:35 +00:00
KeyframeUtils.h Bug 1636562 - Respect property restrictions on pseudo elements when animating; r=boris 2020-07-21 23:12:35 +00:00
PendingAnimationTracker.cpp
PendingAnimationTracker.h
PostRestyleMode.h
PseudoElementHashEntry.h
TimingParams.cpp
TimingParams.h Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=birtles 2020-06-02 10:31:46 +00:00
moz.build Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00