gecko-dev/dom/animation
Emilio Cobos Álvarez a4f3e104b7 Bug 1878361 - Fix animation throttling to properly consider opacity animations on the root of the opacity: 0 subtree. r=boris
We had a test for this but it didn't get to the buggy line because the
opacity animation in the test started at 1. Fixed, and also added a test
for a compositor animation.

Differential Revision: https://phabricator.services.mozilla.com/D201355
2024-02-12 04:56:35 +00:00
..
test 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
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
AnimationEventDispatcher.h
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
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
CSSAnimation.cpp
CSSAnimation.h
CSSPseudoElement.cpp
CSSPseudoElement.h
CSSTransition.cpp
CSSTransition.h
ComputedTiming.h
DocumentTimeline.cpp Bug 1876321 - Remove mainthread sync with geometric animations pref. r=boris 2024-01-24 20:10:45 +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
EffectCompositor.h
EffectSet.cpp
EffectSet.h
ElementAnimationData.cpp
ElementAnimationData.h
Keyframe.h
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
KeyframeEffectParams.h
KeyframeUtils.cpp
KeyframeUtils.h
PostRestyleMode.h
PseudoElementHashEntry.h
ScrollTimeline.cpp
ScrollTimeline.h
ScrollTimelineAnimationTracker.cpp
ScrollTimelineAnimationTracker.h
TimingParams.cpp
TimingParams.h
ViewTimeline.cpp
ViewTimeline.h
moz.build