|
|
DevTools: add support for logging fetch requests when XHR logging is enabled
- generalize support for XHR & EventSource in InspectorResourceAgent;
- add Fetch and EventSource resource types;
- instrument fetch manager and handle it in resource agent similar to XHR & co;
- add support for arguments in InspectorTest.invokePageFunctionAsync()
- promote page methods to top of inspector-test.js to make line numbers less
volatile in test expectations;
BUG= 513729
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199904
Total comments: 5
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+314 lines, -117 lines) |
Patch |
 |
A |
LayoutTests/http/tests/inspector/console-fetch-logging.html
|
View
|
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector/console-fetch-logging-expected.txt
|
View
|
1
2
3
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/inspector/console-xhr-logging-async-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
|
View
|
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/inspector/inspector-test.js
|
View
|
1
2
|
1 chunk |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/inspector/network-test.js
|
View
|
|
3 chunks |
+47 lines, -37 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/inspector/network/network-eventsource.html
|
View
|
1
|
2 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector/network/network-eventsource-expected.txt
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/inspector/network/network-fetch.html
|
View
|
1
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/inspector/network/network-fetch-expected.txt
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/inspector/network/resources/event-stream.asis
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorInstrumentation.idl
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorPageAgent.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorPageAgent.cpp
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorResourceAgent.h
|
View
|
1
|
3 chunks |
+12 lines, -18 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorResourceAgent.cpp
|
View
|
1
2
|
7 chunks |
+56 lines, -31 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/sdk/NetworkRequest.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/protocol.json
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/fetch/FetchManager.cpp
|
View
|
1
2
|
4 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 21 (8 generated)
|