[Webkit-unassigned] [Bug 97375] IndexedDB: Remove IDBKey from WebKitIDL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 14:16:51 PST 2013


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


Joshua Bell <jsbell at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |michael at 68k.org




--- Comment #1 from Joshua Bell <jsbell at chromium.org>  2013-01-14 14:18:39 PST ---
I'm going to do this in two phases:

(1) Drop dependencies on IDBKey in other IDB IDLs - functions will take "any" (i.e. ScriptValue) instead.
(2) Clean up the binding code

Note that #1 will probably look like a bad refactor since it will be inlining a bunch of code that was hidden by the binding layer to do the ScriptValue->IDBKey conversion.

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