| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |