[webkit-reviews] review granted: [Bug 25710] HTML5 Database stops executing transactions if the URL hash changes while a transaction is open and an XHR is in progress. : [Attachment 30840] Replaces a couple of tabs with spaces in previous patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 15:36:15 PDT 2009


Darin Adler <darin at apple.com> has granted Ben Murdoch <benm at google.com>'s
request 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 30840: Replaces a couple of tabs with spaces in previous patch.
https://bugs.webkit.org/attachment.cgi?id=30840&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +	   void stopLoading(DatabasePolicy databasePolicy =
DatabasePolicyStop);

Can just say DatabasePolicy = DatabasePolicyStop -- no need for an argument
name.

r=me


More information about the webkit-reviews mailing list