Changeset 93223 in webkit
- Timestamp:
- Aug 17, 2011, 11:13:27 AM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js
r92135 r93223 258 258 short_desc: 'TestFailures page needs more unicorns!', 259 259 }; 260 link.href = addQueryParametersToURL(config.kBugzillaURL + ' enter_bug.cgi', queryParameters);260 link.href = addQueryParametersToURL(config.kBugzillaURL + '/enter_bug.cgi', queryParameters); 261 261 link.target = '_blank'; 262 262 -
trunk/Tools/ChangeLog
r93222 r93223 1 2011-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 1 14 2011-08-17 Adam Roben <aroben@apple.com> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.