[Webkit-unassigned] [Bug 62398] New: IndexedDB: indexedDB.open() name argument is required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 13:32:03 PDT 2011


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

           Summary: IndexedDB: indexedDB.open() name argument is required
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: tony at chromium.org, hans at chromium.org,
                    dgrogan at chromium.org


Created an attachment (id=96629)
 --> (https://bugs.webkit.org/attachment.cgi?id=96629&action=review)
test case

http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBFactory-open-IDBRequest-DOMString-name states that the name argument to open() (for opening a database) is not optional and can not be null. This test opens a database without supplying a name argument.

Expected behavior: throws IDBDatabaseException.NON_TRANSIENT_ERR
Actual behavior: opens a database whose name is the 9-letter string "undefined"

Test case attached.

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