WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
103557
IndexedDB: Eliminate use of SerializedScriptValue toWireString() and createFromWire()
https://bugs.webkit.org/show_bug.cgi?id=103557
Summary
IndexedDB: Eliminate use of SerializedScriptValue toWireString() and createFr...
Michael Pruett
Reported
2012-11-28 13:32:20 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug