[Webkit-unassigned] [Bug 58614] New: IndexedDB delete() should fail if key is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 17:42:52 PDT 2011


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

           Summary: IndexedDB delete() should fail if key is null
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: fishd at chromium.org, hans at chromium.org,
                    dgrogan at chromium.org, pilgrim at chromium.org


http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBObjectStore-delete states "If the key parameter is not a valid key this method throws a DATA_ERR exception." Then it goes on to say that key can not be null. Mozilla correctly throws in this case, but WebKit does not throw.

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