| 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="sliding_checkbox.html"> | |
| 5 | 4 |
| 6 <polymer-element name="sample-buffer-control"> | 5 <polymer-element name="sample-buffer-control"> |
| 7 <template> | 6 <template> |
| 8 <link rel="stylesheet" href="css/shared.css"> | 7 <link rel="stylesheet" href="css/shared.css"> |
| 9 <style> | 8 <style> |
| 10 .statusMessage { | 9 .statusMessage { |
| 11 font-size: 150%; | 10 font-size: 150%; |
| 12 font-weight: bold; | 11 font-weight: bold; |
| 13 } | 12 } |
| 14 | 13 |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 </style> | 508 </style> |
| 510 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> | 509 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> |
| 511 <br> | 510 <br> |
| 512 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config
> | 511 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config
> |
| 513 <br> | 512 <br> |
| 514 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t
ree> | 513 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t
ree> |
| 515 </template> | 514 </template> |
| 516 </polymer-element> | 515 </polymer-element> |
| 517 | 516 |
| 518 <script type="application/dart" src="cpu_profile.dart"></script> | 517 <script type="application/dart" src="cpu_profile.dart"></script> |
| OLD | NEW |