[Webkit-unassigned] [Bug 103557] New: IndexedDB: Eliminate use of SerializedScriptValue toWireString() and createFromWire()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 13:30:05 PST 2012


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

           Summary: IndexedDB: Eliminate use of SerializedScriptValue
                    toWireString() and createFromWire()
           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
                CC: jsbell at chromium.org, alecflett at chromium.org


IndexedDB currently uses SerializedScriptValue's toWireString() and createFromWire() methods to serialize objects to a string representation, which is then converted to a character vector. This approach has the disadvantage that LevelDB databases produced using JSC are incompatible with those produced using V8. IndexedDB should serialize objects directly to character vectors with an identical representation in both V8 and JSC.

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