Title: [175001] trunk/Tools
- Revision
- 175001
- Author
- [email protected]
- Date
- 2014-10-21 16:32:44 -0700 (Tue, 21 Oct 2014)
Log Message
build.webkit.org/dashboard: Cannot click on green tester bubbles
https://bugs.webkit.org/show_bug.cgi?id=137909
Reviewed by Darin Adler.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js:
(BuildbotTesterQueueView.prototype.update.appendBuilderQueueStatus):
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js (175000 => 175001)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js 2014-10-21 23:06:59 UTC (rev 175000)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js 2014-10-21 23:32:44 UTC (rev 175001)
@@ -73,7 +73,8 @@
var bindingTestResults = iteration.bindingTestResults || {errorOccurred: false};
if (iteration.successful) {
- var status = new StatusLineView(messageElement, StatusLineView.Status.Good, "all tests passed");
+ var url = ""
+ var status = new StatusLineView(messageElement, StatusLineView.Status.Good, "all tests passed", undefined, url);
limit = 0;
} else if (!iteration.productive) {
var url = ""
Modified: trunk/Tools/ChangeLog (175000 => 175001)
--- trunk/Tools/ChangeLog 2014-10-21 23:06:59 UTC (rev 175000)
+++ trunk/Tools/ChangeLog 2014-10-21 23:32:44 UTC (rev 175001)
@@ -1,3 +1,13 @@
+2014-10-21 Alexey Proskuryakov <[email protected]>
+
+ build.webkit.org/dashboard: Cannot click on green tester bubbles
+ https://bugs.webkit.org/show_bug.cgi?id=137909
+
+ Reviewed by Darin Adler.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js:
+ (BuildbotTesterQueueView.prototype.update.appendBuilderQueueStatus):
+
2014-10-21 Brent Fulgham <[email protected]>
[Win] Run DumpRenderTree using native controls, not SafariTheme.dll.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes