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

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

Issue 2204973003: Converted Observatory class-ref & library-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed indentation Created 4 years, 4 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_ref.html">
3 <link rel="import" href="error_view.html"> 2 <link rel="import" href="error_view.html">
4 <link rel="import" href="eval_box.html"> 3 <link rel="import" href="eval_box.html">
5 <link rel="import" href="eval_link.html"> 4 <link rel="import" href="eval_link.html">
6 <link rel="import" href="field_ref.html"> 5 <link rel="import" href="field_ref.html">
7 <link rel="import" href="inbound_reference.html"> 6 <link rel="import" href="inbound_reference.html">
8 <link rel="import" href="instance_ref.html"> 7 <link rel="import" href="instance_ref.html">
9 <link rel="import" href="object_common.html"> 8 <link rel="import" href="object_common.html">
10 <link rel="import" href="context_ref.html"> 9 <link rel="import" href="context_ref.html">
11 10
12 <polymer-element name="instance-view"> 11 <polymer-element name="instance-view">
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 <source-inset location="{{ instance.typeClass.location }}"></source-in set> 369 <source-inset location="{{ instance.typeClass.location }}"></source-in set>
371 </template> 370 </template>
372 </div> 371 </div>
373 372
374 </template> 373 </template>
375 <view-footer></view-footer> 374 <view-footer></view-footer>
376 </template> 375 </template>
377 </polymer-element> 376 </polymer-element>
378 377
379 <script type="application/dart" src="instance_view.dart"></script> 378 <script type="application/dart" src="instance_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/icdata_view.html ('k') | runtime/observatory/lib/src/elements/instructions_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698