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

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

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 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>
11 requestMethod : "GET" 11 requestMethod : "GET"
12 stackTrace : <object> 12 stackTrace : <object>
13 url : .../inspector/tracing/timeline-network-resource.js 13 url : .../inspector/tracing/timeline-network/timeline-network-resource.j s
14 } 14 }
15 endTime : <number> 15 endTime : <number>
16 frameId : <string> 16 frameId : <string>
17 stackTrace : <object> 17 stackTrace : <object>
18 startTime : <number> 18 startTime : <number>
19 type : "ResourceSendRequest" 19 type : "ResourceSendRequest"
20 } 20 }
21 Text details for ResourceSendRequest: timeline-network-resource.js 21 Text details for ResourceSendRequest: timeline-network-resource.js
22 22
23 ResourceReceiveResponse Properties: 23 ResourceReceiveResponse Properties:
(...skipping 17 matching lines...) Expand all
41 didFail : false 41 didFail : false
42 networkTime : <number> 42 networkTime : <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