Bug 44938 - Show more status on queue status pages
Summary: Show more status on queue status pages
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: 2010-08-31 02:59 PDT by Eric Seidel (no email)
Modified: 2010-08-31 12:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.85 KB, patch)
2010-08-31 03:00 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) 2010-08-31 02:59:19 PDT
Show more status on queue status pages
Comment 1 Eric Seidel (no email) 2010-08-31 03:00:23 PDT
Created attachment 66025 [details]
Patch
Comment 2 Adam Barth 2010-08-31 12:05:46 PDT
Comment on attachment 66025 [details]
Patch

> WebKitTools/QueueStatusServer/handlers/dashboard.py:46
> -        ["Cr-Win", "cr-win-ews"],
> +        # ["Cr-Win", "cr-win-ews"],
Oh, just delete it.  Comment out code is sad face.

> WebKitTools/QueueStatusServer/model/queues.py:36
> -    "cr-win-ews",
> +    # "cr-win-ews",
Ditto
Comment 3 Eric Seidel (no email) 2010-08-31 12:09:17 PDT
Committed r66518: <http://trac.webkit.org/changeset/66518>