RESOLVED FIXED288537
[scroll-animations] remove the `TimelineMapAttachOperation` struct
https://bugs.webkit.org/show_bug.cgi?id=288537
Summary [scroll-animations] remove the `TimelineMapAttachOperation` struct
Antoine Quint
Reported 2025-02-25 14:08:44 PST
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
Antoine Quint
Comment 1 2025-02-25 14:09:54 PST
EWS
Comment 2 2025-02-25 23:37:53 PST
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
Comment 3 2025-02-25 23:38:23 PST
Note You need to log in before you can comment on or make changes to this bug.