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

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

Issue 2270033003: DevTools: include traces when exporting console log via 'Save as' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a Created 4 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 MESSAGE: line 10: sending a %s request to %s 1 CONSOLE MESSAGE: line 10: sending a %s request to %s
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/. 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/.
3 CONSOLE MESSAGE: line 10: sending a %s request to %s 3 CONSOLE MESSAGE: line 10: sending a %s request to %s
4 CONSOLE MESSAGE: line 10: sending a %s request to %s 4 CONSOLE MESSAGE: line 10: sending a %s request to %s
5 CONSOLE MESSAGE: line 10: sending a %s request to %s 5 CONSOLE MESSAGE: line 10: sending a %s request to %s
6 CONSOLE ERROR: line 37: XMLHttpRequest cannot load http://localhost:8000/inspect or/resources/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 allo wed access. 6 CONSOLE ERROR: line 37: XMLHttpRequest cannot load http://localhost:8000/inspect or/resources/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 allo wed access.
7 CONSOLE MESSAGE: line 10: sending a %s request to %s 7 CONSOLE MESSAGE: line 10: sending a %s request to %s
8 CONSOLE MESSAGE: line 10: sending a %s request to %s 8 CONSOLE MESSAGE: line 10: sending a %s request to %s
9 CONSOLE MESSAGE: line 10: sending a %s request to %s 9 CONSOLE MESSAGE: line 10: sending a %s request to %s
10 CONSOLE MESSAGE: line 10: sending a %s request to %s 10 CONSOLE MESSAGE: line 10: sending a %s request to %s
11 CONSOLE ERROR: line 37: XMLHttpRequest cannot load http://localhost:8000/inspect or/resources/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 allo wed access. 11 CONSOLE ERROR: line 37: XMLHttpRequest cannot load http://localhost:8000/inspect or/resources/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 allo wed access.
12 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled. 12 Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
13 13
14 console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html 14 console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html
15 network-test.js:33 Synchronous XMLHttpRequest on the main thread is deprecated b ecause of its detrimental effects to the end user's experience. For more help, c heck https://xhr.spec.whatwg.org/.makeXHR @ network-test.js:33makeSimpleXHRWithP ayload @ network-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ con sole-xhr-logging.html:6makeRequests @ console-xhr-logging.html:12(anonymous func tion) @ VM:1 15 network-test.js:33 Synchronous XMLHttpRequest on the main thread is deprecated b ecause of its detrimental effects to the end user's experience. For more help, c heck https://xhr.spec.whatwg.org/.
16 network-test.js:37 XHR finished loading: GET "http://127.0.0.1:8000/inspector/re sources/xhr-exists.html".makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ network-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ console-xhr- logging.html:6makeRequests @ console-xhr-logging.html:12(anonymous function) @ V M:1 16 makeXHR @ network-test.js:33
17 makeSimpleXHRWithPayload @ network-test.js:16
18 makeSimpleXHR @ network-test.js:11
19 requestHelper @ console-xhr-logging.html:6
20 makeRequests @ console-xhr-logging.html:12
21 (anonymous function) @ VM:1
22 network-test.js:37 XHR finished loading: GET "http://127.0.0.1:8000/inspector/re sources/xhr-exists.html".
23 makeXHR @ network-test.js:37
24 makeSimpleXHRWithPayload @ network-test.js:16
25 makeSimpleXHR @ network-test.js:11
26 requestHelper @ console-xhr-logging.html:6
27 makeRequests @ console-xhr-logging.html:12
28 (anonymous function) @ VM:1
17 console-xhr-logging.html:5 sending a GET request to resources/xhr-does-not-exist .html 29 console-xhr-logging.html:5 sending a GET request to resources/xhr-does-not-exist .html
18 network-test.js:37 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ n etwork-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ console-xhr-l ogging.html:6makeRequests @ console-xhr-logging.html:14(anonymous function) @ VM :1 30 network-test.js:37 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)
19 network-test.js:37 XHR finished loading: GET "http://127.0.0.1:8000/inspector/re sources/xhr-does-not-exist.html".makeXHR @ network-test.js:37makeSimpleXHRWithPa yload @ network-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ cons ole-xhr-logging.html:6makeRequests @ console-xhr-logging.html:14(anonymous funct ion) @ VM:1 31 makeXHR @ network-test.js:37
32 makeSimpleXHRWithPayload @ network-test.js:16
33 makeSimpleXHR @ network-test.js:11
34 requestHelper @ console-xhr-logging.html:6
35 makeRequests @ console-xhr-logging.html:14
36 (anonymous function) @ VM:1
37 network-test.js:37 XHR finished loading: GET "http://127.0.0.1:8000/inspector/re sources/xhr-does-not-exist.html".
38 makeXHR @ network-test.js:37
39 makeSimpleXHRWithPayload @ network-test.js:16
40 makeSimpleXHR @ network-test.js:11
41 requestHelper @ console-xhr-logging.html:6
42 makeRequests @ console-xhr-logging.html:14
43 (anonymous function) @ VM:1
20 console-xhr-logging.html:5 sending a POST request to resources/post-target.cgi 44 console-xhr-logging.html:5 sending a POST request to resources/post-target.cgi
21 network-test.js:37 XHR finished loading: POST "http://127.0.0.1:8000/inspector/r esources/post-target.cgi".makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ network-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ console-xhr -logging.html:6makeRequests @ console-xhr-logging.html:16(anonymous function) @ VM:1 45 network-test.js:37 XHR finished loading: POST "http://127.0.0.1:8000/inspector/r esources/post-target.cgi".
46 makeXHR @ network-test.js:37
47 makeSimpleXHRWithPayload @ network-test.js:16
48 makeSimpleXHR @ network-test.js:11
49 requestHelper @ console-xhr-logging.html:6
50 makeRequests @ console-xhr-logging.html:16
51 (anonymous function) @ VM:1
22 console-xhr-logging.html:5 sending a GET request to http://localhost:8000/inspec tor/resources/xhr-exists.html 52 console-xhr-logging.html:5 sending a GET request to http://localhost:8000/inspec tor/resources/xhr-exists.html
23 network-test.js:37 XMLHttpRequest cannot load http://localhost:8000/inspector/re sources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on t he requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed a ccess.makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ network-test.js:16m akeSimpleXHR @ network-test.js:11requestHelper @ console-xhr-logging.html:6makeR equests @ console-xhr-logging.html:18(anonymous function) @ VM:1 53 network-test.js:37 XMLHttpRequest cannot load http://localhost:8000/inspector/re sources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on t he requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed a ccess.
24 network-test.js:37 XHR failed loading: GET "http://localhost:8000/inspector/reso urces/xhr-exists.html".makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ ne twork-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ console-xhr-lo gging.html:6makeRequests @ console-xhr-logging.html:18(anonymous function) @ VM: 1 54 makeXHR @ network-test.js:37
55 makeSimpleXHRWithPayload @ network-test.js:16
56 makeSimpleXHR @ network-test.js:11
57 requestHelper @ console-xhr-logging.html:6
58 makeRequests @ console-xhr-logging.html:18
59 (anonymous function) @ VM:1
60 network-test.js:37 XHR failed loading: GET "http://localhost:8000/inspector/reso urces/xhr-exists.html".
61 makeXHR @ network-test.js:37
62 makeSimpleXHRWithPayload @ network-test.js:16
63 makeSimpleXHR @ network-test.js:11
64 requestHelper @ console-xhr-logging.html:6
65 makeRequests @ console-xhr-logging.html:18
66 (anonymous function) @ VM:1
25 console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html 67 console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html
26 console-xhr-logging.html:5 sending a GET request to resources/xhr-does-not-exist .html 68 console-xhr-logging.html:5 sending a GET request to resources/xhr-does-not-exist .html
27 network-test.js:37 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ n etwork-test.js:16makeSimpleXHR @ network-test.js:11requestHelper @ console-xhr-l ogging.html:6makeRequests @ console-xhr-logging.html:14(anonymous function) @ VM :1 69 network-test.js:37 GET http://127.0.0.1:8000/inspector/resources/xhr-does-not-ex ist.html 404 (Not Found)
70 makeXHR @ network-test.js:37
71 makeSimpleXHRWithPayload @ network-test.js:16
72 makeSimpleXHR @ network-test.js:11
73 requestHelper @ console-xhr-logging.html:6
74 makeRequests @ console-xhr-logging.html:14
75 (anonymous function) @ VM:1
28 console-xhr-logging.html:5 sending a POST request to resources/post-target.cgi 76 console-xhr-logging.html:5 sending a POST request to resources/post-target.cgi
29 console-xhr-logging.html:5 sending a GET request to http://localhost:8000/inspec tor/resources/xhr-exists.html 77 console-xhr-logging.html:5 sending a GET request to http://localhost:8000/inspec tor/resources/xhr-exists.html
30 network-test.js:37 XMLHttpRequest cannot load http://localhost:8000/inspector/re sources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on t he requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed a ccess.makeXHR @ network-test.js:37makeSimpleXHRWithPayload @ network-test.js:16m akeSimpleXHR @ network-test.js:11requestHelper @ console-xhr-logging.html:6makeR equests @ console-xhr-logging.html:18(anonymous function) @ VM:1 78 network-test.js:37 XMLHttpRequest cannot load http://localhost:8000/inspector/re sources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on t he requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed a ccess.
79 makeXHR @ network-test.js:37
80 makeSimpleXHRWithPayload @ network-test.js:16
81 makeSimpleXHR @ network-test.js:11
82 requestHelper @ console-xhr-logging.html:6
83 makeRequests @ console-xhr-logging.html:18
84 (anonymous function) @ VM:1
31 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698