gecko-dev/dom/animation
Boris Chiou 512b4a3fb3 Bug 1737918 - Part 4: Implement scroll() in layout and support nearest scroller. r=emilio
There is a known issue: if we change overflow property of the
scroll-container, we may have to update the scroll-linked animations of
its descendants. This may be very tricky, so I filled Bug 1765211 for it.

Differential Revision: https://phabricator.services.mozilla.com/D143420
2022-04-20 20:28:53 +00:00
..
test Bug 1761900 - Skip 'document.timeline.currentTime value tests' on Android. r=boris 2022-03-29 23:30:19 +00:00
Animation.cpp Bug 1758527 - Adjust the logic of handing the unresolved current time in PlayNoUpdate() and UpdatePlaybackRate(). r=birtles 2022-03-23 01:30:51 +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 Bug 1676791 - Part 3: Implement the computation of timing. r=hiro 2021-12-08 01:16:29 +00:00
AnimationEventDispatcher.cpp
AnimationEventDispatcher.h Bug 1757202 - Add more information in existing CSS Animation and CSS Transition main thread markers, r=boris. 2022-03-11 07:49:04 +00:00
AnimationPerformanceWarning.cpp
AnimationPerformanceWarning.h
AnimationPropertySegment.h
AnimationTarget.h
AnimationTimeline.cpp Bug 1676791 - Part 2: Implement the infrastructure of scroll-linked animations. r=emilio,hiro 2021-12-08 01:16:28 +00:00
AnimationTimeline.h Bug 1676791 - Part 8: Hook scroll-timeline rule into Cascade data and use it for CSS animations. r=emilio,hiro 2021-12-08 01:16:31 +00:00
AnimationUtils.cpp Bug 1754767 - Remove duplicate includes r=media-playback-reviewers,padenot 2022-02-11 10:01:15 +00:00
AnimationUtils.h Bug 1723050 - Part 1: Replace typedef by using in dom/animation/ r=hiro 2021-08-05 02:25:23 +00:00
CSSAnimation.cpp
CSSAnimation.h
CSSPseudoElement.cpp
CSSPseudoElement.h
CSSTransition.cpp
CSSTransition.h
ComputedTiming.h
ComputedTimingFunction.cpp
ComputedTimingFunction.h Bug 1676791 - Part 4: Make TimingParams be a LiteralType. r=hiro 2021-12-08 01:16:29 +00:00
DocumentTimeline.cpp Bug 1674776 - Update DocumentTimeline::mLastRefreshDriverTime outside parallel styling. r=boris,decoder 2022-03-28 23:29:14 +00:00
DocumentTimeline.h Bug 1674776 - Update DocumentTimeline::mLastRefreshDriverTime outside parallel styling. r=boris,decoder 2022-03-28 23:29:14 +00:00
EffectCompositor.cpp
EffectCompositor.h
EffectSet.cpp
EffectSet.h Bug 1723050 - Part 1: Replace typedef by using in dom/animation/ r=hiro 2021-08-05 02:25:23 +00:00
Keyframe.h
KeyframeEffect.cpp Bug 1737180 - Part 4: Enable OMTA for scroll animations. r=hiro 2022-04-05 18:48:17 +00:00
KeyframeEffect.h
KeyframeEffectParams.h
KeyframeUtils.cpp
KeyframeUtils.h
PendingAnimationTracker.cpp Bug 1741255 - Don't put the scroll animations into PendingAnimationTracker. r=hiro 2021-12-15 09:54:43 +00:00
PendingAnimationTracker.h Bug 1723050 - Part 1: Replace typedef by using in dom/animation/ r=hiro 2021-08-05 02:25:23 +00:00
PostRestyleMode.h
PseudoElementHashEntry.h
ScrollTimeline.cpp Bug 1737918 - Part 4: Implement scroll() in layout and support nearest scroller. r=emilio 2022-04-20 20:28:53 +00:00
ScrollTimeline.h Bug 1737918 - Part 4: Implement scroll() in layout and support nearest scroller. r=emilio 2022-04-20 20:28:53 +00:00
TimingParams.cpp
TimingParams.h Bug 1754752 Remove constexpr from non constant functions r=emilio 2022-02-18 08:08:59 +00:00
moz.build Bug 1676791 - Part 1: Add ScrollTimeline class. r=hiro 2021-12-08 01:16:28 +00:00