| Index: Tools/GardeningServer/scripts/ui.js
|
| diff --git a/Tools/GardeningServer/scripts/ui.js b/Tools/GardeningServer/scripts/ui.js
|
| index 45c44163c3f2492a4a3063c46791c2dd75886fff..600e09ddbf9350967ec76ec3300d9f78f6c04a8e 100644
|
| --- a/Tools/GardeningServer/scripts/ui.js
|
| +++ b/Tools/GardeningServer/scripts/ui.js
|
| @@ -44,6 +44,11 @@ ui.urlForTest = function(testName)
|
| return 'http://trac.webkit.org/browser/trunk/LayoutTests/' + testName;
|
| }
|
|
|
| +ui.urlForCrbug = function(bugID)
|
| +{
|
| + return 'http://crbug.com/' + bugID;
|
| +}
|
| +
|
| ui.urlForFlakinessDashboard = function(opt_testNameList)
|
| {
|
| var testsParameter = opt_testNameList ? opt_testNameList.join(',') : '';
|
|
|