Bug 252807
| Summary: | [web-animations] remove getPropertyAtIndex() and getNumProperties() in favor of an iterable on CSSPropertyAnimation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, dino, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
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
Pull request: https://github.com/WebKit/WebKit/pull/10571
Radar WebKit Bug Importer
<rdar://problem/106136257>
Ahmad Saleem
This PR never landed and never got reviewed and will need to be rebased.