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

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

Issue 2160793004: Converted Observatory curly-block element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
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">
3 <link rel="import" href="observatory_element.html"> 2 <link rel="import" href="observatory_element.html">
4 <link rel="import" href="service_ref.html"> 3 <link rel="import" href="service_ref.html">
5 4
6 <polymer-element name="instance-ref" extends="service-ref"> 5 <polymer-element name="instance-ref" extends="service-ref">
7 <template> 6 <template>
8 <link rel="stylesheet" href="css/shared.css"> 7 <link rel="stylesheet" href="css/shared.css">
9 <style> 8 <style>
10 .indented { 9 .indented {
11 margin-left: 1.5em; 10 margin-left: 1.5em;
12 font: 400 14px 'Montserrat', sans-serif; 11 font: 400 14px 'Montserrat', sans-serif;
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 expandKey="{{ makeExpandKey('value') }}"> 160 expandKey="{{ makeExpandKey('value') }}">
162 </any-service-ref><br> 161 </any-service-ref><br>
163 </div> 162 </div>
164 </curly-block> 163 </curly-block>
165 </template> 164 </template>
166 </span> 165 </span>
167 </template> 166 </template>
168 </polymer-element> 167 </polymer-element>
169 168
170 <script type="application/dart" src="instance_ref.dart"></script> 169 <script type="application/dart" src="instance_ref.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698