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

Side by Side Diff: appengine/sheriff_o_matic/model/ct-failures.html

Issue 1315693002: SoM: upgrade Polymer from 0.5 to 1.0 Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: get bower_components from polymer_1.0.4 Created 5 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 unified diff | Download patch
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 --><html><head><link rel="import" href="../appengine_module/components/net.html" >
6
7 <link rel="import" href="../appengine_module/components/net.html">
8 <link rel="import" href="../lib/update-util.html"> 6 <link rel="import" href="../lib/update-util.html">
9 <link rel="import" href="ct-builder-failure.html"> 7 <link rel="import" href="ct-builder-failure.html">
10 <link rel="import" href="ct-step-failure.html"> 8 <link rel="import" href="ct-step-failure.html">
11 <link rel="import" href="ct-failure-group.html"> 9 <link rel="import" href="ct-failure-group.html">
12 <link rel="import" href="ct-builder-failure-group-data.html"> 10 <link rel="import" href="ct-builder-failure-group-data.html">
13 <link rel="import" href="ct-master-failure.html"> 11 <link rel="import" href="ct-master-failure.html">
14 <link rel="import" href="ct-master-failure-group-data.html"> 12 <link rel="import" href="ct-master-failure-group-data.html">
15 <link rel="import" href="ct-step-failure-group-data.html"> 13 <link rel="import" href="ct-step-failure-group-data.html">
16 <link rel="import" href="ct-trooper-failure-group-data.html"> 14 <link rel="import" href="ct-trooper-failure-group-data.html">
17 <link rel="import" href="ct-commit-list.html"> 15 <link rel="import" href="ct-commit-list.html">
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 data.annotation = annotations[failure.key]; 336 data.annotation = annotations[failure.key];
339 337
340 if (!newFailures[alert.tree]) 338 if (!newFailures[alert.tree])
341 newFailures[alert.tree] = []; 339 newFailures[alert.tree] = [];
342 newFailures[alert.tree].push(new CTFailureGroup(alert.tree, data, 'builder')); 340 newFailures[alert.tree].push(new CTFailureGroup(alert.tree, data, 'builder'));
343 }; 341 };
344 342
345 })(); 343 })();
346 344
347 </script> 345 </script>
OLDNEW
« no previous file with comments | « appengine/sheriff_o_matic/bower_components ('k') | appengine/sheriff_o_matic/model/ct-repository.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698