Bug 252807 - [web-animations] remove getPropertyAtIndex() and getNumProperties() in favor of an iterable on CSSPropertyAnimation
Summary: [web-animations] remove getPropertyAtIndex() and getNumProperties() in favor ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-23 03:07 PST by Antoine Quint
Modified: 2023-08-30 05:53 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2023-02-23 03:07:19 PST
The way we currently iterate over animatable properties is through CSSPropertyAnimation::getNumProperties() and CSSPropertyAnimation::getPropertyAtIndex(). This is not ideal, an iterable would be much better.
Comment 1 Antoine Quint 2023-02-23 03:12:22 PST
Pull request: https://github.com/WebKit/WebKit/pull/10571
Comment 2 Radar WebKit Bug Importer 2023-03-02 03:08:13 PST
<rdar://problem/106136257>
Comment 3 Ahmad Saleem 2023-08-30 05:53:31 PDT
This PR never landed and never got reviewed and will need to be rebased.