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
(224)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: telemetry/third_party/snap-it/style.css
Issue
3010063002
:
[Telemetry] Add script to snapshot page's HTML (Closed)
Patch Set:
Created 3 years, 3 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:
telemetry/bin/snap_page
telemetry/third_party/snap-it/HTMLSerializer.js
telemetry/third_party/snap-it/README.md
telemetry/third_party/snap-it/assets/camera.svg
telemetry/third_party/snap-it/assets/camera128.png
telemetry/third_party/snap-it/assets/camera16.png
telemetry/third_party/snap-it/assets/camera48.png
telemetry/third_party/snap-it/content_script.js
telemetry/third_party/snap-it/manifest.json
telemetry/third_party/snap-it/popup.html
telemetry/third_party/snap-it/popup.js
telemetry/third_party/snap-it/style.css
telemetry/third_party/snap-it/tests/tests.html
telemetry/third_party/snap-it/tests/tests.js
View unified diff
|
Download patch
« telemetry/third_party/snap-it/README.md
('K') |
« telemetry/third_party/snap-it/popup.js
('k') |
telemetry/third_party/snap-it/tests/tests.html »
('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
#button {
2
-moz-border-radius:28px;
3
-webkit-border-radius:28px;
4
border-radius:28px;
5
border:1px solid #18ab29;
6
display:inline-block;
7
cursor:pointer;
8
color:#ffffff;
9
font-family:Arial;
10
font-size:17px;
11
padding:16px 31px;
12
text-align:center;
13
text-decoration:none;
14
text-shadow:0px 1px 0px #2f6627;
15
width: 80px;
16
max-width: 80px;
17
}
18
19
#button:focus {
20
outline: none;
21
}
22
23
.capture {
24
background-color:#0f9d58;
25
}
26
27
.capture:hover {
28
background-color:#34a853;
29
}
30
31
.serialize {
32
background-color:#f4b400;
33
}
34
35
.download {
36
background-color:#3366ff;
37
}
38
39
.download:hover {
40
background-color:#4285f4;
41
}
OLD
NEW
« telemetry/third_party/snap-it/README.md
('K') |
« telemetry/third_party/snap-it/popup.js
('k') |
telemetry/third_party/snap-it/tests/tests.html »
('j') |
no next file with comments »
Issue 3010063002: [Telemetry] Add script to snapshot page's HTML (Closed)
Created 3 years, 3 months ago by nednguyen
Modified 3 years, 3 months ago
Reviewers: pdr., wkorman, chrishtr
Base URL:
Comments: 10
This is Rietveld
408576698