Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(637)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: runtime/bin/vmstats/vmstats.css
Issue
18611003
:
Remove VM Stats (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set:
Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
runtime/bin/bin.gypi
runtime/bin/main.cc
runtime/bin/resources_sources.gypi
runtime/bin/vmstats.h
runtime/bin/vmstats/README
runtime/bin/vmstats/bargraph.dart
runtime/bin/vmstats/favicon.ico
runtime/bin/vmstats/isolate_list.dart
runtime/bin/vmstats/models.dart
runtime/bin/vmstats/packages/browser/dart.js
runtime/bin/vmstats/vmstats.css
runtime/bin/vmstats/vmstats.dart
runtime/bin/vmstats/vmstats.html
runtime/bin/vmstats/vmstats.dart.js
runtime/bin/vmstats_impl.h
runtime/bin/vmstats_impl.cc
runtime/bin/vmstats_impl_android.cc
runtime/bin/vmstats_impl_linux.cc
runtime/bin/vmstats_impl_macos.cc
runtime/bin/vmstats_impl_win.cc
runtime/bin/vmstats_sources.gypi
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« runtime/bin/vmstats/packages/browser/dart.js
('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')
OLD
NEW
(Empty)
1
2
body {
3
background-color: #F8F8F8;
4
font-family: 'Open Sans', sans-serif;
5
font-size: 14px;
6
font-weight: normal;
7
line-height: 1.2em;
8
margin: 15px;
9
}
10
11
h1, p {
12
color: #333;
13
}
14
15
#vmstats {
16
width: 100%;
17
height: 500px;
18
position: relative;
19
border: 1px solid #ccc;
20
background-color: #fff;
21
padding: 10px;
22
}
23
24
#dashboard {
25
font-size: 12pt;
26
text-align: left;
27
margin: 20px;
28
}
29
30
#graph {
31
font-size: 12pt;
32
text-align: left;
33
}
34
35
.isolate_list {
36
font-family: 'Open Sans', sans-serif;
37
font-size: 14px;
38
vertical-align: top;
39
}
40
41
.isolate_details {
42
visibility:visible;
43
}
44
45
.hidden {
46
visibility:hidden;
47
height: 0px;
48
}
49
50
.stack_trace_title {
51
font-weight: bold;
52
}
53
54
.stack_frame {
55
font-family: "monospace";
56
}
57
58
.empty_stack_frame {
59
font-style: italic;
60
}
61
62
td {
63
padding-left: 10px;
64
padding-right: 10px;
65
vertical-align: top;
66
}
OLD
NEW
« no previous file with comments
|
« runtime/bin/vmstats/packages/browser/dart.js
('k') |
runtime/bin/vmstats/vmstats.dart »
('j') |
no next file with comments »
Issue 18611003: Remove VM Stats (Closed)
Created 7 years, 5 months ago by Cutch
Modified 7 years, 5 months ago
Reviewers: Ivan Posva
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 0
This is Rietveld
408576698