[Webkit-unassigned] [Bug 89495] New: Web Inspector: Simplify InspectorIndexedDBAgent to use IDB metadata API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 11:58:03 PDT 2012


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

           Summary: Web Inspector: Simplify InspectorIndexedDBAgent to use
                    IDB metadata API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org
                CC: dgrogan at chromium.org, vsevik at chromium.org,
                    alecflett at chromium.org
        Depends on: 88467


Right now the DatabaseLoaderCallback::execute() needs to grovel through IDB structures via transactions to gather the database schema (object stores, indexes).

Once http://webkit.org/b/88467 lands this can be replaced with a call to idbDatabase->metadata() which will provide everything via simple structs.

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