gecko-dev/dom/animation
Emilio Cobos Álvarez 61474d6767 Bug 1871745 - Hide -moz-user-focus from content. r=smaug
-moz-user-focus: none didn't do anything useful for non-XUL until
bug 1868552. It seems nonetheless some sites specify it, which can cause
compat issues.

Let's hide this property from content, to avoid breaking those sites.

Differential Revision: https://phabricator.services.mozilla.com/D197253
2023-12-28 17:45:49 +00:00
..
test Bug 1871745 - Hide -moz-user-focus from content. r=smaug 2023-12-28 17:45:49 +00:00
Animation.cpp Bug 1846516 - [css-properties-values-api] Use AnimatedPropertyID to communicate between Gecko and Servo. r=emilio,layout-reviewers,firefox-style-system-reviewers 2023-12-18 09:24:08 +00:00
Animation.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
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
AnimationEventDispatcher.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
AnimationEventDispatcher.h 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
AnimationPerformanceWarning.cpp
AnimationPerformanceWarning.h
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 1866566 - If there is change in over-all relevancy, update HiddenByContentVisibility for animations, r=emilio,hiro 2023-12-06 13:36:59 +00:00
AnimationUtils.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +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 1864425 - Remove PendingAnimationTracker. r=birtles 2023-11-20 09:31:41 +00:00
CSSAnimation.h Bug 1864425 - Remove PendingAnimationTracker. r=birtles 2023-11-20 09:31:41 +00:00
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
ComputedTiming.h
DocumentTimeline.cpp Backed out changeset 3ca9ebcd4233 (bug 1865637) for causing android mochitest failures in test_animations_effect_timing_duration.html 2023-11-24 06:15:57 -05:00
DocumentTimeline.h Backed out changeset 3ca9ebcd4233 (bug 1865637) for causing android mochitest failures in test_animations_effect_timing_duration.html 2023-11-24 06:15:57 -05: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 1832173 - Remove HasArcFFI for AnimationValue. r=boris 2023-05-11 08:25:36 +00:00
EffectSet.cpp Bug 1364813 - Remove IsFrameOfType, use non-virtual checks. r=jwatt 2023-11-26 22:17:28 +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 1846516 - More fixes on top of bug 1870009. r=zrhoffman 2023-12-18 09:24:10 +00:00
KeyframeEffect.cpp Bug 1871194 - Improve nsCSSPropertyIDSet interaction with AnimatedPropertyID. r=zrhoffman 2023-12-21 16:08:47 +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
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 Bug 1864425 - Remove PendingAnimationTracker. r=birtles 2023-11-20 09:31:41 +00:00
ScrollTimelineAnimationTracker.h
TimingParams.cpp
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 1864425 - Remove PendingAnimationTracker. r=birtles 2023-11-20 09:31:41 +00:00