RESOLVED FIXED232458
Use higher QoS for WheelEvent and DisplayWasRefreshed IPCs
https://bugs.webkit.org/show_bug.cgi?id=232458
Summary Use higher QoS for WheelEvent and DisplayWasRefreshed IPCs
Chris Dumez
Reported 2021-10-28 15:20:25 PDT
Use higher QoS for WheelEvent and DisplayWasRefreshed IPCs since those are high priority. The UIProcess's main thread has high UserInteractive QoS but the IPC thread has a lower QoS by default. We cannot raise the QoS of the IPC thread without regressing some performance benchmarks since not all IPC is high priority.
Attachments
Patch (12.09 KB, patch)
2021-10-28 15:23 PDT, Chris Dumez
no flags
Patch (12.24 KB, patch)
2021-10-29 12:42 PDT, Chris Dumez
no flags
Patch (12.29 KB, patch)
2021-10-29 14:59 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-10-28 15:20:46 PDT
Chris Dumez
Comment 2 2021-10-28 15:23:24 PDT
Chris Dumez
Comment 3 2021-10-29 11:20:23 PDT
This is causing WKWebView.PrepareForMoveToWindowThenClose API test to fail. I am investigating.
Chris Dumez
Comment 4 2021-10-29 12:42:51 PDT
Chris Dumez
Comment 5 2021-10-29 14:59:52 PDT
EWS
Comment 6 2021-11-02 08:43:06 PDT
Committed r285159 (243795@main): <https://commits.webkit.org/243795@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442867 [details].
Note You need to log in before you can comment on or make changes to this bug.