[Webkit-unassigned] [Bug 128563] New: IDB: storage/indexeddb/mozilla/indexes.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 10 16:26:13 PST 2014


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

           Summary: IDB: storage/indexeddb/mozilla/indexes.html fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com
                CC: webkit-bug-importer at group.apple.com


IDB: storage/indexeddb/mozilla/indexes.html fails

The reasons are:
1 - For key-only cursors, the wrong version of onSuccess is called.
2 - In debug builds it ASSERTs because in IDBRequest::onSuccess a key injection is attempted with a null keypath... which is silly.  No keypath, no key injection.
3 - For NextUnique index cursors, the secondary ordering was wrong (it was Descending, it should be Ascending)

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