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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-decode-resize-expected.txt

Issue 399043002: DevTools: switch Timeline frontend into buffered mode and remove the corresponding experiment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: timeline-decode-resize was fixed? Created 6 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 | Annotate | Revision Log
OLDNEW
1 Tests the Timeline API instrumentation of a DecodeImage and ResizeImage events 1 Tests the Timeline API instrumentation of a DecodeImage and ResizeImage events
2 2
3 3
4 DecodeImage Properties: 4 DecodeImage Properties:
5 { 5 {
6 children : <object> 6 children : <object>
7 data : { 7 data : {
8 backendNodeId : <number> 8 backendNodeId : <number>
9 imageType : "BMP" 9 imageType : "BMP"
10 url : .../inspector/timeline/resources/test.bmp 10 url : .../inspector/timeline/resources/test.bmp
(...skipping 24 matching lines...) Expand all
35 } 35 }
36 endTime : <number> 36 endTime : <number>
37 startTime : <number> 37 startTime : <number>
38 type : "DecodeImage" 38 type : "DecodeImage"
39 } 39 }
40 DecodeImage Properties: 40 DecodeImage Properties:
41 { 41 {
42 children : <object> 42 children : <object>
43 data : { 43 data : {
44 backendNodeId : <number> 44 backendNodeId : <number>
45 imageType : "JPEG"
46 url : .../inspector/timeline/resources/test.jpg
47 }
48 endTime : <number>
49 startTime : <number>
50 type : "DecodeImage"
51 }
52 DecodeImage Properties:
53 {
54 children : <object>
55 data : {
56 backendNodeId : <number>
57 imageType : "PNG" 45 imageType : "PNG"
58 url : .../inspector/timeline/resources/test.png 46 url : .../inspector/timeline/resources/test.png
59 } 47 }
60 endTime : <number> 48 endTime : <number>
61 startTime : <number> 49 startTime : <number>
62 type : "DecodeImage" 50 type : "DecodeImage"
63 } 51 }
64 DecodeImage Properties: 52 DecodeImage Properties:
65 { 53 {
66 children : <object> 54 children : <object>
67 data : { 55 data : {
68 backendNodeId : <number> 56 backendNodeId : <number>
69 imageType : "WEBP" 57 imageType : "WEBP"
70 url : .../inspector/timeline/resources/test.webp 58 url : .../inspector/timeline/resources/test.webp
71 } 59 }
72 endTime : <number> 60 endTime : <number>
73 startTime : <number> 61 startTime : <number>
74 type : "DecodeImage" 62 type : "DecodeImage"
75 } 63 }
76 DecodeImage Properties:
77 {
78 children : <object>
79 data : {
80 backendNodeId : <number>
81 imageType : "PNG"
82 url : .../inspector/timeline/resources/big.png
83 }
84 endTime : <number>
85 startTime : <number>
86 type : "DecodeImage"
87 }
88 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698