[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 10:14:49 PDT 2020


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

--- Comment #15 from katherine_cheney at apple.com ---
The database store is a SQLite version of the full_browsing_session_resourceLog.plist file. The "memory" store actually consists of both memory and persistent storage, and in this version data is stored in memory and flushed to disk periodically. The database store is a complete replacement for the memory store, and as you noticed, switching to the memory store from the database store is not supported. I would recommend using the database store unconditionally, as we may not continue to support new behavior with the memory store. Currently we are writing and maintaining tests for both versions, but this is not something we want to keep up indefinitely.

-- 
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/3050d225/attachment.htm>


More information about the webkit-unassigned mailing list