[Webkit-unassigned] [Bug 102298] New: IndexedDB: database connections don't close after versionchange transaction aborts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 16:20:22 PST 2012


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

           Summary: IndexedDB: database connections don't close after
                    versionchange transaction aborts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dgrogan at chromium.org
                CC: jsbell at chromium.org, alecflett at chromium.org


Paraphrased from "4.1 Opening a database", emphasis added.

7. If the version of db is lower than version, run the steps for running a "versionchange" transaction

8. If the previous step resulted in an error ... ENSURE THAT CONNECTION IS CLOSED by running the steps for closing a database connection.

Chrome doesn't ensure the connections are closed.  See the lazy-index-population layout test.

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