Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd22072685 
							
						 
					 
					
						
						
							
							chore: enable object-curly-spacing in ESLint ( #9168 )  
						
						
						
						
					 
					
						2021-09-27 18:58:08 +02:00 
						 
				 
			
				
					
						
							
							
								Ross Wollman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							549411dc33 
							
						 
					 
					
						
						
							
							feat(har): add _requestref ( #8847 )  
						
						
						
						
					 
					
						2021-09-11 17:25:00 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
						
						
							
						
						
							913fb29353 
							
						 
					 
					
						
						
							
							test: fix 'should filter favicon and favicon redirects' in har.spec.ts  
						
						
						
						
					 
					
						2021-09-07 19:42:14 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4f4bc72828 
							
						 
					 
					
						
						
							
							chore: add more tests for Request.sizes() ( #8686 )  
						
						
						
						
					 
					
						2021-09-07 19:19:12 +02:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f43df3249 
							
						 
					 
					
						
						
							
							feat(firefox): roll to r1291 ( #8704 )  
						
						... 
						
						
						
						Co-authored-by: Max Schmitt <max@schmitt.mx> 
						
						
					 
					
						2021-09-06 13:36:10 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d5b41ce7b 
							
						 
					 
					
						
						
							
							feat(headers): add Headers.headers that would mimic the behavior of the deprecated getters ( #8665 )  
						
						
						
						
					 
					
						2021-09-02 20:48:23 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54bda2c8dd 
							
						 
					 
					
						
						
							
							fix(size): fix some of the request.size() problems ( #8645 )  
						
						
						
						
					 
					
						2021-09-02 10:39:57 -07:00 
						 
				 
			
				
					
						
							
							
								Chad Sheets 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23daf84cdd 
							
						 
					 
					
						
						
							
							fix(har): favicon redirect handling ( #8176 )  
						
						
						
						
					 
					
						2021-09-02 08:31:25 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
						
						
							
						
						
							e0e4b48df6 
							
						 
					 
					
						
						
							
							test: skip security details on WK/Win  
						
						
						
						
					 
					
						2021-09-01 23:21:03 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							57243bd023 
							
						 
					 
					
						
						
							
							chore: fix har tests  
						
						
						
						
					 
					
						2021-08-30 09:42:41 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ea2f209ea 
							
						 
					 
					
						
						
							
							fix(har): requestFinished/page-close race ( #8518 )  
						
						
						
						
					 
					
						2021-08-28 01:09:18 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89245de0ef 
							
						 
					 
					
						
						
							
							fix(har): rewrite sizes and make transferSize work in WK/Linux ( #8504 )  
						
						
						
						
					 
					
						2021-08-27 20:42:45 +02:00 
						 
				 
			
				
					
						
							
							
								Ross Wollman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd110e6477 
							
						 
					 
					
						
						
							
							feat(har): Remotely accessible HAR file ( #8385 )  
						
						... 
						
						
						
						This change ensure's the HAR file is saved at `recordHar.path` on the
client instead of the server.
NB: The goal was to make this change transparent to the user and NOT
introduce any new APIs. Namely, I want to leave the API open for
potential `context.har.start()` and `context.har.stop()`.
This does BREAK servers that expect the HAR to be at the `recordHar.path`
on the server, but I think that's OK since there haven't been reports
of missing HAR on client making me think not many users are getting
HAR with client and server on different hosts anyways.
Closes  #8355  
						
						
					 
					
						2021-08-25 13:32:56 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29eb6cb777 
							
						 
					 
					
						
						
							
							chore: migrate tracing to har ( #8417 )  
						
						... 
						
						
						
						chore: migrate tracing to har
- `HarTracer` is used by both `HarRecorder` that implements
  `recordHar` context option, and by tracing.
- We keep the `trace.network` format for now, so it is not
  yet a valid har file, but it contains har entries. 
						
						
					 
					
						2021-08-24 21:09:41 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5bb8a327b 
							
						 
					 
					
						
						
							
							test: fix CR proxy tests on Windows ( #7675 )  
						
						
						
						
					 
					
						2021-07-19 17:50:14 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cc2a2dc59 
							
						 
					 
					
						
						
							
							feat(har): add bodySize, transportSize, headersSize ( #7470 )  
						
						... 
						
						
						
						Co-authored-by: tnolet <tim@checklyhq.com> 
						
						
					 
					
						2021-07-08 18:22:37 +02:00 
						 
				 
			
				
					
						
							
							
								Ross Wollman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							219e5138be 
							
						 
					 
					
						
						
							
							feat(response): expose connection details in API ( #7150 )  
						
						
						
						
					 
					
						2021-06-17 13:04:55 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Wollman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							195eab8787 
							
						 
					 
					
						
						
							
							feat(har): record remote IP:PORT and SSL details ( #6631 )  
						
						
						
						
					 
					
						2021-06-15 09:48:08 +02:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f0d817afd 
							
						 
					 
					
						
						
							
							test: side effects of context.storageState() ( #6793 )  
						
						
						
						
					 
					
						2021-05-28 18:20:49 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fbae295ce2 
							
						 
					 
					
						
						
							
							fix(har): save popup's main request/response ( #6562 )  
						
						... 
						
						
						
						This migrates server side code from networks events on the Page
to network events on the BrowserContext. 
						
						
					 
					
						2021-05-13 15:02:10 -07:00 
						 
				 
			
				
					
						
							
							
								Anx 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c10c4cbe8 
							
						 
					 
					
						
						
							
							fix: fix har entry time calculation ( #6472 )  
						
						
						
						
					 
					
						2021-05-11 13:28:17 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11882cdda7 
							
						 
					 
					
						
						
							
							test: roll to folio@0.4.0-alpha3 ( #6262 )  
						
						
						
						
					 
					
						2021-04-29 11:11:32 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5781f90ba 
							
						 
					 
					
						
						
							
							test: migrate most non-page tests to new folio ( #6059 )  
						
						
						
						
					 
					
						2021-04-02 21:07:45 -07:00