Title: [96181] trunk/Tools
- Revision
- 96181
- Author
- [email protected]
- Date
- 2011-09-27 19:48:41 -0700 (Tue, 27 Sep 2011)
Log Message
garden-o-matic should show the first result when examining results
https://bugs.webkit.org/show_bug.cgi?id=68960
Reviewed by Dimitri Glazkov.
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js (96180 => 96181)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js 2011-09-28 02:30:27 UTC (rev 96180)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js 2011-09-28 02:48:41 UTC (rev 96181)
@@ -62,6 +62,8 @@
this._resultsByTest = resultsByTest;
this._view.setResultsByTest(resultsByTest);
+ this._view.firstResult();
+
$(this._view).bind('next', this.onNext.bind(this));
$(this._view).bind('previous', this.onPrevious.bind(this));
$(this._view).bind('rebaseline', this.onRebaseline.bind(this));
Modified: trunk/Tools/ChangeLog (96180 => 96181)
--- trunk/Tools/ChangeLog 2011-09-28 02:30:27 UTC (rev 96180)
+++ trunk/Tools/ChangeLog 2011-09-28 02:48:41 UTC (rev 96181)
@@ -1,3 +1,12 @@
+2011-09-27 Adam Barth <[email protected]>
+
+ garden-o-matic should show the first result when examining results
+ https://bugs.webkit.org/show_bug.cgi?id=68960
+
+ Reviewed by Dimitri Glazkov.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:
+
2011-09-27 David Levin <[email protected]>
watchlist: Add support for cc and message rules.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes