gecko-dev/dom/animation
Boris Chiou 218e854766 Bug 1750668 - Clamp double value to avoid getting -inf when converting it into unsigned long. r=TYLin
We got runtime error when enabling float-cast-overflow check in this
line, so let's clamp the value to pass the check.

Differential Revision: https://phabricator.services.mozilla.com/D139969
2022-03-02 21:14:49 +00:00
..
test Bug 1663509 - Use background-color animation instead of transform animation to avoid unthrottling every 200ms [1]. r=boris 2022-01-10 23:12:19 +00:00
Animation.cpp Bug 1741255 - Don't put the scroll animations into PendingAnimationTracker. r=hiro 2021-12-15 09:54:43 +00:00
Animation.h Bug 1741255 - Don't put the scroll animations into PendingAnimationTracker. r=hiro 2021-12-15 09:54:43 +00:00
AnimationComparator.h
AnimationEffect.cpp Bug 1750668 - Clamp double value to avoid getting -inf when converting it into unsigned long. r=TYLin 2022-03-02 21:14:49 +00:00
AnimationEffect.h
AnimationEventDispatcher.cpp
AnimationEventDispatcher.h Bug 1756124 - Add 'CSS animation iteration' profiler markers, r=emilio,boris. 2022-02-22 22:16:12 +00:00
AnimationPerformanceWarning.cpp
AnimationPerformanceWarning.h
AnimationPropertySegment.h
AnimationTarget.h
AnimationTimeline.cpp
AnimationTimeline.h
AnimationUtils.cpp Bug 1754767 - Remove duplicate includes r=media-playback-reviewers,padenot 2022-02-11 10:01:15 +00:00
AnimationUtils.h
ComputedTiming.h
ComputedTimingFunction.cpp
ComputedTimingFunction.h
CSSAnimation.cpp
CSSAnimation.h
CSSPseudoElement.cpp
CSSPseudoElement.h
CSSTransition.cpp
CSSTransition.h
DocumentTimeline.cpp
DocumentTimeline.h
EffectCompositor.cpp
EffectCompositor.h
EffectSet.cpp
EffectSet.h
Keyframe.h
KeyframeEffect.cpp Bug 1725908 - Disallow background color animations on <html> element running on the compositor. r=boris 2022-01-20 21:20:13 +00:00
KeyframeEffect.h
KeyframeEffectParams.h
KeyframeUtils.cpp
KeyframeUtils.h
moz.build
PendingAnimationTracker.cpp Bug 1741255 - Don't put the scroll animations into PendingAnimationTracker. r=hiro 2021-12-15 09:54:43 +00:00
PendingAnimationTracker.h
PostRestyleMode.h
PseudoElementHashEntry.h
ScrollTimeline.cpp Bug 1738135 - Don't create ScrollTimeline for each Animation. r=hiro 2022-02-08 18:35:23 +00:00
ScrollTimeline.h Bug 1738135 - Don't create ScrollTimeline for each Animation. r=hiro 2022-02-08 18:35:23 +00:00
TimingParams.cpp
TimingParams.h Bug 1754752 Remove constexpr from non constant functions r=emilio 2022-02-18 08:08:59 +00:00