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

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

Issue 1133733005: Use words please. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: also rename service rpc Created 5 years, 7 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 {{ most.retainedSize | formatSize }}<instance-ref ref="{{ most }}"></instance-ref><br> 194 {{ most.retainedSize | formatSize }}<instance-ref ref="{{ most }}"></instance-ref><br>
195 </template> 195 </template>
196 </template> 196 </template>
197 </div> 197 </div>
198 </div> 198 </div>
199 </template> 199 </template>
200 </div> 200 </div>
201 201
202 <div class="content-centered-big"> 202 <div class="content-centered-big">
203 <hr> 203 <hr>
204 <eval-box callback="{{ eval }}"></eval-box> 204 <eval-box callback="{{ evaluate }}"></eval-box>
205 <hr> 205 <hr>
206 <script-inset script="{{ cls.script }}" 206 <script-inset script="{{ cls.script }}"
207 startPos="{{ cls.tokenPos }}" 207 startPos="{{ cls.tokenPos }}"
208 endPos="{{ cls.endTokenPos }}"> 208 endPos="{{ cls.endTokenPos }}">
209 </script-inset> 209 </script-inset>
210 </div> 210 </div>
211 211
212 <view-footer></view-footer> 212 <view-footer></view-footer>
213 </template> 213 </template>
214 </polymer-element> 214 </polymer-element>
215 215
216 <script type="application/dart" src="class_view.dart"></script> 216 <script type="application/dart" src="class_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/class_view.dart ('k') | runtime/observatory/lib/src/elements/eval_box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698