Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: runtime/observatory/lib/src/elements/cpu_profile.html

Issue 2154413002: Converted Observatory view-footer element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Splitted attached and detached in multiple lines Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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">
8 7
9 <polymer-element name="sample-buffer-control" extends="observatory-element"> 8 <polymer-element name="sample-buffer-control" extends="observatory-element">
10 <template> 9 <template>
11 <link rel="stylesheet" href="css/shared.css"> 10 <link rel="stylesheet" href="css/shared.css">
12 <style> 11 <style>
13 .statusMessage { 12 .statusMessage {
14 font-size: 150%; 13 font-size: 150%;
15 font-weight: bold; 14 font-weight: bold;
16 } 15 }
17 16
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 </style> 509 </style>
511 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> 510 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control>
512 <br> 511 <br>
513 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config > 512 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config >
514 <br> 513 <br>
515 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t ree> 514 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t ree>
516 </template> 515 </template>
517 </polymer-element> 516 </polymer-element>
518 517
519 <script type="application/dart" src="cpu_profile.dart"></script> 518 <script type="application/dart" src="cpu_profile.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/context_view.html ('k') | runtime/observatory/lib/src/elements/css/shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698