[Webkit-unassigned] [Bug 53728] indexeddb: make setVersion fire blocked event if other connections are open

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 19:07:13 PST 2011


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





--- Comment #5 from David Grogan <dgrogan at chromium.org>  2011-02-07 19:07:13 PST ---
(From update of attachment 81565)
This isn't ready to be committed, but close.

I don't think the call to close() in IDBDatabase::~IDBDatabase() is right.  If you load the layout test in chromium everything is fine until you hit refresh.  The destructor on the IDBDatabase object from the first page load isn't called until after the new page loads, causing setVersion to call blocked when it's supposed to succeed.

I'm not sure what to do about this.

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