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

Side by Side Diff: runtime/observatory/lib/src/elements/context_view.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="class_ref.html"> 2 <link rel="import" href="class_ref.html">
3 <link rel="import" href="field_ref.html"> 3 <link rel="import" href="field_ref.html">
4 <link rel="import" href="function_ref.html">
5 <link rel="import" href="instance_ref.html"> 4 <link rel="import" href="instance_ref.html">
6 <link rel="import" href="object_common.html"> 5 <link rel="import" href="object_common.html">
7 <link rel="import" href="context_ref.html"> 6 <link rel="import" href="context_ref.html">
8 7
9 <polymer-element name="context-view"> 8 <polymer-element name="context-view">
10 <template> 9 <template>
11 <link rel="stylesheet" href="css/shared.css"> 10 <link rel="stylesheet" href="css/shared.css">
12 <nav-bar> 11 <nav-bar>
13 <top-nav-menu></top-nav-menu> 12 <top-nav-menu></top-nav-menu>
14 <vm-nav-menu vm="{{ context.isolate.vm }}"></vm-nav-menu> 13 <vm-nav-menu vm="{{ context.isolate.vm }}"></vm-nav-menu>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </div> 58 </div>
60 </curly-block><br><br> 59 </curly-block><br><br>
61 </template> 60 </template>
62 </div> 61 </div>
63 </template> 62 </template>
64 <view-footer></view-footer> 63 <view-footer></view-footer>
65 </template> 64 </template>
66 </polymer-element> 65 </polymer-element>
67 66
68 <script type="application/dart" src="context_view.dart"></script> 67 <script type="application/dart" src="context_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/code_view.html ('k') | runtime/observatory/lib/src/elements/cpu_profile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698