[Webkit-unassigned] [Bug 58467] New: IndexedDB createIndex should fail if options arg is invalid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 12:06:53 PDT 2011


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

           Summary: IndexedDB createIndex should fail if options arg is
                    invalid
           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


Two possible ways the options argument can be invalid: it's not a JavaScript object, or the object contains attributes other than keyPath and autoIncrement. In each case, Mozilla throws but WebKit does not. Attaching tests for each case.

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