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