[Webkit-unassigned] [Bug 125258] New: DatabaseProcess IndexedDB: Establish a metadata backing store on disk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 4 15:05:21 PST 2013


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

           Summary: DatabaseProcess IndexedDB: Establish a metadata
                    backing store on disk
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


DatabaseProcess IndexedDB: Establish a metadata backing store on disk

The directory structure for each unique Indexed Database is:
<The WebKit2 Databases path> /___IndexedDB/<main frame security origin>/<name of indexed database>/

This patch adds a SQLite backing store and actually establishes files on disk.

Each IDB will have its metadata stored in a backing store database in that directory.
Going forward, each ObjectStore will also live in a separate database in that directory.

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