WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
173904
Avoid double thread dispatch in WebsiteDataStore::fetchDataForTopPrivatelyControlledDomains()
https://bugs.webkit.org/show_bug.cgi?id=173904
Summary
Avoid double thread dispatch in WebsiteDataStore::fetchDataForTopPrivatelyCon...
Chris Dumez
Reported
2017-06-27 21:14:46 PDT
Avoid double thread dispatch in WebsiteDataStore::fetchDataForTopPrivatelyControlledDomains(). It calls fetchData() which dispatches to the main queue, then fetchDataForTopPrivatelyControlledDomains() dispatches to the background queue. It should be possible to get fetchData() to dispatch directly on the right queue.
Attachments
Patch
(8.60 KB, patch)
2017-06-27 21:17 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2017-06-27 21:17:12 PDT
Created
attachment 313984
[details]
Patch
Brent Fulgham
Comment 2
2017-06-28 00:06:22 PDT
Comment on
attachment 313984
[details]
Patch R=me
WebKit Commit Bot
Comment 3
2017-06-28 00:34:45 PDT
Comment on
attachment 313984
[details]
Patch Clearing flags on attachment: 313984 Committed
r218871
: <
http://trac.webkit.org/changeset/218871
>
WebKit Commit Bot
Comment 4
2017-06-28 00:34:46 PDT
All reviewed patches have been landed. Closing bug.
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