[Webkit-unassigned] [Bug 94023] IndexedDB: Use ScriptValue instead of SerializedScriptValue when possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 17:39:19 PDT 2012


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


Alec Flett <alecflett at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |alecflett at chromium.org
                   |kit.org                     |




--- Comment #1 from Alec Flett <alecflett at chromium.org>  2012-08-17 17:39:54 PST ---
I'll take this, I've got a work-in-progress.

Minor details:
1) In the IDL we have to use DOMObject and we get a ScriptObject, and you have to use ScriptState instead of ScriptExecutionContext

2) ScriptValue / ScriptObject are not abstract enough to avoid writing any v8-specific code, but I suspect they could be improved upon - I don't see anything on the V8 side that would make that too hard though.

So I'll do a first cut which does all v8-specific stuff (I can reuse most of the stuff in IDBBindingUtilities) and then try to abstract it away into ScriptObject/ScriptValue

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