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

Unified Diff: runtime/bin/vmstats/vmstats.css

Issue 13939003: Fixed stack trace for isolates without any Dart frames. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « runtime/bin/vmstats/isolate_list.dart ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmstats/vmstats.css
===================================================================
--- runtime/bin/vmstats/vmstats.css (revision 21569)
+++ runtime/bin/vmstats/vmstats.css (working copy)
@@ -44,12 +44,21 @@
.hidden {
visibility:hidden;
+ height: 0px;
}
.stack_trace_title {
font-weight: bold;
}
+.stack_frame {
+ font-family: "monospace";
+}
+
+.empty_stack_frame {
+ font-style: italic;
+}
+
td {
padding-left: 10px;
padding-right: 10px;
« no previous file with comments | « runtime/bin/vmstats/isolate_list.dart ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698