[Webkit-unassigned] [Bug 87965] New: Need customized toDOMStringList for IndexedDB JSC binding.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 06:10:31 PDT 2012


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

           Summary: Need customized toDOMStringList for IndexedDB JSC
                    binding.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: charles.wei at torchmobile.com.cn
                CC: rwlbuis at gmail.com, staikos at kde.org,
                    tonikitoo at webkit.org, jrogers at rim.com


IndexedDB API:  

Interface IDBDabase:

        [CallWith=ScriptExecutionContext] IDBTransaction transaction(in DOMStringList storeNames, in [Optional=DefaultIsNullString] DOMString mode)
            raises (IDBDatabaseException);
        [CallWith=ScriptExecutionContext] IDBTransaction transaction(in DOMString[] storeNames, in [Optional=DefaultIsNullString] DOMString mode)
            raises (IDBDatabaseException);
        [CallWith=ScriptExecutionContext] IDBTransaction transaction(in DOMString storeName, in [Optional=DefaultIsNullString] DOMString mode)


The auto-generated  DOMStringList* toDOMStringList( JSValue value)  can't convert an JavaScript String Array into a native DOMStringList object.  Need a customized toDOMStringList(JSValue).

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