[Webkit-unassigned] [Bug 25788] Reloading a page while a database transaction is in progress leaves the database locked.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 09:27:11 PDT 2009


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


benm at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30343|                            |review?
               Flag|                            |




------- Comment #1 from benm at google.com  2009-05-14 09:27 PDT -------
Created an attachment (id=30343)
 --> (https://bugs.webkit.org/attachment.cgi?id=30343&action=view)
Proposed fix.

This patch fixes the bug by setting a busy handler for database transactions
and running the error steps synchronously should the database the transaction
was running on be stopped whilst it is running. The busy handler is needed to
make transactions on the new page wait for the old transaction to complete and
roll back before running.


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