Title: [93223] trunk/Tools
Revision
93223
Author
[email protected]
Date
2011-08-17 11:13:27 -0700 (Wed, 17 Aug 2011)

Log 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.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js (93222 => 93223)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js	2011-08-17 18:13:12 UTC (rev 93222)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js	2011-08-17 18:13:27 UTC (rev 93223)
@@ -257,7 +257,7 @@
             cc: '[email protected]',
             short_desc: 'TestFailures page needs more unicorns!',
         };
-        link.href = "" + 'enter_bug.cgi', queryParameters);
+        link.href = "" + '/enter_bug.cgi', queryParameters);
         link.target = '_blank';
 
         return aside;

Modified: trunk/Tools/ChangeLog (93222 => 93223)


--- trunk/Tools/ChangeLog	2011-08-17 18:13:12 UTC (rev 93222)
+++ trunk/Tools/ChangeLog	2011-08-17 18:13:27 UTC (rev 93223)
@@ -1,5 +1,18 @@
 2011-08-17  Adam Roben  <[email protected]>
 
+        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  <[email protected]>
+
         Teach TestFailures to ignore unbelievably short test runs
 
         Fixes <http://webkit.org/b/66385> TestFailures page thinks all tests passed in
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to