gecko-dev/dom/smil
Jonathan Watt ef39f8ec17 Bug 1931517. Rename confusing IDTracker methods. r=emilio
Some of the Reset* methods are named ResetTo* and some are named ResetWith*.
That seems to imply some sort of difference which simply doesn't exist. This
commit renames them to all use ResetTo* to avoid that.

Furthermore, the inconsistency in naming terminology between
ResetToURIFragmentID and ResetWithLocalRef makes it less than clear that the
latter is exactly the same as the former, but with only the fragment identifier
being specified. This commit better aligns the naming terminology for clarity.

Differential Revision: https://phabricator.services.mozilla.com/D229118
2024-11-15 12:30:03 +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 Bug 1928352: Make SMILCompositor fail earlier when adding an incorrectly configured animation. r=longsonr 2024-11-05 17:44:45 +00:00
SMILAnimationFunction.h Bug 1928352: Make SMILCompositor fail earlier when adding an incorrectly configured animation. r=longsonr 2024-11-05 17:44:45 +00:00
SMILAttr.h
SMILBoolType.cpp
SMILBoolType.h
SMILCompositor.cpp Bug 1928352: Make SMILCompositor fail earlier when adding an incorrectly configured animation. r=longsonr 2024-11-05 17:44:45 +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 1930221 - prevent underflow as well as overflow when adding an instance time r=emilio 2024-11-12 13:55:34 +00:00
SMILTimedElement.h Bug 1930221 - prevent underflow as well as overflow when adding an instance time r=emilio 2024-11-12 13:55:34 +00:00
SMILTimeValue.cpp
SMILTimeValue.h
SMILTimeValueSpec.cpp Bug 1931517. Rename confusing IDTracker methods. r=emilio 2024-11-15 12:30:03 +00:00
SMILTimeValueSpec.h
SMILTimeValueSpecParams.h
SMILType.h
SMILTypes.h
SMILValue.cpp
SMILValue.h
TimeEvent.cpp
TimeEvent.h