Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b0858555e5db9ca79f8c414d3dc45ef875dcf6ee
https://github.com/WebKit/WebKit/commit/b0858555e5db9ca79f8c414d3dc45ef875dcf6ee
Author: Sihui Liu <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm
M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp
M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h
Log Message:
-----------
Fetch/delete data store identifiers on a background thread
https://bugs.webkit.org/show_bug.cgi?id=253113
rdar://106051983
Reviewed by Chris Dumez.
These involves disk operations that should be performed on background thread.
* Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm:
(WebKit::WebsiteDataStore::fetchAllDataStoreIdentifiers):
(WebKit::WebsiteDataStore::removeDataStoreWithIdentifier):
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::WebsiteDataStore::websiteDataStoreIOQueue):
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h:
Canonical link: https://commits.webkit.org/261187@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes