Changeset 107451 in webkit


Ignore:
Timestamp:
Feb 10, 2012 3:53:08 PM (12 years ago)
Author:
abarth@webkit.org
Message:

Move garden-o-matic's All Failures out of experimental
https://bugs.webkit.org/show_bug.cgi?id=78395

Reviewed by Dimitri Glazkov.

Several folks have tried this feature and found it useful.

  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui.js:
Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r106727 r107451  
    6565            '<ul>' +
    6666                '<li><a href="#unexpected">Unexpected Failures</a></li>' +
     67                '<li><a href="#failures">All Failures</a></li>' +
    6768                '<li><a href="#results">Results</a></li>' +
    6869            '</ul>' +
     
    7273        this._tabNames = [
    7374            'unexpected',
     75            'failures',
    7476            'results',
    7577        ]
    7678        this._tabs = $(this).tabs({
    77             disabled: [1],
     79            disabled: [2],
    7880        });
    79         if (config.kExperimentalFeatures) {
    80             this._tabs.tabs('add', '#failures', 'All Failures (experimental)');
    81             this._tabNames.push('failures');
    82         }
    8381    },
    8482    attach: function()
  • trunk/Tools/ChangeLog

    r107415 r107451  
     12012-02-10  Adam Barth  <abarth@webkit.org>
     2
     3        Move garden-o-matic's All Failures out of experimental
     4        https://bugs.webkit.org/show_bug.cgi?id=78395
     5
     6        Reviewed by Dimitri Glazkov.
     7
     8        Several folks have tried this feature and found it useful.
     9
     10        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui.js:
     11
    1122012-02-10  Tim Horton  <timothy_horton@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.