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

Side by Side Diff: runtime/observatory/lib/src/elements/heap_map.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, 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="class_ref.html"> 2 <link rel="import" href="class_ref.html">
3 3
4 <link rel="import" href="nav_bar.html">
5
6 <polymer-element name="heap-map"> 4 <polymer-element name="heap-map">
7 <template> 5 <template>
8 <link rel="stylesheet" href="css/shared.css"> 6 <link rel="stylesheet" href="css/shared.css">
9 <style> 7 <style>
10 .hover { 8 .hover {
11 position: fixed; 9 position: fixed;
12 z-index: 999; 10 z-index: 999;
13 height: 16px; 11 height: 16px;
14 width: 100%; 12 width: 100%;
15 background: #ffffff; 13 background: #ffffff;
(...skipping 22 matching lines...) Expand all
38 <!-- Make sure no data is covered by hover bar initially --> 36 <!-- Make sure no data is covered by hover bar initially -->
39 </div> 37 </div>
40 <div class="flex-row"> 38 <div class="flex-row">
41 <canvas id="fragmentation" width="1px" height="1px"></canvas> 39 <canvas id="fragmentation" width="1px" height="1px"></canvas>
42 </div> 40 </div>
43 <view-footer></view-footer> 41 <view-footer></view-footer>
44 </template> 42 </template>
45 </polymer-element> 43 </polymer-element>
46 44
47 <script type="application/dart" src="heap_map.dart"></script> 45 <script type="application/dart" src="heap_map.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/general_error.html ('k') | runtime/observatory/lib/src/elements/heap_profile.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698