Bug 251450

Summary: Prefix the SVGAnimationElement range setting methods with "set" instead of "calculate"
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: SVGAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Said Abou-Hallawa 2023-01-31 12:59:00 PST
We need to change the names of these methods:

1) calculateFromAndToValues()
2) calculateFromAndByValues()
3) calculateToAtEndOfDurationValue()

And this will match the names of the SVGAttributeAnimator methods which are called by these methods.
Comment 1 Radar WebKit Bug Importer 2023-01-31 13:00:15 PST
<rdar://problem/104881126>
Comment 2 Said Abou-Hallawa 2023-01-31 13:05:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/9401
Comment 3 EWS 2023-02-01 11:39:34 PST
Committed 259705@main (dd0930cde59d): <https://commits.webkit.org/259705@main>

Reviewed commits have been landed. Closing PR #9401 and removing active labels.