[Webkit-unassigned] [Bug 140201] Provide public API to control persistent data in WKWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 7 18:52:44 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=140201

--- Comment #5 from Stefan Arentz <stefan at arentz.ca> ---
To be more concrete: our request is to be able to create multiple persistent WKWebsiteDataStore instances, given a root path or profile name.

All the infrastructure for this seems to be available through the two classes that WKWebsiteDataStore delegates work to:

WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.h
WebKit/UIProcess/WebsiteData/WebsiteDataStore.h

The configuration maintains many paths to the various databases and cache directories. I think it is fine for that being an internal implementation detail, as long as we can construct a WKWebsiteDataStore with either a root path or profile name.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200108/81bd9b28/attachment.htm>


More information about the webkit-unassigned mailing list