f05b4daa2f 
								
							 
						 
						
							
							
								
								fix(clock): under reused context ( #31357 )  
							
							... 
							
							
							
							We uninstall all the setInitScript but forgot to mark `installed` as
`false`.
Fixes https://github.com/microsoft/playwright/issues/31353  
							
						 
						
							2024-06-18 18:21:33 +02:00  
				
					
						
							
							
								 
						
							
								96053ed0b5 
								
							 
						 
						
							
							
								
								Revert "fix(reuse): reset Origin Private File System API ( #29921 )" ( #30342 )  
							
							... 
							
							
							
							This reverts commit 048d6669fdhttps://github.com/microsoft/playwright/issues/30339#issuecomment-2049870789 .
If we don't execute this code, it does not crash.
Reverting it for now until the Chromium fix lands in Beta/Stable. 
							
						 
						
							2024-04-11 19:07:15 +02:00  
				
					
						
							
							
								 
						
							
								048d6669fd 
								
							 
						 
						
							
							
								
								fix(reuse): reset Origin Private File System API ( #29921 )  
							
							... 
							
							
							
							Fixes https://github.com/microsoft/playwright/issues/29901 
This clears the Origin Private File System API when using VSCode
extension. 
							
						 
						
							2024-03-15 17:40:46 +01:00  
				
					
						
							
							
								 
						
							
								527d260cbf 
								
							 
						 
						
							
							
								
								chore: hide tracing calls from traces ( #27096 )  
							
							
							
						 
						
							2023-09-15 12:55:49 -07:00  
				
					
						
							
							
								 
						
							
								9509c300e4 
								
							 
						 
						
							
							
								
								fix(reuse): make sure newly created page is not "server-side-only" ( #26332 )  
							
							... 
							
							
							
							This page is going to be the "page for reuse", so it should not be
marked as "server-side-only" and should issue all required events.
Fixes  #24574 . 
							
						 
						
							2023-08-07 16:26:30 -07:00  
				
					
						
							
							
								 
						
							
								83a98cccf3 
								
							 
						 
						
							
							
								
								test: skip tracing test on trace mode ( #24483 )  
							
							... 
							
							
							
							Thats like we do it here:
c8f2fc392a/tests/library/tracing.spec.ts (L26) 
							
						 
						
							2023-07-28 18:48:34 +02:00  
				
					
						
							
							
								 
						
							
								1754755684 
								
							 
						 
						
							
							
								
								fix(tracing): make sure resetForReuse does not throw ( #24415 )  
							
							... 
							
							
							
							When trace chunk recording is in progress, calling `stop()` throws
`Error: Must stop trace file before stopping tracing`. 
							
						 
						
							2023-07-27 08:06:42 -07:00  
				
					
						
							
							
								 
						
							
								9472f79d32 
								
							 
						 
						
							
							
								
								fix(reuse): reset mouse position in Firefox ( #22973 )  
							
							... 
							
							
							
							Otherwise, Firefox sometimes keeps the current position and triggers
unexpected hover effects.
Fixes  #22432 . 
							
						 
						
							2023-05-12 13:21:49 -07:00  
				
					
						
							
							
								 
						
							
								2393602e8c 
								
							 
						 
						
							
							
								
								fix(reuse): ignore late bindings after dispatchers were disposed ( #22838 )  
							
							... 
							
							
							
							When reusing the context, we first dispose all dispatchers, and then
reset the page/context. If bindings are triggered during the reset, they
try to send messages on disposed dispatchers.
Since there is no way to unregister bindings, just ignore them after
disposal.
Fixes  #22803 . 
							
						 
						
							2023-05-05 11:10:53 -07:00  
				
					
						
							
							
								 
						
							
								778f8e65d2 
								
							 
						 
						
							
							
								
								chore: do not cache between reused context ( #20052 )  
							
							... 
							
							
							
							Fixes https://github.com/microsoft/playwright/issues/19926  
							
						 
						
							2023-03-03 12:37:44 +01:00  
				
					
						
							
							
								 
						
							
								830c3c9f0f 
								
							 
						 
						
							
							
								
								fix(reuse): workaround long sw unregister ( #19930 )  
							
							... 
							
							
							
							Bogus `importScripts()` sometimes makes `unregister()` hang for long
time. We detect this case and not await it.
Fixes  #19789 . 
							
						 
						
							2023-01-06 17:02:40 -08:00