⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 93223 in webkit


Ignore:
Timestamp:
Aug 17, 2011, 11:13:27 AM (15 years ago)
Author:
Adam Roben
Message:

Fix TestFailures's link to file a bug about TestFailures itself

Fixes <http://webkit.org/b/66387> REGRESSION (r92135): TestFailures page's link to file a
bug about itself is broken

Reviewed by Dan Bates.

  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js:

(ViewController.prototype._domForAuxiliaryUIElements): Added a path separator to separate
the host from the path.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r92135 r93223  
    258258            short_desc: 'TestFailures page needs more unicorns!',
    259259        };
    260         link.href = addQueryParametersToURL(config.kBugzillaURL + 'enter_bug.cgi', queryParameters);
     260        link.href = addQueryParametersToURL(config.kBugzillaURL + '/enter_bug.cgi', queryParameters);
    261261        link.target = '_blank';
    262262
  • trunk/Tools/ChangeLog

    r93222 r93223  
     12011-08-17  Adam Roben  <aroben@apple.com>
     2
     3        Fix TestFailures's link to file a bug about TestFailures itself
     4
     5        Fixes <http://webkit.org/b/66387> REGRESSION (r92135): TestFailures page's link to file a
     6        bug about itself is broken
     7
     8        Reviewed by Dan Bates.
     9
     10        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js:
     11        (ViewController.prototype._domForAuxiliaryUIElements): Added a path separator to separate
     12        the host from the path.
     13
    1142011-08-17  Adam Roben  <aroben@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.