[Webkit-unassigned] [Bug 38691] HTML5 Database should be tracked per pagegroup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 09:03:12 PST 2011


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


Anton D'Auria <adauria at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adauria at apple.com




--- Comment #1 from Anton D'Auria <adauria at apple.com>  2011-02-04 09:03:12 PST ---
The bug description is incorrect. LocalStorage currently does not have a "tracker" in the DatabaseTracker sense, and PageGroup doesn't "track" local storage. PageGroup currently loads LocalStorage key/value pairs for an origin when it is requested. If the backing db doesn't exist, it will create it. The path for the db is a shared setting between all Pages.

DatabaseTracker has its own record of origins with databases, quotas, and names. It manages the quotas, and provides an API to list of origins with databases and to delete databases.

I'm currently working on a tracker with the same functionality for LocalStorage: http://webkit.org/b/51878

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list