[Webkit-unassigned] [Bug 58655] New: IndexedDB objectStoreNames not updated after aborted transaction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 06:31:22 PDT 2011


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

           Summary: IndexedDB objectStoreNames not updated after aborted
                    transaction
           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


Original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_setVersion_abort.html?force=1

At the end of the test, the transaction is aborted and the object store should be removed (db.objectStoreNames.length should be 0). Mozilla correctly handles this, but WebKit still claims that objectStoreNames.length=1 and that objectStoreNames.item(0) is the name of the object store created during the now-aborted transaction.

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