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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-expected.txt

Issue 2482153003: DevTools: Depict network request timings on timeline network pane. (Closed)
Patch Set: Tweaks Created 4 years, 1 month 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 Tests the Timeline API instrumentation of a network resource load 1 Tests the Timeline API instrumentation of a network resource load
2 2
3 Script resource loaded 3 Script resource loaded
4 4
5 ResourceSendRequest Properties: 5 ResourceSendRequest Properties:
6 { 6 {
7 data : { 7 data : {
8 frame : <string> 8 frame : <string>
9 priority : "Low" 9 priority : "Low"
10 requestId : <string> 10 requestId : <string>
(...skipping 21 matching lines...) Expand all
32 frameId : <string> 32 frameId : <string>
33 startTime : <number> 33 startTime : <number>
34 type : "ResourceReceiveResponse" 34 type : "ResourceReceiveResponse"
35 } 35 }
36 Text details for ResourceReceiveResponse: timeline-network-resource.js 36 Text details for ResourceReceiveResponse: timeline-network-resource.js
37 37
38 ResourceFinish Properties: 38 ResourceFinish Properties:
39 { 39 {
40 data : { 40 data : {
41 didFail : false 41 didFail : false
42 networkTime : <number> 42 finishTime : <number>
43 requestId : <string> 43 requestId : <string>
44 } 44 }
45 endTime : <number> 45 endTime : <number>
46 startTime : <number> 46 startTime : <number>
47 type : "ResourceFinish" 47 type : "ResourceFinish"
48 } 48 }
49 Text details for ResourceFinish: timeline-network-resource.js 49 Text details for ResourceFinish: timeline-network-resource.js
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698