gecko-dev/dom/animation
Gregory Pappas 53f750f7c5 Bug 1842481 - Remove layout.css.step-position-jump.enabled pref r=boris,devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D183105
2023-07-10 20:07:00 +00:00
..
test Bug 1842481 - Remove layout.css.step-position-jump.enabled pref r=boris,devtools-reviewers,nchevobbe 2023-07-10 20:07:00 +00:00
Animation.cpp Bug 1832173 - Remove HasArcFFI for AnimationValue. r=boris 2023-05-11 08:25:36 +00:00
Animation.h Bug 1831539 - Remove HasBoxFFI. r=boris 2023-05-09 11:07:26 +00:00
AnimationComparator.h
AnimationEffect.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
AnimationEffect.h Bug 1778510: Cut over AnimationEffect to new fine-grained TimerPrecision calls r=birtles 2022-11-29 13:34:18 +00:00
AnimationEventDispatcher.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
AnimationEventDispatcher.h Bug 1826603 - Don't dispatch transition events if there are no listeners, r=masayuki 2023-04-06 09:09:33 +00:00
AnimationPerformanceWarning.cpp
AnimationPerformanceWarning.h
AnimationPropertySegment.h Bug 1781140 - Remove nsTimingFunction and ComputedTimingFunction. r=dshin 2022-07-26 14:49:02 +00:00
AnimationTarget.h
AnimationTimeline.cpp Bug 1822907 part 2: When handling a content-visibility change, don't insert already-completed animations into the timeline's sampling-order list. r=hiro 2023-03-23 04:41:12 +00:00
AnimationTimeline.h Bug 1737920 - Part 3: Look up named view timeline for CSS animations and update WPT expectations. r=emilio 2023-04-12 20:52:03 +00:00
AnimationUtils.cpp Bug 1814786 - Part 5: Factor out the conversion between (Element, PseudoStyleType) pair and Element. r=hiro 2023-03-07 23:57:55 +00:00
AnimationUtils.h Bug 1814786 - Part 5: Factor out the conversion between (Element, PseudoStyleType) pair and Element. r=hiro 2023-03-07 23:57:55 +00:00
CSSAnimation.cpp Bug 1778510: Use the Timer Caller Type in Animation's timestamp code r=birtles 2022-11-29 13:34:17 +00:00
CSSAnimation.h Bug 1807003 - Centralize animation data in slots. r=smaug,firefox-animation-reviewers,boris 2023-02-15 14:12:33 +00:00
CSSPseudoElement.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
CSSPseudoElement.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
CSSTransition.cpp Bug 1778510: Use the Timer Caller Type in Animation's timestamp code r=birtles 2022-11-29 13:34:17 +00:00
CSSTransition.h Bug 1807003 - Centralize animation data in slots. r=smaug,firefox-animation-reviewers,boris 2023-02-15 14:12:33 +00:00
ComputedTiming.h Bug 1781140 - Remove nsTimingFunction and ComputedTimingFunction. r=dshin 2022-07-26 14:49:02 +00:00
DocumentTimeline.cpp Bug 1822907 part 1: Make some documentation and naming cleanups related to content-visibility and AnimationTimeline. r=hiro 2023-03-23 04:41:11 +00:00
DocumentTimeline.h Bug 1822907 part 1: Make some documentation and naming cleanups related to content-visibility and AnimationTimeline. r=hiro 2023-03-23 04:41:11 +00:00
EffectCompositor.cpp Bug 1831539 - Remove HasBoxFFI. r=boris 2023-05-09 11:07:26 +00:00
EffectCompositor.h Bug 1832173 - Remove HasArcFFI for AnimationValue. r=boris 2023-05-11 08:25:36 +00:00
EffectSet.cpp Bug 1816915 - Clean up EffectSet APIs. r=firefox-animation-reviewers,boris 2023-02-15 20:39:16 +00:00
EffectSet.h Bug 1816915 - Clean up EffectSet APIs. r=firefox-animation-reviewers,boris 2023-02-15 20:39:16 +00:00
ElementAnimationData.cpp Bug 1737920 - Part 1: Create ViewTimeline when specifying view-timeline property. r=emilio 2023-04-12 20:52:02 +00:00
ElementAnimationData.h Bug 1737920 - Part 1: Create ViewTimeline when specifying view-timeline property. r=emilio 2023-04-12 20:52:02 +00:00
Keyframe.h Bug 1832173 - Finish removing HasArcFFI. r=boris 2023-05-12 22:31:38 +00:00
KeyframeEffect.cpp Bug 1832173 - Finish removing HasArcFFI. r=boris 2023-05-12 22:31:38 +00:00
KeyframeEffect.h Bug 1832173 - Finish removing HasArcFFI. r=boris 2023-05-12 22:31:38 +00:00
KeyframeEffectParams.h Bug 1293490 - Part 2: Hook animation-composition to CSS animations. r=emilio 2022-07-12 19:02:04 +00:00
KeyframeUtils.cpp Bug 1832173 - Finish removing HasArcFFI. r=boris 2023-05-12 22:31:38 +00:00
KeyframeUtils.h Bug 1832173 - Finish removing HasArcFFI. r=boris 2023-05-12 22:31:38 +00:00
PendingAnimationTracker.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
PendingAnimationTracker.h Bug 1771282 - Introduce ScrollTimelineAnimationTracker. r=hiro 2022-10-31 23:25:17 +00:00
PostRestyleMode.h
PseudoElementHashEntry.h
ScrollTimeline.cpp Bug 1814444 - Part 2: Support self keyword for scroll(). r=emilio 2023-05-04 21:35:14 +00:00
ScrollTimeline.h Bug 1814444 - Part 2: Support self keyword for scroll(). r=emilio 2023-05-04 21:35:14 +00:00
ScrollTimelineAnimationTracker.cpp Bug 1807685 - Rename scroll-linked (animations) to scroll-driven (excluding WPT tests). r=dholbert 2023-01-04 00:50:45 +00:00
ScrollTimelineAnimationTracker.h Bug 1771282 - Introduce ScrollTimelineAnimationTracker. r=hiro 2022-10-31 23:25:17 +00:00
TimingParams.cpp Bug 1775062 - Implement ipdl reads without needing default ctors. r=nika 2023-02-04 11:12:36 +00:00
TimingParams.h Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot 2023-03-22 11:35:33 +00:00
ViewTimeline.cpp Bug 1808410 - Part 3: Create timeline for view(). r=emilio 2023-05-02 22:47:29 +00:00
ViewTimeline.h Bug 1808410 - Part 3: Create timeline for view(). r=emilio 2023-05-02 22:47:29 +00:00
moz.build Bug 1737920 - Part 1: Create ViewTimeline when specifying view-timeline property. r=emilio 2023-04-12 20:52:02 +00:00