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

Unified Diff: runtime/observatory/lib/src/elements/class_view.html

Issue 1159783004: Misc Observatory patches: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/lib/src/elements/class_view.html
diff --git a/runtime/observatory/lib/src/elements/class_view.html b/runtime/observatory/lib/src/elements/class_view.html
index 2e71ff6d0ec0ad8b6750f57845aa7e7eb3b28096..dc4121e65fd6c6cb9bb831c0fa03639189785027 100644
--- a/runtime/observatory/lib/src/elements/class_view.html
+++ b/runtime/observatory/lib/src/elements/class_view.html
@@ -99,6 +99,12 @@
<hr>
<div class="content">
+ <eval-box callback="{{ evaluate }}"></eval-box>
+ </div>
+
+ <hr>
+
+ <div class="content">
<template if="{{ cls.fields.isNotEmpty }}">
fields ({{ cls.fields.length }})
<curly-block expand="{{ cls.fields.length <= 8 }}">
@@ -199,10 +205,9 @@
</template>
</div>
+ <hr>
+
<div class="content-centered-big">
- <hr>
- <eval-box callback="{{ evaluate }}"></eval-box>
- <hr>
<script-inset script="{{ cls.script }}"
startPos="{{ cls.tokenPos }}"
endPos="{{ cls.endTokenPos }}">
« no previous file with comments | « runtime/observatory/lib/src/elements/class_view.dart ('k') | runtime/observatory/lib/src/elements/heap_snapshot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698