Title: [92056] trunk/Tools
- Revision
- 92056
- Author
- [email protected]
- Date
- 2011-07-30 11:26:09 -0700 (Sat, 30 Jul 2011)
Log Message
garden-o-matic should have a Refresh button to update its display
https://bugs.webkit.org/show_bug.cgi?id=65403
Reviewed by Dimitri Glazkov.
The refresh button should be faster and less disruptive than the browser's reload button.
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html (92055 => 92056)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html 2011-07-30 18:25:09 UTC (rev 92055)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html 2011-07-30 18:26:09 UTC (rev 92056)
@@ -15,6 +15,7 @@
<div class="actions">
<button class="show-selected-failures">Show Selected Failures</button>
<button class="rebaseline-selected">Rebaseline Selected</button>
+ <button class="refresh">Refresh</button>
</div>
<div class="recent-history"></div>
<div class="results-detail">
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js (92055 => 92056)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js 2011-07-30 18:25:09 UTC (rev 92055)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js 2011-07-30 18:26:09 UTC (rev 92056)
@@ -225,6 +225,7 @@
function update()
{
+ displayOnButterbar('Loading...');
base.callInParallel([model.updateRecentCommits, model.updateResultsByBuilder], function() {
showRecentCommits();
showBuilderProgress();
@@ -235,6 +236,7 @@
$('.show-selected-failures').live('click', showSelectedFailures);
$('.rebaseline-selected').live('click', rebaselineSelected);
+$('.refresh').live('click', update);
$('.results-detail .actions .next').live('click', nextResultsDetail);
$('.results-detail .actions .previous').live('click', previousResultsDetail);
Modified: trunk/Tools/ChangeLog (92055 => 92056)
--- trunk/Tools/ChangeLog 2011-07-30 18:25:09 UTC (rev 92055)
+++ trunk/Tools/ChangeLog 2011-07-30 18:26:09 UTC (rev 92056)
@@ -1,5 +1,17 @@
2011-07-30 Adam Barth <[email protected]>
+ garden-o-matic should have a Refresh button to update its display
+ https://bugs.webkit.org/show_bug.cgi?id=65403
+
+ Reviewed by Dimitri Glazkov.
+
+ The refresh button should be faster and less disruptive than the browser's reload button.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:
+
+2011-07-30 Adam Barth <[email protected]>
+
garden-o-matic should look for the "patch by" line in revisions ostensibly authored by the commit-queue
https://bugs.webkit.org/show_bug.cgi?id=65231
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes