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

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

Issue 1275173003: Minor Observatory UI tweaks. (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
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/eval_box.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="cpu_profile.html"> 3 <link rel="import" href="cpu_profile.html">
4 <link rel="import" href="curly_block.html"> 4 <link rel="import" href="curly_block.html">
5 <link rel="import" href="eval_box.html"> 5 <link rel="import" href="eval_box.html">
6 <link rel="import" href="eval_link.html"> 6 <link rel="import" href="eval_link.html">
7 <link rel="import" href="field_ref.html"> 7 <link rel="import" href="field_ref.html">
8 <link rel="import" href="function_ref.html"> 8 <link rel="import" href="function_ref.html">
9 <link rel="import" href="instance_ref.html"> 9 <link rel="import" href="instance_ref.html">
10 <link rel="import" href="library_ref.html"> 10 <link rel="import" href="library_ref.html">
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 <br> 233 <br>
234 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-conf ig> 234 <stack-trace-tree-config id="stackTraceTreeConfig"></stack-trace-tree-conf ig>
235 <br> 235 <br>
236 <div class="flex-row centered"> 236 <div class="flex-row centered">
237 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l eft: 8px; margin-right: 8px"> 237 <div class="flex-item-90-percent outlined" style="margin: 16px; margin-l eft: 8px; margin-right: 8px">
238 <cpu-profile-tree id="cpuProfileTree"></cpu-profile-tree> 238 <cpu-profile-tree id="cpuProfileTree"></cpu-profile-tree>
239 </div> 239 </div>
240 </div> 240 </div>
241 </div> 241 </div>
242 242
243 <hr>
244
245 <div class="content-centered-big"> 243 <div class="content-centered-big">
244 <hr>
246 <source-inset location="{{ cls.location }}"> 245 <source-inset location="{{ cls.location }}">
247 </source-inset> 246 </source-inset>
248 </div> 247 </div>
249 248
250 <view-footer></view-footer> 249 <view-footer></view-footer>
251 </template> 250 </template>
252 </polymer-element> 251 </polymer-element>
253 252
254 <script type="application/dart" src="class_view.dart"></script> 253 <script type="application/dart" src="class_view.dart"></script>
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/eval_box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698