Bug 59751 - EWS bubbles should show "submit to ews" button if they've not been processed
Summary: EWS bubbles should show "submit to ews" button if they've not been processed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 15:49 PDT by Eric Seidel (no email)
Modified: 2011-04-28 15:59 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.68 KB, patch)
2011-04-28 15:52 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2011-04-28 15:49:19 PDT
EWS bubbles should show "submit to ews" button if they've not been processed
Comment 1 Eric Seidel (no email) 2011-04-28 15:52:33 PDT
Created attachment 91572 [details]
Patch
Comment 2 Adam Barth 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.
Comment 3 Eric Seidel (no email) 2011-04-28 15:59:24 PDT
Committed r85251: <http://trac.webkit.org/changeset/85251>