| 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"> | |
| 3 <link rel="import" href="code_view.html"> | 2 <link rel="import" href="code_view.html"> |
| 4 <link rel="import" href="vm_view.html"> | 3 <link rel="import" href="vm_view.html"> |
| 5 <polymer-element name="service-view"> | 4 <polymer-element name="service-view"> |
| 6 <!-- This element explicitly manages the child elements to avoid setting | 5 <!-- This element explicitly manages the child elements to avoid setting |
| 7 an observable property on the old element to an invalid type. --> | 6 an observable property on the old element to an invalid type. --> |
| 8 </polymer-element> | 7 </polymer-element> |
| 9 | 8 |
| 10 <polymer-element name="trace-view"> | 9 <polymer-element name="trace-view"> |
| 11 <template> | 10 <template> |
| 12 <link rel="stylesheet" href="css/shared.css"> | 11 <link rel="stylesheet" href="css/shared.css"> |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 </div> | 90 </div> |
| 92 </template> | 91 </template> |
| 93 </div> | 92 </div> |
| 94 </template> | 93 </template> |
| 95 </curly-block> | 94 </curly-block> |
| 96 </template> | 95 </template> |
| 97 </template> | 96 </template> |
| 98 </polymer-element> | 97 </polymer-element> |
| 99 | 98 |
| 100 <script type="application/dart" src="service_view.dart"></script> | 99 <script type="application/dart" src="service_view.dart"></script> |
| OLD | NEW |