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

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

Issue 897193002: Finish moving service protocol to json rpc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 5 years, 10 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="breakpoint_list.html">
3 <link rel="import" href="class_view.html"> 2 <link rel="import" href="class_view.html">
4 <link rel="import" href="code_view.html"> 3 <link rel="import" href="code_view.html">
5 <link rel="import" href="context_view.html"> 4 <link rel="import" href="context_view.html">
6 <link rel="import" href="cpu_profile.html"> 5 <link rel="import" href="cpu_profile.html">
7 <link rel="import" href="error_view.html"> 6 <link rel="import" href="error_view.html">
8 <link rel="import" href="field_view.html"> 7 <link rel="import" href="field_view.html">
9 <link rel="import" href="function_view.html"> 8 <link rel="import" href="function_view.html">
10 <link rel="import" href="heap_map.html"> 9 <link rel="import" href="heap_map.html">
11 <link rel="import" href="heap_profile.html"> 10 <link rel="import" href="heap_profile.html">
12 <link rel="import" href="instance_view.html"> 11 <link rel="import" href="instance_view.html">
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 </div> 102 </div>
104 </template> 103 </template>
105 </div> 104 </div>
106 </template> 105 </template>
107 </curly-block> 106 </curly-block>
108 </template> 107 </template>
109 </template> 108 </template>
110 </polymer-element> 109 </polymer-element>
111 110
112 <script type="application/dart" src="service_view.dart"></script> 111 <script type="application/dart" src="service_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/service_view.dart ('k') | runtime/observatory/lib/src/service/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698