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

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

Issue 183923025: Garden-o-matic: Introduce an option to open links in a new window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/results.js
diff --git a/Tools/GardeningServer/scripts/ui/results.js b/Tools/GardeningServer/scripts/ui/results.js
index be2ddf00820984b4f124e174cb173784da41172d..42ae851a112dbb7000572be3f6bfd535a79b1e14 100644
--- a/Tools/GardeningServer/scripts/ui/results.js
+++ b/Tools/GardeningServer/scripts/ui/results.js
@@ -239,6 +239,7 @@ ui.results.TestSelector = base.extends('div', {
var linkTitle = document.createElement('a');
linkTitle.classList.add('link-title');
linkTitle.setAttribute('href', ui.urlForFlakinessDashboard([testName]));
+ ui.setTargetForLink(linkTitle);
linkTitle.textContent = testName;
var header = document.createElement('h3');

Powered by Google App Engine
This is Rietveld 408576698