RESOLVED WONTFIX 256669
Always send displayDidRefresh via EventDispatcher
https://bugs.webkit.org/show_bug.cgi?id=256669
Summary Always send displayDidRefresh via EventDispatcher
Matt Woodrow
Reported 2023-05-11 15:25:39 PDT
displayDidRefresh is currently sent over EventDispatcher, or WebProcess, depending on which consumers are registered. Bug 232918 is going to add another consumer that wants the background-thread EventDispatcher behaviour, so it's simpler to just always do that.
Attachments
Matt Woodrow
Comment 1 2023-05-11 15:35:06 PDT
Radar WebKit Bug Importer
Comment 2 2023-05-18 15:26:19 PDT
Matt Woodrow
Comment 3 2023-05-30 14:17:40 PDT
This can be a performance regression when we're only using it on the main thread, closing.
Note You need to log in before you can comment on or make changes to this bug.