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
(73)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: Source/devtools/front_end/profiler/d3js_trace/sequences.css
Issue
887673002
:
DevTools: CPU profiler sunburst view (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added d3js_trace
Created 5 years, 10 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:
Source/devtools/front_end/profiler/CPUProfileView.js
Source/devtools/front_end/profiler/d3js_trace/LICENSE
Source/devtools/front_end/profiler/d3js_trace/README.md
Source/devtools/front_end/profiler/d3js_trace/d3trace.py
Source/devtools/front_end/profiler/d3js_trace/img/screen_seq.png
Source/devtools/front_end/profiler/d3js_trace/index.html
Source/devtools/front_end/profiler/d3js_trace/sequences.css
Source/devtools/front_end/profiler/d3js_trace/sequences.js
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« Source/devtools/front_end/profiler/CPUProfileView.js
('K') |
« Source/devtools/front_end/profiler/d3js_trace/index.html
('k') |
Source/devtools/front_end/profiler/d3js_trace/sequences.js »
('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
body {
2
font-family: 'Open Sans', sans-serif;
3
font-size: 12px;
4
font-weight: 400;
5
background-color: #fff;
6
width: 960px;
7
height: 700px;
8
margin-top: 10px;
9
}
10
11
#main {
12
float: left;
13
width: 750px;
14
}
15
16
#sidebar {
17
float: right;
18
width: 100px;
19
}
20
21
#sequence {
22
width: 600px;
23
height: 70px;
24
}
25
26
#legend {
27
padding: 10px 0 0 3px;
28
}
29
30
#sequence text, #legend text {
31
font-weight: 600;
32
fill: #fff;
33
}
34
35
#chart {
36
position: relative;
37
}
38
39
#chart path {
40
stroke: #fff;
41
}
42
43
#explanation {
44
position: absolute;
45
top: 320px;
46
left: 415px;
47
width: 140px;
48
text-align: center;
49
color: #666;
50
z-index: -1;
51
}
52
53
#percentage {
54
font-size: 2.5em;
55
}
OLD
NEW
« Source/devtools/front_end/profiler/CPUProfileView.js
('K') |
« Source/devtools/front_end/profiler/d3js_trace/index.html
('k') |
Source/devtools/front_end/profiler/d3js_trace/sequences.js »
('j') |
no next file with comments »
Issue 887673002: DevTools: CPU profiler sunburst view (Closed)
Created 5 years, 10 months ago by yurys
Modified 5 years, 9 months ago
Reviewers: alph
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 1
This is Rietveld
408576698