Bug 288537
| Summary: | [scroll-animations] remove the `TimelineMapAttachOperation` struct | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
The `TimelineMapAttachOperation` struct is used to keep track of pending attachment operations for CSS Animations using the `animation-timeline` property. That structs contains the timeline name, the target styleable and the CSS animation. But the names and targets can be obtained directly from the CSS animation, so we could keep track of the CSS animations alone.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/41333
EWS
Committed 291098@main (a638a633a78c): <https://commits.webkit.org/291098@main>
Reviewed commits have been landed. Closing PR #41333 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/145637335>