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

Side by Side Diff: LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt

Issue 955413002: Log in Binding code for invalid enum type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 MESSAGE: line 10: sending a %s request to %s 1 CONSOLE MESSAGE: line 10: sending a %s request to %s
2 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
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 10: sending a %s request to %s 5 CONSOLE MESSAGE: line 10: sending a %s request to %s
6 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
yurys 2015/02/26 14:07:43 Please update InspectorTest.makeXHR in network-tes
5 CONSOLE MESSAGE: line 10: sending a %s request to %s 7 CONSOLE MESSAGE: line 10: sending a %s request to %s
8 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
6 CONSOLE MESSAGE: line 10: sending a %s request to %s 9 CONSOLE MESSAGE: line 10: sending a %s request to %s
10 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
7 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/resour ces/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the r equested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed acces s. 11 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/resour ces/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the r equested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed acces s.
8 CONSOLE MESSAGE: line 10: sending a %s request to %s 12 CONSOLE MESSAGE: line 10: sending a %s request to %s
13 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
9 CONSOLE MESSAGE: line 10: sending a %s request to %s 14 CONSOLE MESSAGE: line 10: sending a %s request to %s
15 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
10 CONSOLE MESSAGE: line 10: sending a %s request to %s 16 CONSOLE MESSAGE: line 10: sending a %s request to %s
17 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
11 CONSOLE MESSAGE: line 10: sending a %s request to %s 18 CONSOLE MESSAGE: line 10: sending a %s request to %s
19 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
12 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/resour ces/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the r equested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed acces s. 20 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/inspector/resour ces/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the r equested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed acces s.
13 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled. 21 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
14 22
15 console-xhr-logging.html:10 sending a GET request to resources/xhr-exists.html 23 console-xhr-logging.html:10 sending a GET request to resources/xhr-exists.html
24 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
16 network-test.js:128 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. 25 network-test.js:128 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
17 network-test.js:129 Setting 'XMLHttpRequest.withCredentials' for synchronous req uests is deprecated. 26 network-test.js:129 Setting 'XMLHttpRequest.withCredentials' for synchronous req uests is deprecated.
18 network-test.js:132 XHR finished loading: GET "http://127.0.0.1:8000/inspector/r esources/xhr-exists.html". 27 network-test.js:132 XHR finished loading: GET "http://127.0.0.1:8000/inspector/r esources/xhr-exists.html".
19 console-xhr-logging.html:10 sending a GET request to resources/xhr-does-not-exis t.html 28 console-xhr-logging.html:10 sending a GET request to resources/xhr-does-not-exis t.html
29 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
20 network-test.js:132 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-e xist.html 404 (Not Found) 30 network-test.js:132 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-e xist.html 404 (Not Found)
21 network-test.js:132 XHR finished loading: GET "http://127.0.0.1:8000/inspector/r esources/xhr-does-not-exist.html". 31 network-test.js:132 XHR finished loading: GET "http://127.0.0.1:8000/inspector/r esources/xhr-does-not-exist.html".
22 console-xhr-logging.html:10 sending a POST request to resources/post-target.cgi 32 console-xhr-logging.html:10 sending a POST request to resources/post-target.cgi
33 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
23 network-test.js:132 XHR finished loading: POST "http://127.0.0.1:8000/inspector/ resources/post-target.cgi". 34 network-test.js:132 XHR finished loading: POST "http://127.0.0.1:8000/inspector/ resources/post-target.cgi".
24 console-xhr-logging.html:10 sending a GET request to http://localhost:8000/inspe ctor/resources/xhr-exists.html 35 console-xhr-logging.html:10 sending a GET request to http://localhost:8000/inspe ctor/resources/xhr-exists.html
36 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
25 network-test.js:132 XMLHttpRequest cannot load http://localhost:8000/inspector/r esources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 37 network-test.js:132 XMLHttpRequest cannot load http://localhost:8000/inspector/r esources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
26 console-xhr-logging.html:10 sending a GET request to resources/xhr-exists.html 38 console-xhr-logging.html:10 sending a GET request to resources/xhr-exists.html
39 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
27 console-xhr-logging.html:10 sending a GET request to resources/xhr-does-not-exis t.html 40 console-xhr-logging.html:10 sending a GET request to resources/xhr-does-not-exis t.html
41 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
28 network-test.js:132 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-e xist.html 404 (Not Found) 42 network-test.js:132 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-e xist.html 404 (Not Found)
29 console-xhr-logging.html:10 sending a POST request to resources/post-target.cgi 43 console-xhr-logging.html:10 sending a POST request to resources/post-target.cgi
44 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
30 console-xhr-logging.html:10 sending a GET request to http://localhost:8000/inspe ctor/resources/xhr-exists.html 45 console-xhr-logging.html:10 sending a GET request to http://localhost:8000/inspe ctor/resources/xhr-exists.html
46 network-test.js:120 The provided value 'undefined' is not a valid value of type 'XMLHttpRequestResponseType'.
31 network-test.js:132 XMLHttpRequest cannot load http://localhost:8000/inspector/r esources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 47 network-test.js:132 XMLHttpRequest cannot load http://localhost:8000/inspector/r esources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
32 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698