[Webkit-unassigned] [Bug 46648] New: Support per origin quota for local storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 13:14:25 PDT 2010


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

           Summary: Support per origin quota for local storage
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lyon.chen at torchmobile.com
                CC: jorlow at chromium.org, jmason at rim.com


Based on http://dev.w3.org/html5/webstorage/#disk-space, the local storage should also have total amount limit and per origin limit. Patch for https://bugs.webkit.org/show_bug.cgi?id=43794 make local storage quota a per page group setting. We need to make a thing similar to DatabaseTracker (LocalStorageTracker?), so we can track the local storage usage for a security origin, even it has multiple pages opened at the same time.

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