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

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

Issue 2277543004: Converted Observatory script-inset & source-inset elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed long line Created 4 years, 3 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="script_inset.html">
4 3
5 <polymer-element name="isolate-summary"> 4 <polymer-element name="isolate-summary">
6 <template> 5 <template>
7 <link rel="stylesheet" href="css/shared.css"> 6 <link rel="stylesheet" href="css/shared.css">
8 <div class="flex-row"> 7 <div class="flex-row">
9 <div> 8 <div>
10 <isolate-ref ref="{{ isolate }}"></isolate-ref> 9 <isolate-ref ref="{{ isolate }}"></isolate-ref>
11 </div> 10 </div>
12 <div style="flex:1"></div> 11 <div style="flex:1"></div>
13 <div> 12 <div>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 at 78 at
80 <function-ref ref="{{ isolate.topFrame.function }}"> 79 <function-ref ref="{{ isolate.topFrame.function }}">
81 </function-ref> 80 </function-ref>
82 (<source-link location="{{ isolate.topFrame.location }}"></source-link>) 81 (<source-link location="{{ isolate.topFrame.location }}"></source-link>)
83 </template> 82 </template>
84 83
85 </template> 84 </template>
86 </polymer-element> 85 </polymer-element>
87 86
88 <script type="application/dart" src="isolate_summary.dart"></script> 87 <script type="application/dart" src="isolate_summary.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/instance_view.html ('k') | runtime/observatory/lib/src/elements/isolate_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698