WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
252807
[web-animations] remove getPropertyAtIndex() and getNumProperties() in favor of an iterable on CSSPropertyAnimation
https://bugs.webkit.org/show_bug.cgi?id=252807
Summary
[web-animations] remove getPropertyAtIndex() and getNumProperties() in favor ...
Antoine Quint
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2023-02-23 03:12:22 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10571
Radar WebKit Bug Importer
Comment 2
2023-03-02 03:08:13 PST
<
rdar://problem/106136257
>
Ahmad Saleem
Comment 3
2023-08-30 05:53:31 PDT
This PR never landed and never got reviewed and will need to be rebased.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug