RESOLVED FIXED 59751
EWS bubbles should show "submit to ews" button if they've not been processed
https://bugs.webkit.org/show_bug.cgi?id=59751
Summary EWS bubbles should show "submit to ews" button if they've not been processed
Eric Seidel (no email)
Reported 2011-04-28 15:49:19 PDT
EWS bubbles should show "submit to ews" button if they've not been processed
Attachments
Patch (4.68 KB, patch)
2011-04-28 15:52 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue-
Eric Seidel (no email)
Comment 1 2011-04-28 15:52:33 PDT
Adam Barth
Comment 2 2011-04-28 15:56:07 PDT
Comment on attachment 91572 [details] Patch 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.
Eric Seidel (no email)
Comment 3 2011-04-28 15:59:24 PDT
Note You need to log in before you can comment on or make changes to this bug.