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"> | |
5 <link rel="import" href="error_view.html"> | 4 <link rel="import" href="error_view.html"> |
6 <link rel="import" href="field_view.html"> | 5 <link rel="import" href="field_view.html"> |
7 <link rel="import" href="function_view.html"> | 6 <link rel="import" href="function_view.html"> |
8 <link rel="import" href="heap_map.html"> | 7 <link rel="import" href="heap_map.html"> |
9 <link rel="import" href="instance_view.html"> | 8 <link rel="import" href="instance_view.html"> |
10 <link rel="import" href="library_view.html"> | 9 <link rel="import" href="library_view.html"> |
11 <link rel="import" href="script_view.html"> | 10 <link rel="import" href="script_view.html"> |
12 <link rel="import" href="vm_view.html"> | 11 <link rel="import" href="vm_view.html"> |
13 <polymer-element name="service-view"> | 12 <polymer-element name="service-view"> |
14 <!-- This element explicitly manages the child elements to avoid setting | 13 <!-- This element explicitly manages the child elements to avoid setting |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 </div> | 98 </div> |
100 </template> | 99 </template> |
101 </div> | 100 </div> |
102 </template> | 101 </template> |
103 </curly-block> | 102 </curly-block> |
104 </template> | 103 </template> |
105 </template> | 104 </template> |
106 </polymer-element> | 105 </polymer-element> |
107 | 106 |
108 <script type="application/dart" src="service_view.dart"></script> | 107 <script type="application/dart" src="service_view.dart"></script> |
OLD | NEW |