[webkit-reviews] review granted: [Bug 59751] EWS bubbles should show "submit to ews" button if they've not been processed : [Attachment 91572] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 28 15:56:07 PDT 2011
Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 59751: EWS bubbles should show "submit to ews" button if they've not been
processed
https://bugs.webkit.org/show_bug.cgi?id=59751
Attachment 91572: Patch
https://bugs.webkit.org/attachment.cgi?id=91572&action=review
------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91572&action=review
> Tools/QueueStatusServer/handlers/statusbubble.py:60
> + have_ews_status_or_position = reduce(lambda a, b: a or b, map(lambda
queue: self._have_ews_status_for(attachment, queue), Queue.all()))
There's got to be a simpler way of doing this.
More information about the webkit-reviews
mailing list