| 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="function_view.html"> | 4 <link rel="import" href="function_view.html"> |
| 5 <link rel="import" href="instance_view.html"> | 5 <link rel="import" href="instance_view.html"> |
| 6 <link rel="import" href="library_view.html"> | 6 <link rel="import" href="library_view.html"> |
| 7 <link rel="import" href="script_view.html"> | |
| 8 <link rel="import" href="vm_view.html"> | 7 <link rel="import" href="vm_view.html"> |
| 9 <polymer-element name="service-view"> | 8 <polymer-element name="service-view"> |
| 10 <!-- This element explicitly manages the child elements to avoid setting | 9 <!-- This element explicitly manages the child elements to avoid setting |
| 11 an observable property on the old element to an invalid type. --> | 10 an observable property on the old element to an invalid type. --> |
| 12 </polymer-element> | 11 </polymer-element> |
| 13 | 12 |
| 14 <polymer-element name="trace-view"> | 13 <polymer-element name="trace-view"> |
| 15 <template> | 14 <template> |
| 16 <link rel="stylesheet" href="css/shared.css"> | 15 <link rel="stylesheet" href="css/shared.css"> |
| 17 | 16 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 </div> | 94 </div> |
| 96 </template> | 95 </template> |
| 97 </div> | 96 </div> |
| 98 </template> | 97 </template> |
| 99 </curly-block> | 98 </curly-block> |
| 100 </template> | 99 </template> |
| 101 </template> | 100 </template> |
| 102 </polymer-element> | 101 </polymer-element> |
| 103 | 102 |
| 104 <script type="application/dart" src="service_view.dart"></script> | 103 <script type="application/dart" src="service_view.dart"></script> |
| OLD | NEW |