Bug 173904

Summary: Avoid double thread dispatch in WebsiteDataStore::fetchDataForTopPrivatelyControlledDomains()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, bfulgham, commit-queue, darin, ggaren, wilander
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=173882
Attachments:
Description Flags
Patch none

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
Chris Dumez
Comment 1 2017-06-27 21:17:12 PDT
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.