| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| index e71cfc055f3504e8faeb6085caaa01a9dba6ba47..7a17dcdf15f3aaaec0e69e137b1a1d0cccaa7113 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-resource-expected.txt
|
| @@ -2,8 +2,9 @@ Tests the Timeline API instrumentation of a network resource load
|
|
|
| Script resource loaded
|
|
|
| -ResourceSendRequest Properties:
|
| +ResourceFetcher::requestResource Properties:
|
| {
|
| + children : <object>
|
| data : {
|
| frame : <string>
|
| requestId : <string>
|
| @@ -16,12 +17,13 @@ ResourceSendRequest Properties:
|
| stackTrace : <object>
|
| startTime : <number>
|
| thread : <string>
|
| - type : "ResourceSendRequest"
|
| + type : "ResourceFetcher::requestResource"
|
| }
|
| -Text details for ResourceSendRequest: timeline-network-resource.js
|
| +Text details for ResourceFetcher::requestResource: timeline-network-resource.js
|
|
|
| -ResourceReceiveResponse Properties:
|
| +ResourceDispatcher::OnReceivedResponse Properties:
|
| {
|
| + children : <object>
|
| data : {
|
| frame : <string>
|
| mimeType : <string>
|
| @@ -32,12 +34,13 @@ ResourceReceiveResponse Properties:
|
| frameId : <string>
|
| startTime : <number>
|
| thread : <string>
|
| - type : "ResourceReceiveResponse"
|
| + type : "ResourceDispatcher::OnReceivedResponse"
|
| }
|
| -Text details for ResourceReceiveResponse: timeline-network-resource.js
|
| +Text details for ResourceDispatcher::OnReceivedResponse: timeline-network-resource.js
|
|
|
| -ResourceFinish Properties:
|
| +ResourceDispatcher::OnRequestComplete Properties:
|
| {
|
| + children : <object>
|
| data : {
|
| didFail : false
|
| networkTime : <number>
|
| @@ -46,7 +49,7 @@ ResourceFinish Properties:
|
| endTime : <number>
|
| startTime : <number>
|
| thread : <string>
|
| - type : "ResourceFinish"
|
| + type : "ResourceDispatcher::OnRequestComplete"
|
| }
|
| -Text details for ResourceFinish: timeline-network-resource.js
|
| +Text details for ResourceDispatcher::OnRequestComplete: timeline-network-resource.js
|
|
|
|
|