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