gecko-dev/dom/animation
Boris Chiou c77eaa59f4 Bug 1887738 - Remove preferences of motion path (ray(), basic-shapes, coord-box, offset-position). r=layout-reviewers,devtools-reviewers,emilio,nchevobbe
We have shipped them for more than 3 months and we don't have issue
right now. Chromium also removed the flags, so it should be fine to drop
them to make the code simpler.

Differential Revision: https://phabricator.services.mozilla.com/D205615
2024-03-26 16:52:03 +00:00
..
test Bug 1887738 - Remove preferences of motion path (ray(), basic-shapes, coord-box, offset-position). r=layout-reviewers,devtools-reviewers,emilio,nchevobbe 2024-03-26 16:52:03 +00:00
Animation.cpp Bug 1865955 - Make sure that the compositor and the main thread start time match. r=birtles 2024-01-28 11:33:46 +00:00
Animation.h Bug 1865955 - Make sure that the compositor and the main thread start time match. r=birtles 2024-01-28 11:33:46 +00:00
AnimationComparator.h
AnimationEffect.cpp
AnimationEffect.h
AnimationEventDispatcher.cpp Bug 1881412 - Fix animation markers to deal with custom property animations. r=florian,zrhoffman,firefox-style-system-reviewers,firefox-animation-reviewers,profiler-reviewers,boris 2024-02-26 18:53:33 +00:00
AnimationEventDispatcher.h Bug 1881412 - Fix animation markers to deal with custom property animations. r=florian,zrhoffman,firefox-style-system-reviewers,firefox-animation-reviewers,profiler-reviewers,boris 2024-02-26 18:53:33 +00:00
AnimationPerformanceWarning.cpp Bug 1186204 - Allow animations with backface-visibility: hidden to run in the compositor. r=firefox-animation-reviewers,devtools-reviewers,nchevobbe,boris 2024-01-29 21:28:32 +00:00
AnimationPerformanceWarning.h Bug 1186204 - Allow animations with backface-visibility: hidden to run in the compositor. r=firefox-animation-reviewers,devtools-reviewers,nchevobbe,boris 2024-01-29 21:28:32 +00:00
AnimationPropertySegment.h
AnimationTarget.h
AnimationTimeline.cpp Bug 1866566 - If there is change in over-all relevancy, update HiddenByContentVisibility for animations, r=emilio,hiro 2023-12-06 13:36:59 +00:00
AnimationTimeline.h Bug 1876321 - Remove mainthread sync with geometric animations pref. r=boris 2024-01-24 20:10:45 +00:00
AnimationUtils.cpp
AnimationUtils.h
ComputedTiming.h
CSSAnimation.cpp
CSSAnimation.h
CSSPseudoElement.cpp
CSSPseudoElement.h
CSSTransition.cpp Bug 1846516 - [css-properties-values-api] Introduce AnimatedPropertyID/AnimatedPropertIDSet. r=firefox-animation-reviewers,firefox-style-system-reviewers,layout-reviewers,emilio,hiro 2023-12-18 09:24:08 +00:00
CSSTransition.h Bug 1846516 - [css-properties-values-api] Introduce AnimatedPropertyID/AnimatedPropertIDSet. r=firefox-animation-reviewers,firefox-style-system-reviewers,layout-reviewers,emilio,hiro 2023-12-18 09:24:08 +00:00
DocumentTimeline.cpp Bug 1881367 part 1: Upgrade some DocumentTimeline asserts to release-asserts, to ensure that we unregister from the refresh driver properly. r=hiro 2024-02-22 00:32:35 +00:00
DocumentTimeline.h Backed out changeset 88fbb17e3c20 (bug 1865637) for causing animation related mochitest plain failures. CLOSED TREE 2024-01-24 19:04:25 +02:00
EffectCompositor.cpp Bug 1846516 - [css-properties-values-api] Animate custom properties in a discrete way. r=firefox-style-system-reviewers,emilio 2023-12-18 09:24:08 +00:00
EffectCompositor.h Bug 1640839 - Add some helpers for enums to calculate the size and use it in EnumeratedArray. r=glandium,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:19 +00:00
EffectSet.cpp Bug 1364813 - Remove IsFrameOfType, use non-virtual checks. r=jwatt 2023-11-26 22:17:28 +00:00
EffectSet.h
ElementAnimationData.cpp
ElementAnimationData.h
Keyframe.h Bug 1846516 - More fixes on top of bug 1870009. r=zrhoffman 2023-12-18 09:24:10 +00:00
KeyframeEffect.cpp Bug 1878361 - Fix animation throttling to properly consider opacity animations on the root of the opacity: 0 subtree. r=boris 2024-02-12 04:56:35 +00:00
KeyframeEffect.h Bug 1871194 - Improve nsCSSPropertyIDSet interaction with AnimatedPropertyID. r=zrhoffman 2023-12-21 16:08:47 +00:00
KeyframeEffectParams.h
KeyframeUtils.cpp Bug 1846516 - More fixes on top of bug 1870009. r=zrhoffman 2023-12-18 09:24:10 +00:00
KeyframeUtils.h Bug 1846516 - [css-properties-values-api] Introduce AnimatedPropertyID/AnimatedPropertIDSet. r=firefox-animation-reviewers,firefox-style-system-reviewers,layout-reviewers,emilio,hiro 2023-12-18 09:24:08 +00:00
moz.build
PostRestyleMode.h
PseudoElementHashEntry.h
ScrollTimeline.cpp Bug 1866566 - If there is change in over-all relevancy, update HiddenByContentVisibility for animations, r=emilio,hiro 2023-12-06 13:36:59 +00:00
ScrollTimeline.h Bug 1866566 - If there is change in over-all relevancy, update HiddenByContentVisibility for animations, r=emilio,hiro 2023-12-06 13:36:59 +00:00
ScrollTimelineAnimationTracker.cpp
ScrollTimelineAnimationTracker.h
TimingParams.cpp
TimingParams.h
ViewTimeline.cpp
ViewTimeline.h