[Webkit-unassigned] [Bug 102430] New: IndexedDB: Propagate DOMRequestState to IndexedDB binding utility functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 14:09:54 PST 2012


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

           Summary: IndexedDB: Propagate DOMRequestState to IndexedDB
                    binding utility functions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michael at 68k.org


Currently the DOMRequestState maintained in IDBRequest is propagated to deserializeIDBValue() and idbKeyToScriptValue(). This approach is fine for the V8 implementation of the IDB binding utilities, but in order to implement the binding utilities for JSC, the DOMRequestState should be propagated to injectIDBKeyIntoScriptValue(), createIDBKeyFromScriptValueAndKeyPath(), and canInjectIDBKeyIntoScriptValue() as well.

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