[Webkit-unassigned] [Bug 213493] [WPE][GTK] Add API to support "Privacy Report"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 01:12:51 PDT 2020


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

--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #13)
> I found this in WebResourceLoadStatisticsStore:
> 
> auto legacyPlistFilePath =
> FileSystem::pathByAppendingComponent(resourceLoadStatisticsDirectory,
> "full_browsing_session_resourceLog.plist");
> if (FileSystem::fileExists(legacyPlistFilePath))
>     FileSystem::deleteFile(legacyPlistFilePath);
> 
> Seems that ResourceLoadStatisticsMemoryStore is obsoleted by
> ResourceLoadStatisticsDatabaseStore, and enabling the database store will
> cause it to clean up the plist file.

Let's switch to use the database store unconditionally then, but I would like someone from Apple to confirm we are right first.

-- 
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/20200720/998e1a30/attachment.htm>


More information about the webkit-unassigned mailing list