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

Unified Diff: Tools/GardeningServer/ui/ct-results-by-builder.html

Issue 459983002: Kill ui.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/ui/ct-results-by-builder.html
diff --git a/Tools/GardeningServer/ui/ct-results-by-builder.html b/Tools/GardeningServer/ui/ct-results-by-builder.html
index fcf484e02f94a094e7e66a17553a7af1a7983558..d25860685bdac41884403a1a51fd48c3f00761a6 100644
--- a/Tools/GardeningServer/ui/ct-results-by-builder.html
+++ b/Tools/GardeningServer/ui/ct-results-by-builder.html
@@ -35,7 +35,7 @@ found in the LICENSE file.
},
displayName: function(builder) {
ojan 2014/08/11 19:30:08 We should get rid of this concept. Lets just show
- return ui.displayNameForBuilder(builder);
+ return builder.replace(/Webkit /i, '');
},
});
</script>

Powered by Google App Engine
This is Rietveld 408576698