[Webkit-unassigned] [Bug 58365] New: IndexedDB createIndex should fail if name arg is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 12:46:01 PDT 2011


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

           Summary: IndexedDB createIndex should fail if name arg is null
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: fishd at chromium.org


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

According to http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBObjectStore-createIndex , the name argument of createIndex must not be null, and objectStore.createIndex(null, null) must throw a CONSTRAINT_ERR. WebKit does not throw an exception. Layout test 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