RESOLVED FIXED 219110
Drop redundant code that tries to bump the QoS of the WebContent main thread of UserInteractive when handling a sync IPC
https://bugs.webkit.org/show_bug.cgi?id=219110
Summary Drop redundant code that tries to bump the QoS of the WebContent main thread ...
Chris Dumez
Reported 2020-11-18 13:41:17 PST
Drop redundant code that tries to bump the QoS of the WebContent main thread of UserInteractive when handling a sync IPC. Nowadays, we always run the main thread of the WebContent at UserInteractive QoS (see WTF::Thread::setCurrentThreadIsUserInteractive() call in WebProcess::initializeWebProcess()) so there is no need to boost the QoS during a sync IPC.
Attachments
Patch (4.62 KB, patch)
2020-11-18 13:43 PST, Chris Dumez
ews-feeder: commit-queue-
Patch (5.22 KB, patch)
2020-11-18 13:53 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-11-18 13:43:06 PST
Chris Dumez
Comment 2 2020-11-18 13:53:15 PST
EWS
Comment 3 2020-11-18 15:01:23 PST
Committed r269993: <https://trac.webkit.org/changeset/269993> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414484 [details].
Radar WebKit Bug Importer
Comment 4 2020-11-18 15:02:27 PST
Note You need to log in before you can comment on or make changes to this bug.