[Webkit-unassigned] [Bug 103920] New: IndexedDB: Pass metadata in to IDBOpenDBRequest.onUpgradeNeeded/onSuccess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 13:31:06 PST 2012


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

           Summary: IndexedDB: Pass metadata in to
                    IDBOpenDBRequest.onUpgradeNeeded/onSuccess
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org


Currently the front-end needs to query the back-end for metadata during these two handlers. In multi-process ports (like Chromium) that may be a synchronous IPC call.

Since the data will be needed anyway, the back-end should just supply it along with the other data in the (async) callbacks.

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