Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt

Issue 2651943002: Block subresource requests whose URLs include credentials. (Closed)
Patch Set: Test. Created 3 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.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 37: Subresource requests whose URLs contain embedded crede ntials (e.g. `https://user:pass@host/`) are deprecated, and will be blocked in M 59, around June 2017. See https://www.chromestatus.com/feature/5669008342777856 for more details.
2 CONSOLE MESSAGE: line 6: XHR loaded: 1 1 CONSOLE MESSAGE: line 6: XHR loaded: 1
3 CONSOLE WARNING: line 33: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 2 CONSOLE WARNING: line 33: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
4 CONSOLE MESSAGE: line 6: XHR loaded: 2 3 CONSOLE MESSAGE: line 6: XHR loaded: 2
5 CONSOLE MESSAGE: line 6: XHR loaded: 3 4 CONSOLE MESSAGE: line 6: XHR loaded: 3
6 CONSOLE MESSAGE: line 6: XHR loaded: 4 5 CONSOLE MESSAGE: line 6: XHR loaded: 4
7 CONSOLE MESSAGE: line 6: XHR loaded: 5 6 CONSOLE MESSAGE: line 6: XHR loaded: 5
8 CONSOLE MESSAGE: line 6: XHR loaded: 6 7 CONSOLE MESSAGE: line 6: XHR loaded: 6
9 CONSOLE MESSAGE: line 6: XHR loaded: 7 8 CONSOLE MESSAGE: line 6: XHR loaded: 7
10 CONSOLE MESSAGE: line 6: XHR loaded: 8 9 CONSOLE MESSAGE: line 6: XHR loaded: 8
11 Tests XHR replaying. Bug 95187 10 Tests XHR replaying. Bug 95187
12 11
13 Running: testGetStaticAsync 12 Running: testGetStaticAsync
14 Dumping request: 13 Dumping request:
15 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml 14 url: http://127.0.0.1:8000/inspector/network/resources/empty.html
16 requestMethod: GET 15 requestMethod: GET
17 test request header value: headerValueA 16 test request header value: headerValueA
18 17
19 Running: testGetStaticSync 18 Running: testGetStaticSync
20 Dumping request: 19 Dumping request:
21 url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.h tml 20 url: http://127.0.0.1:8000/inspector/network/resources/empty.html
22 requestMethod: GET 21 requestMethod: GET
23 test request header value: headerValueB 22 test request header value: headerValueB
24 23
25 Running: testGetCachedAsync 24 Running: testGetCachedAsync
26 Dumping request: 25 Dumping request:
27 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php 26 url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php
28 requestMethod: GET 27 requestMethod: GET
29 test request header value: headerValueC 28 test request header value: headerValueC
30 29
31 Running: testGetCachedSync 30 Running: testGetCachedSync
32 Dumping request: 31 Dumping request:
33 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random- cached.php 32 url: http://127.0.0.1:8000/inspector/network/resources/random-cached.php
34 requestMethod: GET 33 requestMethod: GET
35 test request header value: headerValueD 34 test request header value: headerValueD
36 35
37 Running: testGetRandomAsync 36 Running: testGetRandomAsync
38 Dumping request: 37 Dumping request:
39 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 38 url: http://127.0.0.1:8000/inspector/network/resources/random.php
40 requestMethod: GET 39 requestMethod: GET
41 test request header value: headerValueE 40 test request header value: headerValueE
42 41
43 Running: testGetRandomSync 42 Running: testGetRandomSync
44 Dumping request: 43 Dumping request:
45 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 44 url: http://127.0.0.1:8000/inspector/network/resources/random.php
46 requestMethod: GET 45 requestMethod: GET
47 test request header value: headerValueF 46 test request header value: headerValueF
48 47
49 Running: testPostAsync 48 Running: testPostAsync
50 Dumping request: 49 Dumping request:
51 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 50 url: http://127.0.0.1:8000/inspector/network/resources/random.php
52 requestFormData: payload 51 requestFormData: payload
53 requestMethod: POST 52 requestMethod: POST
54 test request header value: headerValueG 53 test request header value: headerValueG
55 54
56 Running: testPostSync 55 Running: testPostSync
57 Dumping request: 56 Dumping request:
58 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 57 url: http://127.0.0.1:8000/inspector/network/resources/random.php
59 requestFormData: payload 58 requestFormData: payload
60 requestMethod: POST 59 requestMethod: POST
61 test request header value: headerValueH 60 test request header value: headerValueH
62 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698