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

Side by Side Diff: runtime/bin/vmservice/client/lib/src/elements/class_view.html

Issue 378113002: Improve script display in the observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="curly_block.html"> 2 <link rel="import" href="curly_block.html">
3 <link rel="import" href="eval_box.html"> 3 <link rel="import" href="eval_box.html">
4 <link rel="import" href="eval_link.html"> 4 <link rel="import" href="eval_link.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="library_ref.html"> 8 <link rel="import" href="library_ref.html">
9 <link rel="import" href="nav_bar.html"> 9 <link rel="import" href="nav_bar.html">
10 <link rel="import" href="observatory_element.html"> 10 <link rel="import" href="observatory_element.html">
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 </template> 182 </template>
183 </div> 183 </div>
184 184
185 <hr> 185 <hr>
186 186
187 <div class="content"> 187 <div class="content">
188 <eval-box callback="{{ eval }}"></eval-box> 188 <eval-box callback="{{ eval }}"></eval-box>
189 </div> 189 </div>
190 190
191 <hr> 191 <hr>
192 <script-inset script="{{ cls.script }}" pos="{{ cls.tokenPos }}" endPos="{{ cls.endTokenPos }}"> 192 <script-inset script="{{ cls.script }}"
193 startPos="{{ cls.tokenPos }}"
194 endPos="{{ cls.endTokenPos }}">
193 </script-inset> 195 </script-inset>
194 196
195 <br><br><br><br> 197 <br><br><br><br>
196 <br><br><br><br> 198 <br><br><br><br>
197 </template> 199 </template>
198 </polymer-element> 200 </polymer-element>
199 201
200 <script type="application/dart" src="class_view.dart"></script> 202 <script type="application/dart" src="class_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/app/pane.dart ('k') | runtime/bin/vmservice/client/lib/src/elements/function_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698