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
(7)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tools/bug_chomper/templates/error.html
Issue
274693002
:
BugChomper utility - rewrite in Go (Closed)
Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Line breaks and "go fmt" one more time
Created 6 years, 7 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:
tools/bug_chomper/res/favicon.ico
tools/bug_chomper/res/style.css
tools/bug_chomper/res/third_party/jquery.tablednd.js
tools/bug_chomper/run_server.sh
tools/bug_chomper/src/issue_tracker/issue_tracker.go
tools/bug_chomper/src/server/server.go
tools/bug_chomper/templates/bug_chomper.html
tools/bug_chomper/templates/error.html
tools/bug_chomper/templates/submitted.html
View unified diff
|
Download patch
« no previous file with comments
|
« tools/bug_chomper/templates/bug_chomper.html
('k') |
tools/bug_chomper/templates/submitted.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
<html>
2
<head>
3
<title>Error {{.Code}}: {{.CodeString}}</title>
4
<link rel="stylesheet" type="text/css" href="res/style.css" />
5
<link rel="icon" type="image/ico" href="res/favicon.ico" />
6
</head>
7
<body>
8
<h1>Error {{.Code}}: {{.CodeString}}</h1>
9
{{.Message}}
10
<br/>
11
</body>
12
</html>
OLD
NEW
« no previous file with comments
|
« tools/bug_chomper/templates/bug_chomper.html
('k') |
tools/bug_chomper/templates/submitted.html »
('j') |
no next file with comments »
Issue 274693002: BugChomper utility - rewrite in Go (Closed)
Created 6 years, 7 months ago by borenet
Modified 6 years, 7 months ago
Reviewers: jcgregorio
Base URL: https://skia.googlesource.com/skia.git@master
Comments: 52
This is Rietveld
408576698