| 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="code_ref.html"> | 2 <link rel="import" href="code_ref.html"> |
| 3 <link rel="import" href="function_ref.html"> | 3 <link rel="import" href="function_ref.html"> |
| 4 <link rel="import" href="nav_bar.html"> | 4 <link rel="import" href="nav_bar.html"> |
| 5 <link rel="import" href="observatory_element.html"> | 5 <link rel="import" href="observatory_element.html"> |
| 6 <link rel="import" href="sliding_checkbox.html"> | 6 <link rel="import" href="sliding_checkbox.html"> |
| 7 <link rel="import" href="view_footer.html"> | 7 <link rel="import" href="view_footer.html"> |
| 8 | 8 |
| 9 <polymer-element name="sample-buffer-control" extends="observatory-element"> | 9 <polymer-element name="sample-buffer-control" extends="observatory-element"> |
| 10 <template> | 10 <template> |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 <style> | 479 <style> |
| 480 .tableWell { | 480 .tableWell { |
| 481 background-color: #ECECEC; | 481 background-color: #ECECEC; |
| 482 padding: 0.2em; | 482 padding: 0.2em; |
| 483 } | 483 } |
| 484 </style> | 484 </style> |
| 485 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> | 485 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> |
| 486 <br> | 486 <br> |
| 487 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config
> | 487 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config
> |
| 488 <br> | 488 <br> |
| 489 <cpu-profile-virtual-tree class="shadow" id="cpuProfileVirtualTree"></cpu-pr
ofile-virtual-tree> | 489 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t
ree> |
| 490 </template> | 490 </template> |
| 491 </polymer-element> | 491 </polymer-element> |
| 492 | 492 |
| 493 <script type="application/dart" src="cpu_profile.dart"></script> | 493 <script type="application/dart" src="cpu_profile.dart"></script> |
| OLD | NEW |