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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 10:26:49 PST 2011


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


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dumi at chromium.org,
                   |                            |ericu at chromium.org,
                   |                            |kinuko at chromium.org,
                   |                            |michaeln at google.com




--- Comment #2 from Jeremy Orlow <jorlow at chromium.org>  2011-02-04 10:26:49 PST ---
(In reply to comment #1)
> 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

I'm not sure saying something is "tracked" implies there's a tracker class, so saying the "bug description is incorrect" is probably a bit overly strong.

Thanks for the pointer to the bug though.  In the future, please cc me on localStorage bugs.

-- 
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