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

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

Powered by Google App Engine
This is Rietveld 408576698