Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
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
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
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
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Side by Side Diff: templates/blank.tmpl
Issue
29325987
:
Issue 616 - Add some tests for generic hide + block (Closed)
Patch Set: Adjust for new dimensions of test + fail images
Created Sept. 11, 2015, 2:14 p.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Fixed www.www... recursion issue
Patch Set 3: Ensure we break out of iFrame!
Patch Set 4: Adjust for new dimensions of test + fail images
Right:
Patch Set 1: None
Patch Set 2: Fixed www.www... recursion issue
Patch Set 3: Ensure we break out of iFrame!
Patch Set 4: Adjust for new dimensions of test + fail images
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
includes/footer.tmpl
includes/header.tmpl
includes/testcases.md
pages/testcases/generic/01.md
pages/testcases/generic/02.md
pages/testcases/generic/03.md
pages/testcases/generic/04.md
pages/testcases/generic/05.md
pages/testcases/generic/06.md
pages/testcases/generic/index.html
static/abp-test-suite-filters.txt
templates/blank.tmpl
templates/testcase.tmpl
View unified diff
|
Download patch
« no previous file with comments
|
« static/abp-test-suite-filters.txt
('k') |
templates/testcase.tmpl »
('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
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>{{ title }}</title>
5
{% block head %}
6
{{ head|safe }}
7
{% endblock %}
8
</head>
9
<body>
10
{{ body|safe }}
11
</body>
12
</html>
OLD
NEW
« no previous file with comments
|
« static/abp-test-suite-filters.txt
('k') |
templates/testcase.tmpl »
('j') |
no next file with comments »
Edit Message
Issue 29325987: Issue 616 - Add some tests for generic hide + block (Closed)
Created Sept. 5, 2015, 3:27 p.m. by kzar
Modified Sept. 28, 2015, 12:47 p.m.
Reviewers: Philip Hill, rossg
Base URL:
Comments: 3
+ 1 drafts
This is Rietveld