RESOLVED FIXED 268506
RemoteImageBufferSetProxy::didPrepareForDisplay can be blocked by other main thread task
https://bugs.webkit.org/show_bug.cgi?id=268506
Summary RemoteImageBufferSetProxy::didPrepareForDisplay can be blocked by other main ...
Matt Woodrow
Reported 2024-01-31 15:03:46 PST
<rdar://121664924> This message is received on the main thread, and blocks submission of the previous layer tree transaction. It can be delayed by other work on the main thread, for arbitrary periods of time. We should deliver it to a WorkQueue instead to prevent this blocking.
Attachments
Matt Woodrow
Comment 1 2024-01-31 15:12:52 PST
EWS
Comment 2 2024-02-03 10:39:24 PST
Committed 274047@main (4beae41dc615): <https://commits.webkit.org/274047@main> Reviewed commits have been landed. Closing PR #23625 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.