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

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

Issue 177123013: Garden-o-matic: Display bugs from the commit BUG=... line in commit summary (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comment addressed Created 6 years, 10 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
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(',') : '';
« no previous file with comments | « Tools/GardeningServer/scripts/svn-log_unittests.js ('k') | Tools/GardeningServer/scripts/ui/notifications.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698