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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/bin/vmstats/isolate_list.dart ('k') | runtime/bin/vmstats/vmstats.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 1
2 body { 2 body {
3 background-color: #F8F8F8; 3 background-color: #F8F8F8;
4 font-family: 'Open Sans', sans-serif; 4 font-family: 'Open Sans', sans-serif;
5 font-size: 14px; 5 font-size: 14px;
6 font-weight: normal; 6 font-weight: normal;
7 line-height: 1.2em; 7 line-height: 1.2em;
8 margin: 15px; 8 margin: 15px;
9 } 9 }
10 10
(...skipping 26 matching lines...) Expand all
37 font-size: 14px; 37 font-size: 14px;
38 vertical-align: top; 38 vertical-align: top;
39 } 39 }
40 40
41 .isolate_details { 41 .isolate_details {
42 visibility:visible; 42 visibility:visible;
43 } 43 }
44 44
45 .hidden { 45 .hidden {
46 visibility:hidden; 46 visibility:hidden;
47 height: 0px;
47 } 48 }
48 49
49 .stack_trace_title { 50 .stack_trace_title {
50 font-weight: bold; 51 font-weight: bold;
51 } 52 }
52 53
54 .stack_frame {
55 font-family: "monospace";
56 }
57
58 .empty_stack_frame {
59 font-style: italic;
60 }
61
53 td { 62 td {
54 padding-left: 10px; 63 padding-left: 10px;
55 padding-right: 10px; 64 padding-right: 10px;
56 vertical-align: top; 65 vertical-align: top;
57 } 66 }
OLDNEW
« 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