Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1902)

Unified Diff: Tools/GardeningServer/scripts/ui.js

Issue 362453003: Remove dead code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/scripts/results_unittests.js ('k') | Tools/GardeningServer/scripts/ui/results.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/ui.js
diff --git a/Tools/GardeningServer/scripts/ui.js b/Tools/GardeningServer/scripts/ui.js
index ec7328c499ad52efd19b796f3ed58c3f05085413..9d4b7c303180d319da5847a7adc30cee81d46e2d 100644
--- a/Tools/GardeningServer/scripts/ui.js
+++ b/Tools/GardeningServer/scripts/ui.js
@@ -41,11 +41,6 @@ ui.displayNameForBuilder = function(builderName)
return builderName.replace(/Webkit /, '');
}
-ui.urlForTest = function(testName)
-{
- return 'http://trac.webkit.org/browser/trunk/LayoutTests/' + testName;
-}
-
ui.urlForCrbug = function(bugID)
{
return 'http://crbug.com/' + bugID;
@@ -62,13 +57,6 @@ ui.urlForEmbeddedFlakinessDashboard = function(opt_testNameList)
return ui.urlForFlakinessDashboard(opt_testNameList) + '&showChrome=false';
}
-ui.rolloutReasonForTestNameList = function(testNameList)
-{
- return 'Broke:\n' + testNameList.map(function(testName) {
- return '* ' + testName;
- }).join('\n');
-}
-
ui.setTargetForLink = function(anchor)
{
if (anchor.href.indexOf('#') === 0)
« no previous file with comments | « Tools/GardeningServer/scripts/results_unittests.js ('k') | Tools/GardeningServer/scripts/ui/results.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698