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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt

Issue 2274233002: [Devtools] Fix reload behavior when devtools is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Devtools] Fix reload behavior when devtools is open Created 4 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 CONSOLE WARNING: line 12: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 12: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
2 Tests conversion of Inspector's resource representation into HAR format. 2 Tests conversion of Inspector's resource representation into HAR format.
3 3
4 Page reloaded. 4 Page reloaded.
5 { 5 {
6 creator : { 6 creator : {
7 name : "WebInspector" 7 name : "WebInspector"
8 version : <string> 8 version : <string>
9 } 9 }
10 entries : [ 10 entries : [
(...skipping 11 matching lines...) Expand all
22 httpVersion : "HTTP/1.1" 22 httpVersion : "HTTP/1.1"
23 method : "GET" 23 method : "GET"
24 queryString : [ 24 queryString : [
25 ] 25 ]
26 url : "http://127.0.0.1:8000/inspector/resource-har-conversion.h tml" 26 url : "http://127.0.0.1:8000/inspector/resource-har-conversion.h tml"
27 } 27 }
28 response : { 28 response : {
29 _transferSize : <number> 29 _transferSize : <number>
30 bodySize : <number> 30 bodySize : <number>
31 content : { 31 content : {
32 compression : <number>
dgozman 2016/08/24 23:09:42 Why did this change?
allada 2016/08/25 17:30:10 Because now it is sending with a compression, befo
32 mimeType : "text/html" 33 mimeType : "text/html"
33 size : <number> 34 size : <number>
34 } 35 }
35 cookies : [ 36 cookies : [
36 ] 37 ]
37 headers : <object> 38 headers : <object>
38 headersSize : <number> 39 headersSize : <number>
39 httpVersion : "HTTP/1.1" 40 httpVersion : "HTTP/1.1"
40 redirectURL : "" 41 redirectURL : ""
41 status : 304 42 status : 200
42 statusText : "Not Modified" 43 statusText : "OK"
43 } 44 }
44 serverIPAddress : "127.0.0.1" 45 serverIPAddress : "127.0.0.1"
45 startedDateTime : <plausible> 46 startedDateTime : <plausible>
46 time : <number> 47 time : <number>
47 timings : <object> 48 timings : <object>
48 } 49 }
49 { 50 {
50 cache : { 51 cache : {
51 } 52 }
52 connection : <string> 53 connection : <string>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 httpVersion : "HTTP/1.1" 88 httpVersion : "HTTP/1.1"
88 method : "GET" 89 method : "GET"
89 queryString : [ 90 queryString : [
90 ] 91 ]
91 url : "http://127.0.0.1:8000/inspector/inspector-test.js" 92 url : "http://127.0.0.1:8000/inspector/inspector-test.js"
92 } 93 }
93 response : { 94 response : {
94 _transferSize : <number> 95 _transferSize : <number>
95 bodySize : <number> 96 bodySize : <number>
96 content : { 97 content : {
98 compression : <number>
97 mimeType : "application/x-javascript" 99 mimeType : "application/x-javascript"
98 size : <number> 100 size : <number>
99 } 101 }
100 cookies : [ 102 cookies : [
101 { 103 {
102 domain : "example.com" 104 domain : "example.com"
103 expires : null 105 expires : null
104 httpOnly : true 106 httpOnly : true
105 name : "x" 107 name : "x"
106 path : "/path" 108 path : "/path"
(...skipping 18 matching lines...) Expand all
125 path : undefined 127 path : undefined
126 sameSite : "Lax" 128 sameSite : "Lax"
127 secure : false 129 secure : false
128 value : "y2" 130 value : "y2"
129 } 131 }
130 ] 132 ]
131 headers : <object> 133 headers : <object>
132 headersSize : <number> 134 headersSize : <number>
133 httpVersion : "HTTP/1.1" 135 httpVersion : "HTTP/1.1"
134 redirectURL : "" 136 redirectURL : ""
135 status : 304 137 status : 200
136 statusText : "Not Modified" 138 statusText : "OK"
137 } 139 }
138 serverIPAddress : "127.0.0.1" 140 serverIPAddress : "127.0.0.1"
139 startedDateTime : <plausible> 141 startedDateTime : <plausible>
140 time : <number> 142 time : <number>
141 timings : <object> 143 timings : <object>
142 } 144 }
143 { 145 {
144 cache : { 146 cache : {
145 } 147 }
146 connection : <string> 148 connection : <string>
147 pageref : "page_1" 149 pageref : "page_1"
148 request : { 150 request : {
149 bodySize : <number> 151 bodySize : <number>
150 cookies : [ 152 cookies : [
151 ] 153 ]
152 headers : <object> 154 headers : <object>
153 headersSize : <number> 155 headersSize : <number>
154 httpVersion : "HTTP/1.1" 156 httpVersion : "HTTP/1.1"
155 method : "GET" 157 method : "GET"
156 queryString : [ 158 queryString : [
157 ] 159 ]
158 url : "http://127.0.0.1:8000/inspector/network-test.js" 160 url : "http://127.0.0.1:8000/inspector/network-test.js"
159 } 161 }
160 response : { 162 response : {
161 _transferSize : <number> 163 _transferSize : <number>
162 bodySize : <number> 164 bodySize : <number>
163 content : { 165 content : {
166 compression : <number>
164 mimeType : "application/x-javascript" 167 mimeType : "application/x-javascript"
165 size : <number> 168 size : <number>
166 } 169 }
167 cookies : [ 170 cookies : [
168 ] 171 ]
169 headers : <object> 172 headers : <object>
170 headersSize : <number> 173 headersSize : <number>
171 httpVersion : "HTTP/1.1" 174 httpVersion : "HTTP/1.1"
172 redirectURL : "" 175 redirectURL : ""
173 status : 304 176 status : 200
174 statusText : "Not Modified" 177 statusText : "OK"
175 } 178 }
176 serverIPAddress : "127.0.0.1" 179 serverIPAddress : "127.0.0.1"
177 startedDateTime : <plausible> 180 startedDateTime : <plausible>
178 time : <number> 181 time : <number>
179 timings : <object> 182 timings : <object>
180 } 183 }
181 { 184 {
182 cache : { 185 cache : {
183 } 186 }
184 connection : <string> 187 connection : <string>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 onContentLoad : <number> 232 onContentLoad : <number>
230 onLoad : <number> 233 onLoad : <number>
231 } 234 }
232 startedDateTime : <plausible> 235 startedDateTime : <plausible>
233 title : "http://127.0.0.1:8000/inspector/resource-har-conversion.htm l" 236 title : "http://127.0.0.1:8000/inspector/resource-har-conversion.htm l"
234 } 237 }
235 ] 238 ]
236 version : <string> 239 version : <string>
237 } 240 }
238 241
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698