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
(66)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/prerender/prefetch_response_csp.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_page2.html
('k') |
no next file »
|
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
Check that
we follow
response header CSP restrictions when prefetching
.
3
Check that response header CSP restrictions
are respected
when prefetching
this
4
Only prefetch2.js should be fetched.
4
page.
Only prefetch2.js should be fetched.
5 -->
5 -->
6 <head>
6 <head>
7 <script src="prerender/prefetch.js"></script>
7 <script src="prerender/prefetch.js"></script>
8 <script src="http://foo.bar/prerender/prefetch2.js"></script>
8 <script src="http://foo.bar/prerender/prefetch2.js"></script>
9 </head>
9 </head>
10 <body>
10 <body>
11 </body>
11 </body>
12 </html>
12 </html>
OLD
NEW
« no previous file with comments
|
« chrome/test/data/prerender/prefetch_page2.html
('k') |
no next file »
|
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