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
(1238)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: trunk/LayoutTests/http/tests/htmlimports/resources/having-cookie-match-same.cgi
Issue
203593008
:
Revert 169496 "HTML Imports: Send credentials for same origin re..." (Closed)
Base URL: svn://svn.chromium.org/blink/
Patch Set:
Created 6 years, 9 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:
trunk/LayoutTests/http/tests/htmlimports/import-cors-credentials.html
trunk/LayoutTests/http/tests/htmlimports/import-cors-credentials-expected.txt
trunk/LayoutTests/http/tests/htmlimports/resources/cookie-match.cgi
trunk/LayoutTests/http/tests/htmlimports/resources/having-cookie-match-8080.html
trunk/LayoutTests/http/tests/htmlimports/resources/having-cookie-match-same.cgi
trunk/Source/core/css/CSSImageSetValue.cpp
trunk/Source/core/fetch/CrossOriginAccessControl.cpp
trunk/Source/core/fetch/FetchRequest.h
trunk/Source/core/fetch/FetchRequest.cpp
trunk/Source/core/fetch/Resource.h
trunk/Source/core/fetch/Resource.cpp
trunk/Source/core/fetch/ResourceLoader.h
trunk/Source/core/fetch/ResourceLoader.cpp
trunk/Source/core/html/HTMLLinkElement.cpp
trunk/Source/core/html/imports/HTMLImportsController.cpp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« trunk/LayoutTests/http/tests/htmlimports/resources/having-cookie-match-8080.html
('k') |
trunk/Source/core/css/CSSImageSetValue.cpp »
('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
#!/usr/bin/perl -wT
2
use strict;
3
4
print "Content-Type: text/html\n";
5
print "Access-Control-Allow-Credentials: true\n";
6
print "Access-Control-Allow-Origin: *\n";
7
print "\n";
8
print <<EOF
9
<!DOCTYPE html>
10
<!-- Put an extra "?" in the URL to prevent de-deup -->
11
<link id="sameOrigin" rel="import" href="http://127.0.0.1:8000/htmlimports/resou rces/cookie-match.cgi?key=HelloCredentials?">
12
EOF
OLD
NEW
« no previous file with comments
|
« trunk/LayoutTests/http/tests/htmlimports/resources/having-cookie-match-8080.html
('k') |
trunk/Source/core/css/CSSImageSetValue.cpp »
('j') |
no next file with comments »
Issue 203593008: Revert 169496 "HTML Imports: Send credentials for same origin re..." (Closed)
Created 6 years, 9 months ago by Zhenyao Mo
Modified 6 years, 9 months ago
Reviewers: Hajime Morrita
Base URL: svn://svn.chromium.org/blink/
Comments: 0
This is Rietveld
408576698