Bug 219110

Summary: Drop redundant code that tries to bump the QoS of the WebContent main thread of UserInteractive when handling a sync IPC
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, darin, ggaren, sam, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch none

Description Chris Dumez 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.
Comment 1 Chris Dumez 2020-11-18 13:43:06 PST
Created attachment 414479 [details]
Patch
Comment 2 Chris Dumez 2020-11-18 13:53:15 PST
Created attachment 414484 [details]
Patch
Comment 3 EWS 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].
Comment 4 Radar WebKit Bug Importer 2020-11-18 15:02:27 PST
<rdar://problem/71557329>