[Webkit-unassigned] [Bug 63140] New: IndexedDB: fix multiple issues in IDBDatabase.idl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 07:59:04 PDT 2011


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

           Summary: IndexedDB: fix multiple issues in IDBDatabase.idl
           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: fishd at chromium.org, abarth at webkit.org,
                    hans at chromium.org, dgrogan at chromium.org


This is a consolidated patch that fixes the following issues, some of which were previously reported in separate and overlapping bugs:

- createObjectStore() should throw TypeError if required name argument is missing (bug 62414)
- createObjectStore() should treat null name argument as "null" (bug 63117)
- deleteObjectStore() should throw TypeError if required name argument is missing (bug 62415)
- deleteObjectStore() should treat null name argument as "null"
- setVersion() should throw TypeError if required version argument is missing (bug 62401)
- setVersion() should treat null version argument as "null" (bug 62401)
- transaction() should throw TypeError if required storeNames argument is missing (bug 62416)
- transaction() should treat null storeNames argument as "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