WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
Patch
(5.22 KB, patch)
2020-11-18 13:53 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2020-11-18 13:43:06 PST
Created
attachment 414479
[details]
Patch
Chris Dumez
Comment 2
2020-11-18 13:53:15 PST
Created
attachment 414484
[details]
Patch
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
<
rdar://problem/71557329
>
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