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

Unified Diff: Tools/GardeningServer/ui/ct-unexpected-failures.html

Issue 413073004: Show non-Blink ranges in sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments 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
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-grouper-tests.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-unexpected-failures.html
diff --git a/Tools/GardeningServer/ui/ct-unexpected-failures.html b/Tools/GardeningServer/ui/ct-unexpected-failures.html
index 698d4f02dfc6d8c5c16c671a3f3df4741e23026b..05e7d548ae3ef75f87f5e71f5105cb1cd01448cd 100644
--- a/Tools/GardeningServer/ui/ct-unexpected-failures.html
+++ b/Tools/GardeningServer/ui/ct-unexpected-failures.html
@@ -7,7 +7,6 @@ found in the LICENSE file.
<link rel="import" href="../bower_components/paper-button/paper-button.html">
<link rel="import" href="../model/ct-commit-log.html">
<link rel="import" href="ct-failure-analyzer.html">
-<link rel="import" href="ct-failure-grouper.html">
<link rel="import" href="ct-failure-stream.html">
<link rel="import" href="ct-tree-status.html">
@@ -30,7 +29,7 @@ found in the LICENSE file.
<ct-failure-analyzer id="analyzer" failures="{{ failures }}" builderLatestRevisions="{{ builderLatestRevisions }}"></ct-failure-analyzer>
<ct-tree-status project="chromium"></ct-tree-status>
<ct-tree-status project="blink"></ct-tree-status>
- <ct-failure-stream groups="{{ failures }}" commits="{{revisionLog.commits}}"></ct-failure-stream>
+ <ct-failure-stream groups="{{ failures }}" commits="{{ revisionLog }}"></ct-failure-stream>
</template>
<script>
(function() {
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-grouper-tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698