Commit 93e3401b authored by aroben@apple.com's avatar aroben@apple.com

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.

git-svn-id: svn://svn.chromium.org/blink/trunk@93223 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3f509a11
......@@ -257,7 +257,7 @@ ViewController.prototype = {
cc: 'aroben@apple.com',
short_desc: 'TestFailures page needs more unicorns!',
};
link.href = addQueryParametersToURL(config.kBugzillaURL + 'enter_bug.cgi', queryParameters);
link.href = addQueryParametersToURL(config.kBugzillaURL + '/enter_bug.cgi', queryParameters);
link.target = '_blank';
return aside;
......
2011-08-17 Adam Roben <aroben@apple.com>
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.
2011-08-17 Adam Roben <aroben@apple.com>
Teach TestFailures to ignore unbelievably short test runs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment