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

Side by Side Diff: runtime/observatory/lib/src/elements/megamorphiccache_view.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="class_ref.html"> 2 <link rel="import" href="class_ref.html">
3 <link rel="import" href="error_view.html"> 3 <link rel="import" href="error_view.html">
4 <link rel="import" href="field_ref.html"> 4 <link rel="import" href="field_ref.html">
5 <link rel="import" href="function_ref.html"> 5 <link rel="import" href="function_ref.html">
6 <link rel="import" href="inbound_reference.html"> 6 <link rel="import" href="inbound_reference.html">
7 <link rel="import" href="instance_ref.html"> 7 <link rel="import" href="instance_ref.html">
8
9 <link rel="import" href="object_common.html"> 8 <link rel="import" href="object_common.html">
10 <link rel="import" href="nav_bar.html">
11 <link rel="import" href="eval_link.html"> 9 <link rel="import" href="eval_link.html">
12 10
13 <polymer-element name="megamorphiccache-view"> 11 <polymer-element name="megamorphiccache-view">
14 <template> 12 <template>
15 <link rel="stylesheet" href="css/shared.css"> 13 <link rel="stylesheet" href="css/shared.css">
16 <nav-bar> 14 <nav-bar>
17 <top-nav-menu></top-nav-menu> 15 <top-nav-menu></top-nav-menu>
18 <vm-nav-menu vm="{{ megamorphicCache.isolate.vm }}"></vm-nav-menu> 16 <vm-nav-menu vm="{{ megamorphicCache.isolate.vm }}"></vm-nav-menu>
19 <isolate-nav-menu isolate="{{ megamorphicCache.isolate }}"></isolate-nav-m enu> 17 <isolate-nav-menu isolate="{{ megamorphicCache.isolate }}"></isolate-nav-m enu>
20 <nav-menu link="." anchor="object" last="{{ true }}"></nav-menu> 18 <nav-menu link="." anchor="object" last="{{ true }}"></nav-menu>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 </div> 53 </div>
56 54
57 </div> 55 </div>
58 56
59 <hr> 57 <hr>
60 <view-footer></view-footer> 58 <view-footer></view-footer>
61 </template> 59 </template>
62 </polymer-element> 60 </polymer-element>
63 61
64 <script type="application/dart" src="megamorphiccache_view.dart"></script> 62 <script type="application/dart" src="megamorphiccache_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/logging.html ('k') | runtime/observatory/lib/src/elements/metrics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698