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

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

Issue 2194383002: Converted Observatory code-ref function-ref element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed CSS problem 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">
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
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>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/cpu_profile.dart ('k') | runtime/observatory/lib/src/elements/css/shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698