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

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

Issue 2180553002: Converted Observatory source-link & script-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Converted Observatory source-link & script-ref elements 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="code_ref.html"> 3 <link rel="import" href="code_ref.html">
4 <link rel="import" href="function_ref.html"> 4 <link rel="import" href="function_ref.html">
5 <link rel="import" href="library_ref.html"> 5 <link rel="import" href="library_ref.html">
6 <link rel="import" href="script_inset.html"> 6 <link rel="import" href="script_inset.html">
7 <link rel="import" href="script_ref.html">
8 7
9 <polymer-element name="function-view"> 8 <polymer-element name="function-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="{{ function.isolate.vm }}"></vm-nav-menu> 13 <vm-nav-menu vm="{{ function.isolate.vm }}"></vm-nav-menu>
15 <isolate-nav-menu isolate="{{ function.isolate }}"></isolate-nav-menu> 14 <isolate-nav-menu isolate="{{ function.isolate }}"></isolate-nav-menu>
16 <library-nav-menu library="{{ function.library }}"></library-nav-menu> 15 <library-nav-menu library="{{ function.library }}"></library-nav-menu>
17 <template if="{{ function.dartOwner is ServiceClass }}"> 16 <template if="{{ function.dartOwner is ServiceClass }}">
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <div class="content-centered-big"> 122 <div class="content-centered-big">
124 <hr> 123 <hr>
125 <source-inset location="{{ function.location }}"></source-inset> 124 <source-inset location="{{ function.location }}"></source-inset>
126 </div> 125 </div>
127 126
128 <view-footer></view-footer> 127 <view-footer></view-footer>
129 </template> 128 </template>
130 </polymer-element> 129 </polymer-element>
131 130
132 <script type="application/dart" src="function_view.dart"></script> 131 <script type="application/dart" src="function_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/field_view.html ('k') | runtime/observatory/lib/src/elements/helpers/uris.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698