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

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

Issue 2204973003: Converted Observatory class-ref & library-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed indentation 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="class_ref.html">
3 2
4 <polymer-element name="heap-map"> 3 <polymer-element name="heap-map">
5 <template> 4 <template>
6 <link rel="stylesheet" href="css/shared.css"> 5 <link rel="stylesheet" href="css/shared.css">
7 <style> 6 <style>
8 .hover { 7 .hover {
9 position: fixed; 8 position: fixed;
10 z-index: 999; 9 z-index: 999;
11 height: 16px; 10 height: 16px;
12 width: 100%; 11 width: 100%;
(...skipping 23 matching lines...) Expand all
36 <!-- Make sure no data is covered by hover bar initially --> 35 <!-- Make sure no data is covered by hover bar initially -->
37 </div> 36 </div>
38 <div class="flex-row"> 37 <div class="flex-row">
39 <canvas id="fragmentation" width="1px" height="1px"></canvas> 38 <canvas id="fragmentation" width="1px" height="1px"></canvas>
40 </div> 39 </div>
41 <view-footer></view-footer> 40 <view-footer></view-footer>
42 </template> 41 </template>
43 </polymer-element> 42 </polymer-element>
44 43
45 <script type="application/dart" src="heap_map.dart"></script> 44 <script type="application/dart" src="heap_map.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/function_view.html ('k') | runtime/observatory/lib/src/elements/heap_profile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698