[Webkit-unassigned] [Bug 102716] IndexedDB: IDBFactory.open with version "leaks" a connection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 13:45:46 PDT 2013


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





--- Comment #2 from Joshua Bell <jsbell at chromium.org>  2013-04-02 13:43:58 PST ---
The remaining work here is to add a regression test for the case that was failing in the https://bugs.webkit.org/show_bug.cgi?id=102458 that I can't repro:

db = open(name, 1); // implicitly calls open(name, 1) behind the scenes
db.close();
db = open(name, 1); // open w/ version - previously leaked
gc();
db = open(name, 2); // no blocked event fired

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