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

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

Issue 2712833002: DevTools: Show decoded body length for network requests on timeline. (Closed)
Patch Set: Created 3 years, 10 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 UI API for network requests. 1 Tests the Timeline UI API for network requests.
2 2
3 Script resource loaded 3 Script resource loaded
4 URL: timeline-network-resource.js 4 URL: timeline-network-resource.js
5 Duration: string 5 Duration: string
6 Request Method: GET 6 Request Method: GET
7 Priority: Low 7 Priority: Low
8 Mime Type: string 8 Mime Type: string
9 Encoded Length: 223 B 9 Encoded Data: 223 B
10 Decoded Body: 223 B
10 Initiator: timeline-network-resource-details.html:15 11 Initiator: timeline-network-resource-details.html:15
11 URL: anImage.png 12 URL: anImage.png
12 Duration: string 13 Duration: string
13 Request Method: GET 14 Request Method: GET
14 Priority: Low 15 Priority: Low
15 Mime Type: string 16 Mime Type: string
16 Encoded Length: 12.9 KB 17 Encoded Data: 12.9 KB
18 Decoded Body: 12.9 KB
17 Preview: 19 Preview:
18 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698