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="eval_box.html"> | 3 <link rel="import" href="eval_box.html"> |
4 <link rel="import" href="function_ref.html"> | 4 <link rel="import" href="function_ref.html"> |
5 <link rel="import" href="isolate_summary.html"> | 5 <link rel="import" href="isolate_summary.html"> |
6 <link rel="import" href="library_ref.html"> | 6 <link rel="import" href="library_ref.html"> |
7 <link rel="import" href="script_inset.html"> | 7 <link rel="import" href="script_inset.html"> |
8 <link rel="import" href="script_ref.html"> | |
9 | 8 |
10 <polymer-element name="isolate-view"> | 9 <polymer-element name="isolate-view"> |
11 <template> | 10 <template> |
12 <link rel="stylesheet" href="css/shared.css"> | 11 <link rel="stylesheet" href="css/shared.css"> |
13 <style> | 12 <style> |
14 .sourceInset { | 13 .sourceInset { |
15 padding-left: 15%; | 14 padding-left: 15%; |
16 padding-right: 15%; | 15 padding-right: 15%; |
17 } | 16 } |
18 .miniProfileChart { | 17 .miniProfileChart { |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 <hr> | 135 <hr> |
137 <script-inset script="{{ rootLibrary.rootScript }}"> | 136 <script-inset script="{{ rootLibrary.rootScript }}"> |
138 </script-inset> | 137 </script-inset> |
139 </div> | 138 </div> |
140 | 139 |
141 <view-footer></view-footer> | 140 <view-footer></view-footer> |
142 </template> | 141 </template> |
143 </polymer-element> | 142 </polymer-element> |
144 | 143 |
145 <script type="application/dart" src="isolate_view.dart"></script> | 144 <script type="application/dart" src="isolate_view.dart"></script> |
OLD | NEW |