| OLD | NEW |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
| 2 <link rel="import" href="action_link.html"> | 2 <link rel="import" href="action_link.html"> |
| 3 <link rel="import" href="function_ref.html"> | 3 <link rel="import" href="function_ref.html"> |
| 4 <link rel="import" href="isolate_ref.html"> | |
| 5 <link rel="import" href="observatory_element.html"> | 4 <link rel="import" href="observatory_element.html"> |
| 6 <link rel="import" href="script_inset.html"> | 5 <link rel="import" href="script_inset.html"> |
| 7 <link rel="import" href="script_ref.html"> | 6 <link rel="import" href="script_ref.html"> |
| 8 <polymer-element name="isolate-summary" extends="observatory-element"> | 7 <polymer-element name="isolate-summary" extends="observatory-element"> |
| 9 <template> | 8 <template> |
| 10 <link rel="stylesheet" href="css/shared.css"> | 9 <link rel="stylesheet" href="css/shared.css"> |
| 11 <div class="flex-row"> | 10 <div class="flex-row"> |
| 12 <div> | 11 <div> |
| 13 <isolate-ref ref="{{ isolate }}"></isolate-ref> | 12 <isolate-ref ref="{{ isolate }}"></isolate-ref> |
| 14 </div> | 13 </div> |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 <div class="chart-wrapper" id="isolate-counter-chart"> | 223 <div class="chart-wrapper" id="isolate-counter-chart"> |
| 225 <div class="chart-host-wrapper"> | 224 <div class="chart-host-wrapper"> |
| 226 <div class="chart-host" id="isolate-counter-chart-host"></div> | 225 <div class="chart-host" id="isolate-counter-chart-host"></div> |
| 227 <div class="chart-legend-host" id="isolate-counter-chart-legend-host"></
div> | 226 <div class="chart-legend-host" id="isolate-counter-chart-legend-host"></
div> |
| 228 </div> | 227 </div> |
| 229 </div> | 228 </div> |
| 230 </template> | 229 </template> |
| 231 </polymer-element> | 230 </polymer-element> |
| 232 | 231 |
| 233 <script type="application/dart" src="isolate_summary.dart"></script> | 232 <script type="application/dart" src="isolate_summary.dart"></script> |
| OLD | NEW |