[Webkit-unassigned] [Bug 25711] HTML5 Database becomes locked if a transaction is in progress when the page is refreshed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 16:36:26 PDT 2009


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





------- Comment #18 from michaeln at google.com  2009-06-09 16:36 PDT -------
I don't have review rights... but fwiw...

File: WebCore/storage/SQLTransaction.cpp

nit: A comment in handleTransactionError could read differently
// No error callback, so fast-forward to:
// No error callback or the database is stopping, so fast-forward to:
Actually, you may want to remove the comment since it just says in english what
the branching logic is clearly doing... doesn't add value really.

If inCallback && m_database->stopped(), can you bump into the same problem with
scheduling the next cleanupAfterTransactionErrorCallback step? If that combo
can't happen, maybe add an ASSERT. Or if that combo can happen, maybe just if
(stopped) {cleanupAfter(); return;} at the top of the method.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list