[Webkit-unassigned] [Bug 75859] IDBDatabase destructor is never executed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 10:18:04 PST 2012


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





--- Comment #2 from Joshua Bell <jsbell at chromium.org>  2012-01-09 10:18:04 PST ---
I believe the scenario is one where all IDBDatabase references have been let go by script, but there's a transaction still running. With the current code the front-end isn't aware of pending activity since that lives on the back-end. 

We have some refactoring planned that should address that, but should keep the bug open.

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