Bug 254454 - Avoid doing event-related work for CSS transition & animation playback events when no event listener is registered
Summary: Avoid doing event-related work for CSS transition & animation playback events...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
: 254180 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-03-24 19:00 PDT by Chris Dumez
Modified: 2023-03-27 13:41 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-03-24 19:00:13 PDT
Avoid doing event-related work for CSS transitions when no event listener is registered for these.
Comment 1 Chris Dumez 2023-03-24 19:00:32 PDT
<rdar://107077986>
Comment 2 Chris Dumez 2023-03-24 19:02:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11961
Comment 3 EWS 2023-03-25 17:48:48 PDT
Committed 262123@main (43ea8744bc60): <https://commits.webkit.org/262123@main>

Reviewed commits have been landed. Closing PR #11961 and removing active labels.
Comment 4 Chris Dumez 2023-03-27 13:37:41 PDT
*** Bug 254180 has been marked as a duplicate of this bug. ***