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

Side by Side Diff: Tools/GardeningServer/ui/ct-sheriff-o-matic.html

Issue 402603007: Get sheriff-o-matic data from auto-sheriff.appspot.com. (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 unified diff | Download patch | Annotate | Revision Log
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 <script src="../bower_components/sugar/release/sugar-full.development.js"></scri pt> 7 <script src="../bower_components/sugar/release/sugar-full.development.js"></scri pt>
8 <script src="../scripts/base.js"></script>
9 <script src="../scripts/builders.js"></script>
10 <script src="../scripts/config.js"></script> 8 <script src="../scripts/config.js"></script>
11 <script src="../scripts/model.js"></script>
12 <script src="../scripts/net.js"></script> 9 <script src="../scripts/net.js"></script>
13 <script src="../scripts/results.js"></script> 10 <script src="../scripts/results.js"></script>
14 <script src="../scripts/svn-log.js"></script>
15 <script src="../scripts/treestatus.js"></script> 11 <script src="../scripts/treestatus.js"></script>
16 <script src="../scripts/ui.js"></script> 12 <script src="../scripts/ui.js"></script>
17 13
18 <link rel="import" href="../bower_components/core-animated-pages/core-animated-p ages.html"> 14 <link rel="import" href="../bower_components/core-animated-pages/core-animated-p ages.html">
19 <link rel="import" href="../bower_components/core-animated-pages/transitions/sli de-from-right.html"> 15 <link rel="import" href="../bower_components/core-animated-pages/transitions/sli de-from-right.html">
20 <link rel="import" href="ct-results-panel.html"> 16 <link rel="import" href="ct-results-panel.html">
21 <link rel="import" href="ct-unexpected-failures.html"> 17 <link rel="import" href="ct-unexpected-failures.html">
22 18
23 <polymer-element name="ct-sheriff-o-matic"> 19 <polymer-element name="ct-sheriff-o-matic">
24 <template> 20 <template>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 this.selected = 0; 69 this.selected = 0;
74 }, 70 },
75 71
76 onExamine: function(event) { 72 onExamine: function(event) {
77 this.currentFailures = event.detail; 73 this.currentFailures = event.detail;
78 this.selected = 1; 74 this.selected = 1;
79 }, 75 },
80 }); 76 });
81 </script> 77 </script>
82 </polymer-element> 78 </polymer-element>
OLDNEW
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-analyzer.html ('k') | Tools/GardeningServer/ui/ct-unexpected-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698