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

Side by Side Diff: runtime/observatory/lib/src/elements/isolate_summary.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="function_ref.html">
4 <link rel="import" href="script_inset.html"> 3 <link rel="import" href="script_inset.html">
5 4
6 <polymer-element name="isolate-summary"> 5 <polymer-element name="isolate-summary">
7 <template> 6 <template>
8 <link rel="stylesheet" href="css/shared.css"> 7 <link rel="stylesheet" href="css/shared.css">
9 <div class="flex-row"> 8 <div class="flex-row">
10 <div> 9 <div>
11 <isolate-ref ref="{{ isolate }}"></isolate-ref> 10 <isolate-ref ref="{{ isolate }}"></isolate-ref>
12 </div> 11 </div>
13 <div style="flex:1"></div> 12 <div style="flex:1"></div>
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 <div class="chart-wrapper" id="isolate-counter-chart"> 221 <div class="chart-wrapper" id="isolate-counter-chart">
223 <div class="chart-host-wrapper"> 222 <div class="chart-host-wrapper">
224 <div class="chart-host" id="isolate-counter-chart-host"></div> 223 <div class="chart-host" id="isolate-counter-chart-host"></div>
225 <div class="chart-legend-host" id="isolate-counter-chart-legend-host"></ div> 224 <div class="chart-legend-host" id="isolate-counter-chart-legend-host"></ div>
226 </div> 225 </div>
227 </div> 226 </div>
228 </template> 227 </template>
229 </polymer-element> 228 </polymer-element>
230 229
231 <script type="application/dart" src="isolate_summary.dart"></script> 230 <script type="application/dart" src="isolate_summary.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_ref_wrapper.dart ('k') | runtime/observatory/lib/src/elements/isolate_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698