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

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

Issue 2194383002: Converted Observatory code-ref function-ref element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed CSS problem 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="function_ref.html">
5 <link rel="import" href="isolate_summary.html"> 4 <link rel="import" href="isolate_summary.html">
6 <link rel="import" href="library_ref.html"> 5 <link rel="import" href="library_ref.html">
7 <link rel="import" href="script_inset.html"> 6 <link rel="import" href="script_inset.html">
8 7
9 <polymer-element name="isolate-view"> 8 <polymer-element name="isolate-view">
10 <template> 9 <template>
11 <link rel="stylesheet" href="css/shared.css"> 10 <link rel="stylesheet" href="css/shared.css">
12 <style> 11 <style>
13 .sourceInset { 12 .sourceInset {
14 padding-left: 15%; 13 padding-left: 15%;
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 <hr> 134 <hr>
136 <script-inset script="{{ rootLibrary.rootScript }}"> 135 <script-inset script="{{ rootLibrary.rootScript }}">
137 </script-inset> 136 </script-inset>
138 </div> 137 </div>
139 138
140 <view-footer></view-footer> 139 <view-footer></view-footer>
141 </template> 140 </template>
142 </polymer-element> 141 </polymer-element>
143 142
144 <script type="application/dart" src="isolate_view.dart"></script> 143 <script type="application/dart" src="isolate_view.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_summary.html ('k') | runtime/observatory/lib/src/elements/library_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698