[webkit-reviews] review granted: [Bug 26745] bugzilla-tool land-patches failed when landing multiple patches : [Attachment 31899] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 18:50:24 PDT 2009


Jan Alonzo <jmalonzo at gmail.com> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 26745: bugzilla-tool land-patches failed when landing multiple patches
https://bugs.webkit.org/show_bug.cgi?id=26745

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

------- Additional Comments from Jan Alonzo <jmalonzo at gmail.com>
> -	       self.browser['comment'] = comment_text
> +	       # Bugzilla has two textareas named 'comment', one is somehow
hidden.  We want the first.
> +	       self.browser.set_value(comment_text, name='comment', nr=0)

It's fine. r=me.


More information about the webkit-reviews mailing list