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

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

Issue 2294073003: Converted Observatory class-view element (Closed)
Patch Set: Addressed comments Created 4 years, 3 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_view.html">
3 <link rel="import" href="code_view.html"> 2 <link rel="import" href="code_view.html">
4 <link rel="import" href="vm_view.html"> 3 <link rel="import" href="vm_view.html">
5 <polymer-element name="service-view"> 4 <polymer-element name="service-view">
6 <!-- This element explicitly manages the child elements to avoid setting 5 <!-- This element explicitly manages the child elements to avoid setting
7 an observable property on the old element to an invalid type. --> 6 an observable property on the old element to an invalid type. -->
8 </polymer-element> 7 </polymer-element>
9 8
10 <polymer-element name="trace-view"> 9 <polymer-element name="trace-view">
11 <template> 10 <template>
12 <link rel="stylesheet" href="css/shared.css"> 11 <link rel="stylesheet" href="css/shared.css">
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 </div> 90 </div>
92 </template> 91 </template>
93 </div> 92 </div>
94 </template> 93 </template>
95 </curly-block> 94 </curly-block>
96 </template> 95 </template>
97 </template> 96 </template>
98 </polymer-element> 97 </polymer-element>
99 98
100 <script type="application/dart" src="service_view.dart"></script> 99 <script type="application/dart" src="service_view.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698