WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Matt Woodrow
Comment 1
2023-05-11 15:35:06 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/13777
Radar WebKit Bug Importer
Comment 2
2023-05-18 15:26:19 PDT
<
rdar://problem/109535049
>
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.
Top of Page
Format For Printing
XML
Clone This Bug