| 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="class_view.html"> | 2 <link rel="import" href="class_view.html"> |
| 3 <link rel="import" href="code_view.html"> | 3 <link rel="import" href="code_view.html"> |
| 4 <link rel="import" href="context_view.html"> | 4 <link rel="import" href="context_view.html"> |
| 5 <link rel="import" href="error_view.html"> | 5 <link rel="import" href="error_view.html"> |
| 6 <link rel="import" href="field_view.html"> | 6 <link rel="import" href="field_view.html"> |
| 7 <link rel="import" href="function_view.html"> | 7 <link rel="import" href="function_view.html"> |
| 8 <link rel="import" href="heap_map.html"> | 8 <link rel="import" href="heap_map.html"> |
| 9 <link rel="import" href="instance_view.html"> | 9 <link rel="import" href="instance_view.html"> |
| 10 <link rel="import" href="library_view.html"> | 10 <link rel="import" href="library_view.html"> |
| 11 <link rel="import" href="heap_snapshot.html"> | |
| 12 | |
| 13 <link rel="import" href="script_view.html"> | 11 <link rel="import" href="script_view.html"> |
| 14 <link rel="import" href="vm_view.html"> | 12 <link rel="import" href="vm_view.html"> |
| 15 <polymer-element name="service-view"> | 13 <polymer-element name="service-view"> |
| 16 <!-- This element explicitly manages the child elements to avoid setting | 14 <!-- This element explicitly manages the child elements to avoid setting |
| 17 an observable property on the old element to an invalid type. --> | 15 an observable property on the old element to an invalid type. --> |
| 18 </polymer-element> | 16 </polymer-element> |
| 19 | 17 |
| 20 <polymer-element name="trace-view"> | 18 <polymer-element name="trace-view"> |
| 21 <template> | 19 <template> |
| 22 <link rel="stylesheet" href="css/shared.css"> | 20 <link rel="stylesheet" href="css/shared.css"> |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 </div> | 99 </div> |
| 102 </template> | 100 </template> |
| 103 </div> | 101 </div> |
| 104 </template> | 102 </template> |
| 105 </curly-block> | 103 </curly-block> |
| 106 </template> | 104 </template> |
| 107 </template> | 105 </template> |
| 108 </polymer-element> | 106 </polymer-element> |
| 109 | 107 |
| 110 <script type="application/dart" src="service_view.dart"></script> | 108 <script type="application/dart" src="service_view.dart"></script> |
| OLD | NEW |