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

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

Issue 1018903002: Show deprecation warnings for header values in XHR according to RFC 7230 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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: isValidHTTPHeaderValue() will be deprecated and will be removed in future.
1 CONSOLE MESSAGE: line 6: XHR loaded: 1 2 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/. 3 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
3 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated. 4 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated.
4 CONSOLE MESSAGE: line 6: XHR loaded: 2 5 CONSOLE MESSAGE: line 6: XHR loaded: 2
5 CONSOLE MESSAGE: line 6: XHR loaded: 3 6 CONSOLE MESSAGE: line 6: XHR loaded: 3
6 CONSOLE MESSAGE: line 6: XHR loaded: 4 7 CONSOLE MESSAGE: line 6: XHR loaded: 4
7 CONSOLE MESSAGE: line 6: XHR loaded: 5 8 CONSOLE MESSAGE: line 6: XHR loaded: 5
8 CONSOLE MESSAGE: line 6: XHR loaded: 6 9 CONSOLE MESSAGE: line 6: XHR loaded: 6
9 CONSOLE MESSAGE: line 6: XHR loaded: 7 10 CONSOLE MESSAGE: line 6: XHR loaded: 7
10 CONSOLE MESSAGE: line 6: XHR loaded: 8 11 CONSOLE MESSAGE: line 6: XHR loaded: 8
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 requestMethod: POST 54 requestMethod: POST
54 test request header value: headerValueG 55 test request header value: headerValueG
55 56
56 Running: testPostSync 57 Running: testPostSync
57 Dumping request: 58 Dumping request:
58 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php 59 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random. php
59 requestFormData: payload 60 requestFormData: payload
60 requestMethod: POST 61 requestMethod: POST
61 test request header value: headerValueH 62 test request header value: headerValueH
62 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698