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

Side by Side Diff: runtime/observatory/lib/src/elements/isolate_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="action_link.html"> 2 <link rel="import" href="action_link.html">
3 <link rel="import" href="eval_box.html"> 3 <link rel="import" href="eval_box.html">
4 <link rel="import" href="isolate_summary.html"> 4 <link rel="import" href="isolate_summary.html">
5 <link rel="import" href="library_ref.html">
6 <link rel="import" href="script_inset.html"> 5 <link rel="import" href="script_inset.html">
7 6
8 <polymer-element name="isolate-view"> 7 <polymer-element name="isolate-view">
9 <template> 8 <template>
10 <link rel="stylesheet" href="css/shared.css"> 9 <link rel="stylesheet" href="css/shared.css">
11 <style> 10 <style>
12 .sourceInset { 11 .sourceInset {
13 padding-left: 15%; 12 padding-left: 15%;
14 padding-right: 15%; 13 padding-right: 15%;
15 } 14 }
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 <hr> 133 <hr>
135 <script-inset script="{{ rootLibrary.rootScript }}"> 134 <script-inset script="{{ rootLibrary.rootScript }}">
136 </script-inset> 135 </script-inset>
137 </div> 136 </div>
138 137
139 <view-footer></view-footer> 138 <view-footer></view-footer>
140 </template> 139 </template>
141 </polymer-element> 140 </polymer-element>
142 141
143 <script type="application/dart" src="isolate_view.dart"></script> 142 <script type="application/dart" src="isolate_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/instructions_view.html ('k') | runtime/observatory/lib/src/elements/library_ref.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698