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

Unified Diff: Tools/GardeningServer/ui/ct-commit.html

Issue 404463003: Move commit list and builder latest revisions up to ct-unexpected-failures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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-commit.html
diff --git a/Tools/GardeningServer/ui/ct-commit.html b/Tools/GardeningServer/ui/ct-commit.html
index c7ead43614773c5c0c1d90995dab1f9ce08f692f..5a4dc014f376b0ad8fb2c21ba7c936f339d0bbb8 100644
--- a/Tools/GardeningServer/ui/ct-commit.html
+++ b/Tools/GardeningServer/ui/ct-commit.html
@@ -37,6 +37,7 @@ found in the LICENSE file.
<script>
Polymer({
changesetURL: function(revision) {
+ // FIXME: This is the last caller of trac.*. Find a better home for this.
return trac.changesetURL(revision);
abarth-chromium 2014/07/21 06:36:27 CTCommit could know it's URL.
ojan 2014/07/21 19:58:04 Yup. I fix this in https://codereview.chromium.org
},
});

Powered by Google App Engine
This is Rietveld 408576698