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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 19 12:09:53 PDT 2020


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

--- Comment #13 from Michael Catanzaro <mcatanzaro at gnome.org> ---
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.

-- 
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/20200719/18102b60/attachment.htm>


More information about the webkit-unassigned mailing list