Bug 256989 - Allow CoreAnimation implicit transactions on the scrolling thread
Summary: Allow CoreAnimation implicit transactions on the scrolling thread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-18 15:02 PDT by Matt Woodrow
Modified: 2023-06-07 17:01 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2023-05-18 15:02:24 PDT
The scrolling thread creates implicit CoreAnimation transactions (as intended, since tracking which wheel events might cause layer mutations in advance is tricky).

We should tell CoreAnimation to always allow them from our scrolling thread.
Comment 1 Matt Woodrow 2023-05-18 15:02:37 PDT
<rdar://109211223>
Comment 2 Matt Woodrow 2023-05-18 15:03:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14037
Comment 3 EWS 2023-05-18 17:11:41 PDT
Committed 264224@main (66deadcc6fb0): <https://commits.webkit.org/264224@main>

Reviewed commits have been landed. Closing PR #14037 and removing active labels.