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

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

Issue 2164903003: Converted Observatory library-nav-menu element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Added missing file into observatory_sources.gypi Created 4 years, 4 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">
5
6 <link rel="import" href="sliding_checkbox.html"> 4 <link rel="import" href="sliding_checkbox.html">
7 5
8 <polymer-element name="sample-buffer-control"> 6 <polymer-element name="sample-buffer-control">
9 <template> 7 <template>
10 <link rel="stylesheet" href="css/shared.css"> 8 <link rel="stylesheet" href="css/shared.css">
11 <style> 9 <style>
12 .statusMessage { 10 .statusMessage {
13 font-size: 150%; 11 font-size: 150%;
14 font-weight: bold; 12 font-weight: bold;
15 } 13 }
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 </style> 509 </style>
512 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control> 510 <sample-buffer-control id="sampleBufferControl"></sample-buffer-control>
513 <br> 511 <br>
514 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config > 512 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-config >
515 <br> 513 <br>
516 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t ree> 514 <cpu-profile-virtual-tree id="cpuProfileVirtualTree"></cpu-profile-virtual-t ree>
517 </template> 515 </template>
518 </polymer-element> 516 </polymer-element>
519 517
520 <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/debugger.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698