[Webkit-unassigned] [Bug 100292] New: Remove IDBAny from WebKitIDL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 14:51:40 PDT 2012


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

           Summary: Remove IDBAny from WebKitIDL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org
                CC: dgrogan at chromium.org, alecflett at chromium.org


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

IDBAny is used for attributes of type "any", and these should be replaceable with ScriptValue:

IDBCursor.idl:    readonly attribute IDBAny source;
IDBRequest.idl:    readonly attribute IDBAny source;

^^^ Another IDB type (IDBObjectStore, IDBIndex, etc) - would just need a neutral way to call ScriptValue(to[V8|JS](object))

IDBDatabase.idl:    readonly attribute IDBAny version;

^^^ Number or String - would need a way to initialize ScriptValue from a number/string

IDBIndex.idl:    readonly attribute IDBAny keyPath;
IDBObjectStore.idl:    readonly attribute IDBAny keyPath;

^^^ Null, String or DOMStringList

IDBRequest.idl:    readonly attribute IDBAny result

^^^ All of the above, or arbitrary script value.

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