[webkit-reviews] review requested: [Bug 25710] HTML5 Database stops executing transactions if the URL hash changes while a transaction is open and an XHR is in progress. : [Attachment 30666] Patch to not stop databases when navigating the history to the same document with a fragment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 03:18:05 PDT 2009


Ben Murdoch <benm at google.com> has asked  for review:
Bug 25710: HTML5 Database stops executing transactions if the URL hash changes
while a transaction is open and an XHR is in progress.
https://bugs.webkit.org/show_bug.cgi?id=25710

Attachment 30666: Patch to not stop databases when navigating the history to
the same document with a fragment
https://bugs.webkit.org/attachment.cgi?id=30666&action=review

------- Additional Comments from Ben Murdoch <benm at google.com>
This patch adds code to not stop the databases if we are navigating the history
to a hash fragment on the same document and includes a layout test to verify.
The test harness attached to this bug passes with this patch applied.


More information about the webkit-reviews mailing list