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

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

Issue 1275173003: Minor Observatory UI tweaks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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="curly_block.html"> 3 <link rel="import" href="curly_block.html">
4 <link rel="import" href="eval_box.html"> 4 <link rel="import" href="eval_box.html">
5 <link rel="import" href="field_ref.html"> 5 <link rel="import" href="field_ref.html">
6 <link rel="import" href="function_ref.html"> 6 <link rel="import" href="function_ref.html">
7 <link rel="import" href="instance_ref.html"> 7 <link rel="import" href="instance_ref.html">
8 <link rel="import" href="observatory_element.html"> 8 <link rel="import" href="observatory_element.html">
9 <link rel="import" href="library_ref.html"> 9 <link rel="import" href="library_ref.html">
10 <link rel="import" href="nav_bar.html"> 10 <link rel="import" href="nav_bar.html">
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 <function-ref ref="{{ function }}"></function-ref> 142 <function-ref ref="{{ function }}"></function-ref>
143 </div> 143 </div>
144 </div> 144 </div>
145 </template> 145 </template>
146 </div> 146 </div>
147 </curly-block><br> 147 </curly-block><br>
148 <br> 148 <br>
149 </template> 149 </template>
150 </div> 150 </div>
151 151
152 <div class="content-centered-big">
153 <hr>
154 <script-inset script="{{ library.rootScript }}">
155 </script-inset>
156 </div>
157
152 <view-footer></view-footer> 158 <view-footer></view-footer>
153 </template> 159 </template>
154 </polymer-element> 160 </polymer-element>
155 161
156 <script type="application/dart" src="library_view.dart"></script> 162 <script type="application/dart" src="library_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_view.html ('k') | runtime/observatory/lib/src/elements/ports.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698