Summary: | build.webkit.org/dashboard should provide a way to focus on a subset of bots | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> | ||||||||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||||||||
Status: | RESOLVED FIXED | ||||||||||||||
Severity: | Enhancement | CC: | thorton, timothy | ||||||||||||
Priority: | P4 | ||||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||||
Hardware: | Unspecified | ||||||||||||||
OS: | Unspecified | ||||||||||||||
Attachments: |
|
Description
Alexey Proskuryakov
2013-10-11 13:09:34 PDT
Probably not a huge issue today. Will become more important as more bots are added though. Created attachment 217025 [details]
patch
I super-duper don't know how to JavaScript, so I'd love some help.
Created attachment 217026 [details]
patch
Created attachment 217034 [details]
screenshot, before hiding
Created attachment 217035 [details]
screenshot, after hiding
Comment on attachment 217026 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=217026&action=review Otherwise looks good. > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Settings.js:74 > + applyHiddenPlatforms: function() It seems odd to have this here. It touches stuff only the main script should. Comment on attachment 217026 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=217026&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js:86 > + var unhideButton = document.createElement("a"); It probably doesn't matter in practice, but abusing <a> to implement a button doesn't seem great or necessary. > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js:88 > + unhideButton.textContent = "Clear Hidden Platforms"; Maybe "Show all platforms"? Looking at the screenshot, I was unsure whether this link cleared results for hidden platforms or something. Created attachment 217068 [details]
address xenon + al's comments
|