[Webkit-unassigned] [Bug 58465] New: IndexedDB createObjectStore should throw if name is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 11:47:41 PDT 2011


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

           Summary: IndexedDB createObjectStore should throw if name 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


http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBDatabase-createObjectStore states that the name property can not be null. Mozilla throws, but WebKit does not. Instead, we create an object store whose name is the 4-character string "null".

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