[Webkit-unassigned] [Bug 122676] build.webkit.org/dashboard should provide a way to focus on a subset of bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 15 08:36:49 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=122676





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2013-11-15 08:35:28 PST ---
(From update of attachment 217026)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list