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

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

Issue 1353653003: DevTools: cleanup timeline concise record details generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed WS urls to be those of WS, not script Created 5 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 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 requestId : <string> 9 requestId : <string>
10 requestMethod : "GET" 10 requestMethod : "GET"
11 stackTrace : <object> 11 stackTrace : <object>
12 url : .../inspector/tracing/timeline-network-resource.js 12 url : .../inspector/tracing/timeline-network-resource.js
13 } 13 }
14 endTime : <number> 14 endTime : <number>
15 frameId : <string> 15 frameId : <string>
16 stackTrace : <object> 16 stackTrace : <object>
17 startTime : <number> 17 startTime : <number>
18 thread : <string> 18 thread : <string>
19 type : "ResourceSendRequest" 19 type : "ResourceSendRequest"
20 } 20 }
21 Text details for ResourceSendRequest: timeline-network-resource.js
21 22
22 ResourceReceiveResponse Properties: 23 ResourceReceiveResponse Properties:
23 { 24 {
24 data : { 25 data : {
25 frame : <string> 26 frame : <string>
26 mimeType : <string> 27 mimeType : <string>
27 requestId : <string> 28 requestId : <string>
28 statusCode : 0 29 statusCode : 0
29 } 30 }
30 endTime : <number> 31 endTime : <number>
31 frameId : <string> 32 frameId : <string>
32 startTime : <number> 33 startTime : <number>
33 thread : <string> 34 thread : <string>
34 type : "ResourceReceiveResponse" 35 type : "ResourceReceiveResponse"
35 } 36 }
37 Text details for ResourceReceiveResponse: timeline-network-resource.js
36 38
37 ResourceFinish Properties: 39 ResourceFinish Properties:
38 { 40 {
39 data : { 41 data : {
40 didFail : false 42 didFail : false
41 networkTime : <number> 43 networkTime : <number>
42 requestId : <string> 44 requestId : <string>
43 } 45 }
44 endTime : <number> 46 endTime : <number>
45 startTime : <number> 47 startTime : <number>
46 thread : <string> 48 thread : <string>
47 type : "ResourceFinish" 49 type : "ResourceFinish"
48 } 50 }
51 Text details for ResourceFinish: timeline-network-resource.js
49 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698