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

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

Issue 1798173003: [DevTools] Added serverIPaddress to HAR output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a couple files that were wrong Created 4 years, 9 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: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck 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 23 matching lines...) Expand all
34 } 34 }
35 cookies : [ 35 cookies : [
36 ] 36 ]
37 headers : <object> 37 headers : <object>
38 headersSize : <number> 38 headersSize : <number>
39 httpVersion : "HTTP/1.1" 39 httpVersion : "HTTP/1.1"
40 redirectURL : "" 40 redirectURL : ""
41 status : 304 41 status : 304
42 statusText : "Not Modified" 42 statusText : "Not Modified"
43 } 43 }
44 serverIPAddress : "127.0.0.1"
44 startedDateTime : <plausible> 45 startedDateTime : <plausible>
45 time : <number> 46 time : <number>
46 timings : <object> 47 timings : <object>
47 } 48 }
48 { 49 {
49 cache : { 50 cache : {
50 } 51 }
51 connection : <string> 52 connection : <string>
52 pageref : "page_1" 53 pageref : "page_1"
53 request : { 54 request : {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 value : "y2" 126 value : "y2"
126 } 127 }
127 ] 128 ]
128 headers : <object> 129 headers : <object>
129 headersSize : <number> 130 headersSize : <number>
130 httpVersion : "HTTP/1.1" 131 httpVersion : "HTTP/1.1"
131 redirectURL : "" 132 redirectURL : ""
132 status : 304 133 status : 304
133 statusText : "Not Modified" 134 statusText : "Not Modified"
134 } 135 }
136 serverIPAddress : "127.0.0.1"
135 startedDateTime : <plausible> 137 startedDateTime : <plausible>
136 time : <number> 138 time : <number>
137 timings : <object> 139 timings : <object>
138 } 140 }
139 { 141 {
140 cache : { 142 cache : {
141 } 143 }
142 connection : <string> 144 connection : <string>
143 pageref : "page_1" 145 pageref : "page_1"
144 request : { 146 request : {
(...skipping 17 matching lines...) Expand all
162 } 164 }
163 cookies : [ 165 cookies : [
164 ] 166 ]
165 headers : <object> 167 headers : <object>
166 headersSize : <number> 168 headersSize : <number>
167 httpVersion : "HTTP/1.1" 169 httpVersion : "HTTP/1.1"
168 redirectURL : "" 170 redirectURL : ""
169 status : 304 171 status : 304
170 statusText : "Not Modified" 172 statusText : "Not Modified"
171 } 173 }
174 serverIPAddress : "127.0.0.1"
172 startedDateTime : <plausible> 175 startedDateTime : <plausible>
173 time : <number> 176 time : <number>
174 timings : <object> 177 timings : <object>
175 } 178 }
176 { 179 {
177 cache : { 180 cache : {
178 } 181 }
179 connection : <string> 182 connection : <string>
180 pageref : "page_1" 183 pageref : "page_1"
181 request : { 184 request : {
(...skipping 22 matching lines...) Expand all
204 } 207 }
205 cookies : [ 208 cookies : [
206 ] 209 ]
207 headers : <object> 210 headers : <object>
208 headersSize : <number> 211 headersSize : <number>
209 httpVersion : "HTTP/1.1" 212 httpVersion : "HTTP/1.1"
210 redirectURL : "" 213 redirectURL : ""
211 status : 200 214 status : 200
212 statusText : "OK" 215 statusText : "OK"
213 } 216 }
217 serverIPAddress : ""
214 startedDateTime : <plausible> 218 startedDateTime : <plausible>
215 time : <number> 219 time : <number>
216 timings : <object> 220 timings : <object>
217 } 221 }
218 ] 222 ]
219 pages : [ 223 pages : [
220 { 224 {
221 id : <string> 225 id : <string>
222 pageTimings : { 226 pageTimings : {
223 onContentLoad : <number> 227 onContentLoad : <number>
224 onLoad : <number> 228 onLoad : <number>
225 } 229 }
226 startedDateTime : <plausible> 230 startedDateTime : <plausible>
227 title : "http://127.0.0.1:8000/inspector/resource-har-conversion.htm l" 231 title : "http://127.0.0.1:8000/inspector/resource-har-conversion.htm l"
228 } 232 }
229 ] 233 ]
230 version : <string> 234 version : <string>
231 } 235 }
232 236
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698