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
(36)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: fuzzer/package.json
Issue
911143003
:
skeleton for fuzzer; contains makefile and front end server (Closed)
Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: ;switch fuzzer to new metrics callback init
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:
.gitignore
fuzzer/.bowerrc
fuzzer/Makefile
fuzzer/bower.json
fuzzer/elements.html
fuzzer/fuzzer.toml
fuzzer/go/config/config.go
fuzzer/go/fuzzer/main.go
fuzzer/package.json
fuzzer/res/css/main.css
fuzzer/res/imp/placeholder.html
fuzzer/res/js/fuzzer.js
fuzzer/templates/footer.html
fuzzer/templates/header.html
fuzzer/templates/index.html
View unified diff
|
Download patch
« no previous file with comments
|
« fuzzer/go/fuzzer/main.go
('k') |
fuzzer/res/css/main.css »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 {
1 {
2
"name": "
webtry
",
2
"name": "
fuzzer
",
3 "version": "1.0.0",
3 "version": "1.0.0",
4
"description": "
WebTry Server =============
",
4
"description": "",
5 "main": "index.js",
5 "main": "index.js",
6
"
devDependencies
": {
6
"
dependencies
": {
7 "autoprefixer": "^5.1.0",
7 "autoprefixer": "^5.1.0",
8 "bower": "^1.3.12",
8 "bower": "^1.3.12",
9
"uglify-js": "^2.4.16"
,
9
"vulcanize": "^0.7.9"
10
"vulcanize": "^0.7.7"
10
},
11
"devDependencies": {
12
"uglify-js": "^2.4.16"
11 },
13 },
12 "scripts": {
14 "scripts": {
13 "test": "echo \"Error: no test specified\" && exit 1"
15 "test": "echo \"Error: no test specified\" && exit 1"
14 },
16 },
15 "author": "",
17 "author": "",
16 "license": "ISC"
18 "license": "ISC"
17 }
19 }
OLD
NEW
« no previous file with comments
|
« fuzzer/go/fuzzer/main.go
('k') |
fuzzer/res/css/main.css »
('j') |
no next file with comments »
Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed)
Created 5 years, 10 months ago by humper
Modified 5 years, 10 months ago
Reviewers: jcgregorio
Base URL: https://skia.googlesource.com/buildbot@master
Comments: 25
This is Rietveld
408576698