[webkit-reviews] review granted: [Bug 34619] Add a way to cancel/ignore transactions on a database : [Attachment 48278] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 5 21:17:52 PST 2010


Jeremy Orlow <jorlow at chromium.org> has granted Dumitru Daniliuc
<dumi at chromium.org>'s request for review:
Bug 34619: Add a way to cancel/ignore transactions on a database
https://bugs.webkit.org/show_bug.cgi?id=34619

Attachment 48278: patch
https://bugs.webkit.org/attachment.cgi?id=48278&action=review

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
All your comments seem reasonable.


> Index: WebCore/ChangeLog
> ===================================================================
> --- WebCore/ChangeLog (revision 54456)
> +++ WebCore/ChangeLog (working copy)
> @@ -1,3 +1,22 @@
> +2010-02-05  Dumitru Daniliuc  <dumi at chromium.org>
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   Adding a way to get the set of all open database handles pointing
> +	   to a given database. Sometimes we need to be able to close all
> +	   handles to a database as soon as possible (to delete the DB file,
> +	   for example).
> +
> +	   https://bugs.webkit.org/show_bug.cgi?id=34619

Please use the change log style of

Headline.
http://bug.link

Details
and
more
details.


More information about the webkit-reviews mailing list