Title: [161277] trunk/Tools
- Revision
- 161277
- Author
- [email protected]
- Date
- 2014-01-03 12:16:38 -0800 (Fri, 03 Jan 2014)
Log Message
Please add a way to quick peek at failing tests at build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=122181
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:
(BuildbotQueueView.prototype._presentNoChangePopover): Update one more place for
popover.present signature change.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js (161276 => 161277)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js 2014-01-03 20:05:48 UTC (rev 161276)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js 2014-01-03 20:16:38 UTC (rev 161277)
@@ -213,7 +213,8 @@
content.appendChild(line);
var rect = Dashboard.Rect.rectFromClientRect(element.getBoundingClientRect());
- popover.present(rect, content, [Dashboard.RectEdge.MIN_Y, Dashboard.RectEdge.MAX_Y, Dashboard.RectEdge.MAX_X, Dashboard.RectEdge.MIN_X]);
+ popover.content = content;
+ popover.present(rect, [Dashboard.RectEdge.MIN_Y, Dashboard.RectEdge.MAX_Y, Dashboard.RectEdge.MAX_X, Dashboard.RectEdge.MIN_X]);
return true;
},
Modified: trunk/Tools/ChangeLog (161276 => 161277)
--- trunk/Tools/ChangeLog 2014-01-03 20:05:48 UTC (rev 161276)
+++ trunk/Tools/ChangeLog 2014-01-03 20:16:38 UTC (rev 161277)
@@ -3,6 +3,15 @@
Please add a way to quick peek at failing tests at build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=122181
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:
+ (BuildbotQueueView.prototype._presentNoChangePopover): Update one more place for
+ popover.present signature change.
+
+2014-01-03 Alexey Proskuryakov <[email protected]>
+
+ Please add a way to quick peek at failing tests at build.webkit.org/dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=122181
+
Reviewed by Timothy Hatcher and Timothy Horton.
Detailed results are saved by run-webkit-tests to full_results.json (which is actually
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes