gecko-dev/dom/smil
Boris Chiou 9c0a612291 Bug 1922315 - Replace the tuple of PseudoStyleType and nsAtom with PseudoStyleRequest. r=view-transitions-reviewers,emilio
We introduce PseudoStyleRequest, which contains `PseudoStyleType` and
`nsAtom*`, and I tried to replace the tuple of `PseudoStyleType` and
`nsAtom*` in nsComputedDOMStyle.

Also, for the animation part, let's leave them to Bug 1921553.

There is no behavior change to end users. Only do refactoring code.

Differential Revision: https://phabricator.services.mozilla.com/D226710
2024-10-24 22:34:22 +00:00
..
crashtests Bug 1914513 - Add a pref to disable mutation events, r=masayuki 2024-09-02 13:29:57 +00:00
test
moz.build
SMILAnimationController.cpp
SMILAnimationController.h
SMILAnimationFunction.cpp
SMILAnimationFunction.h
SMILAttr.h
SMILBoolType.cpp
SMILBoolType.h
SMILCompositor.cpp Bug 1922315 - Replace the tuple of PseudoStyleType and nsAtom with PseudoStyleRequest. r=view-transitions-reviewers,emilio 2024-10-24 22:34:22 +00:00
SMILCompositor.h
SMILCompositorTable.h
SMILCSSProperty.cpp
SMILCSSProperty.h
SMILCSSValueType.cpp Bug 1925324 - Properly regenerate the underlying 'from' value, for SVG/SMIL to-animation of CSS properties r=dholbert 2024-10-18 09:48:32 +00:00
SMILCSSValueType.h Bug 1925324 - Properly regenerate the underlying 'from' value, for SVG/SMIL to-animation of CSS properties r=dholbert 2024-10-18 09:48:32 +00:00
SMILEnumType.cpp
SMILEnumType.h
SMILFloatType.cpp
SMILFloatType.h
SMILInstanceTime.cpp
SMILInstanceTime.h
SMILIntegerType.cpp
SMILIntegerType.h
SMILInterval.cpp
SMILInterval.h
SMILKeySpline.cpp
SMILKeySpline.h
SMILMilestone.h Bug 1921276 - Remove global constructor from dom/smil/SMILTimedElement.cpp r=longsonr 2024-10-03 06:55:07 +00:00
SMILNullType.cpp
SMILNullType.h
SMILParserUtils.cpp Bug 1925761 - Use nsAString::const_iterator to iterate strings rather than RangedPtr r=emilio 2024-10-21 12:01:01 +00:00
SMILParserUtils.h
SMILRepeatCount.cpp
SMILRepeatCount.h
SMILSetAnimationFunction.cpp
SMILSetAnimationFunction.h
SMILStringType.cpp
SMILStringType.h
SMILTargetIdentifier.h
SMILTimeContainer.cpp
SMILTimeContainer.h
SMILTimedElement.cpp Bug 1921276 - Remove global constructor from dom/smil/SMILTimedElement.cpp r=longsonr 2024-10-03 06:55:07 +00:00
SMILTimedElement.h Bug 1921276 - Remove global constructor from dom/smil/SMILTimedElement.cpp r=longsonr 2024-10-03 06:55:07 +00:00
SMILTimeValue.cpp
SMILTimeValue.h
SMILTimeValueSpec.cpp
SMILTimeValueSpec.h
SMILTimeValueSpecParams.h
SMILType.h
SMILTypes.h
SMILValue.cpp
SMILValue.h
TimeEvent.cpp
TimeEvent.h