Changeset 96181 in webkit


Ignore:
Timestamp:
Sep 27, 2011 7:48:41 PM (13 years ago)
Author:
abarth@webkit.org
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js

    r96153 r96181  
    6363        this._view.setResultsByTest(resultsByTest);
    6464
     65        this._view.firstResult();
     66
    6567        $(this._view).bind('next', this.onNext.bind(this));
    6668        $(this._view).bind('previous', this.onPrevious.bind(this));
  • trunk/Tools/ChangeLog

    r96170 r96181  
     12011-09-27  Adam Barth  <abarth@webkit.org>
     2
     3        garden-o-matic should show the first result when examining results
     4        https://bugs.webkit.org/show_bug.cgi?id=68960
     5
     6        Reviewed by Dimitri Glazkov.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:
     9
    1102011-09-27  David Levin  <levin@chromium.org>
    211
Note: See TracChangeset for help on using the changeset viewer.