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

Side by Side Diff: Tools/GardeningServer/model/ct-failures.html

Issue 567673003: remove broken import from sheriff-o-matic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <link rel="import" href="../lib/net.html"> 7 <link rel="import" href="../lib/net.html">
8 <link rel="import" href="../lib/update-util.html"> 8 <link rel="import" href="../lib/update-util.html">
9 <link rel="import" href="ct-builder-revisions.html">
10 <link rel="import" href="ct-failure.html"> 9 <link rel="import" href="ct-failure.html">
11 <link rel="import" href="ct-failure-group.html"> 10 <link rel="import" href="ct-failure-group.html">
12 <link rel="import" href="ct-builder-failure-group-data.html"> 11 <link rel="import" href="ct-builder-failure-group-data.html">
13 <link rel="import" href="ct-sheriff-failure-group-data.html"> 12 <link rel="import" href="ct-sheriff-failure-group-data.html">
14 <link rel="import" href="ct-trooper-failure-group-data.html"> 13 <link rel="import" href="ct-trooper-failure-group-data.html">
15 <link rel="import" href="ct-commit-list.html"> 14 <link rel="import" href="ct-commit-list.html">
16 15
17 <script> 16 <script>
18 function CTFailures(commitLog) { 17 function CTFailures(commitLog) {
19 this.commitLog = commitLog; 18 this.commitLog = commitLog;
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 newFailures[tree].push(new CTFailureGroup(key, data, 'builders')); 238 newFailures[tree].push(new CTFailureGroup(key, data, 'builders'));
240 } 239 }
241 }.bind(this)); 240 }.bind(this));
242 } 241 }
243 }.bind(this)); 242 }.bind(this));
244 }; 243 };
245 244
246 })(); 245 })();
247 246
248 </script> 247 </script>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698