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
(48)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/prerender/prefetch_page2.html
Issue
2438593002
:
[NoStatePrefetch] Remove JS injection in tests (Closed)
Patch Set: PrefetchSimple: check the should-be-fetched resource is indeed fetched
Created 4 years, 2 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:
chrome/browser/prerender/prerender_nostate_prefetch_browsertest.cc
chrome/test/data/prerender/prefetch.js
chrome/test/data/prerender/prefetch_page.html
chrome/test/data/prerender/prefetch_page2.html
chrome/test/data/prerender/prefetch_response_csp.html
View unified diff
|
Download patch
« no previous file with comments
|
« chrome/test/data/prerender/prefetch_page.html
('k') |
chrome/test/data/prerender/prefetch_response_csp.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
1 <html>
1 <html>
2 <!--
2 <!--
3 This is an alternative prefetched page that loads different resources from
3 This is an alternative prefetched page that loads different resources from
4 prefetch_page.html.
4 prefetch_page.html.
5 -->
5 -->
6
<head
>
6
<body
>
7
<title>Prerender Page</title>
7
<script src="prefetch2.js" type="text/javascript"></script>
8
<script src="prefetch2.js" type="text/javascript"></script>
8
</body>
9
10
<script>
11
var aVariable = true;
12
</script>
13
14
</head>
15
<body>
</body>
16 </html>
9 </html>
OLD
NEW
« no previous file with comments
|
« chrome/test/data/prerender/prefetch_page.html
('k') |
chrome/test/data/prerender/prefetch_response_csp.html »
('j') |
no next file with comments »
Issue 2438593002: [NoStatePrefetch] Remove JS injection in tests (Closed)
Created 4 years, 2 months ago by pasko
Modified 4 years, 2 months ago
Reviewers: mattcary
Base URL:
Comments: 7
This is Rietveld
408576698