Bug 59751

Summary: EWS bubbles should show "submit to ews" button if they've not been processed
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, mihaip
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch abarth: review+, abarth: commit-queue-

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>