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

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

Issue 1290643005: Remove load graph from isolate (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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="curly_block.html"> 3 <link rel="import" href="curly_block.html">
4 <link rel="import" href="eval_box.html"> 4 <link rel="import" href="eval_box.html">
5 <link rel="import" href="function_ref.html"> 5 <link rel="import" href="function_ref.html">
6 <link rel="import" href="isolate_summary.html"> 6 <link rel="import" href="isolate_summary.html">
7 <link rel="import" href="library_ref.html"> 7 <link rel="import" href="library_ref.html">
8 <link rel="import" href="nav_bar.html"> 8 <link rel="import" href="nav_bar.html">
9 <link rel="import" href="observatory_element.html"> 9 <link rel="import" href="observatory_element.html">
10 <link rel="import" href="script_inset.html"> 10 <link rel="import" href="script_inset.html">
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 </div> 125 </div>
126 </div> 126 </div>
127 </template> 127 </template>
128 </div> 128 </div>
129 </curly-block> 129 </curly-block>
130 </div> 130 </div>
131 131
132 <hr> 132 <hr>
133 133
134 <div class="content"> 134 <div class="content">
135 <div id="tagProfileChart" class="miniProfileChart" style="height: 600px">< /div>
136 </div>
137
138 <hr>
139
140 <div class="content">
141 <eval-box callback="{{ evaluate }}"></eval-box> 135 <eval-box callback="{{ evaluate }}"></eval-box>
142 </div> 136 </div>
143 137
144 <div class="content-centered-big"> 138 <div class="content-centered-big">
145 <hr> 139 <hr>
146 <script-inset script="{{ rootLibrary.rootScript }}"> 140 <script-inset script="{{ rootLibrary.rootScript }}">
147 </script-inset> 141 </script-inset>
148 </div> 142 </div>
149 143
150 <view-footer></view-footer> 144 <view-footer></view-footer>
151 </template> 145 </template>
152 </polymer-element> 146 </polymer-element>
153 147
154 <script type="application/dart" src="isolate_view.dart"></script> 148 <script type="application/dart" src="isolate_view.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698