Bug 145297 - build.webkit.org/dashboard: Simplify BuildbotQueueView creation code
Summary: build.webkit.org/dashboard: Simplify BuildbotQueueView creation code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-21 22:54 PDT by Alexey Proskuryakov
Modified: 2015-05-22 12:04 PDT (History)
3 users (show)

See Also:


Attachments
proposed patch (12.59 KB, patch)
2015-05-21 22:58 PDT, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-05-21 22:54:27 PDT
Currently, caller has to split queues into debug and release subtypes before creating any queue. This doesn't make sense, because it's a presentation decision that should be left to views, and they don't necessarily divide queues by this parameter.
Comment 1 Alexey Proskuryakov 2015-05-21 22:58:58 PDT
Created attachment 253577 [details]
proposed patch
Comment 2 Tim Horton 2015-05-22 11:30:08 PDT
Comment on attachment 253577 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=253577&action=review

> Tools/ChangeLog:10
> +        It is up to the view  to decide how to present the queues, and whether to split

double space
Comment 3 Alexey Proskuryakov 2015-05-22 12:04:22 PDT
Committed <http://trac.webkit.org/r184784>.