Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							abea8f4d1c 
							
						 
					 
					
						
						
							
							docs: update deprecation messages for type() methods ( #26912 )  
						
						
						
						
					 
					
						2023-09-06 12:41:12 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							361038c950 
							
						 
					 
					
						
						
							
							feat: rename PageError to WebError ( #26913 )  
						
						
						
						
					 
					
						2023-09-06 12:40:53 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9105a20ac4 
							
						 
					 
					
						
						
							
							fix: remove window.stop() from page.setContent() implementation ( #26886 )  
						
						... 
						
						
						
						The call was added back in 2019 to stop network loading. See commit:
56a48559c2 
						
						
					 
					
						2023-09-06 11:02:38 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4012df160 
							
						 
					 
					
						
						
							
							fix(trace): make locator picker work for iframes ( #26883 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/26878  
						
						
					 
					
						2023-09-06 09:44:47 -07:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							500821d1bd 
							
						 
					 
					
						
						
							
							feat(chromium-tip-of-tree): roll to r1148 ( #26904 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-09-06 18:15:32 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							740472ce8f 
							
						 
					 
					
						
						
							
							fix(trace viewer): retain currentSrc of all images ( #26841 )  
						
						... 
						
						
						
						When `<source>` or `srcset=` are involved, the actual image src is
determinted at runtime based on factors like `devicePixelRatio` and
media queries that depend on width/height.
Since these factors may differ in the Trace Viewer itself, we should
preserve the `currentSrc`, use it as an actual `src`, and disable
various `<source>` and `srcset=`. 
						
						
					 
					
						2023-09-05 12:48:07 -07:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94c1b749b2 
							
						 
					 
					
						
						
							
							feat(webkit): roll to r1904 ( #26855 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-09-04 16:08:23 +02:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54e4e5caca 
							
						 
					 
					
						
						
							
							fix: implement atomic append for compilation cache ( #26830 )  
						
						... 
						
						
						
						Note: this reverts commit ffd6cf60eb0fc3ea567802da7ed0e6de17f2133f.
Fixes  #26769  
						
						
					 
					
						2023-08-31 17:55:13 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4948920437 
							
						 
					 
					
						
						
							
							fix(ui): do not log from beforeAll twice ( #26799 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/26790  
						
						
					 
					
						2023-08-31 17:34:15 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d85ba1494 
							
						 
					 
					
						
						
							
							fix: remove connectInsteadOfLaunching ( #26828 )  
						
						
						
						
					 
					
						2023-08-31 15:29:04 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b387249e45 
							
						 
					 
					
						
						
							
							chore: enhance download/install logic of branded browsers ( #26806 )  
						
						... 
						
						
						
						- Remove the check for 32 vs. 64 bit, since we only support 64 Windows
since a while
- Introduce `$ErrorActionPreference = 'Stop'` which is a best practice
otherwise the code would have continued running even a statement/line
was failing. E.g. download failed, it would still try to install
- `$ms.DownloadFile` checks for the status code internally, so we are
safe regarding this, it will throw otherwise.
This won't fix https://github.com/microsoft/playwright/issues/26591  but
makes the code more safe and might be related. 
						
						
					 
					
						2023-08-31 22:48:07 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							741c649d56 
							
						 
					 
					
						
						
							
							fix(trace viewer): make sure target inside shadow dom is highlighted ( #26823 )  
						
						... 
						
						
						
						References #24532 . 
						
						
					 
					
						2023-08-31 12:46:49 -07:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6629b31a97 
							
						 
					 
					
						
						
							
							feat(webkit): roll to r1902 ( #26812 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-08-31 17:31:13 +02:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51792c1417 
							
						 
					 
					
						
						
							
							feat(chromium-tip-of-tree): roll to r1147 ( #26815 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-08-31 17:16:31 +02:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60e70c187d 
							
						 
					 
					
						
						
							
							feat(chromium): roll to r1078 ( #26811 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-08-31 16:03:16 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd31f5bc50 
							
						 
					 
					
						
						
							
							chore: fix har date types ( #26783 )  
						
						
						
						
					 
					
						2023-08-30 12:40:46 -07:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3ece09063 
							
						 
					 
					
						
						
							
							feat(chromium-tip-of-tree): roll to r1146 ( #26770 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-08-29 16:42:49 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99b8ca2be2 
							
						 
					 
					
						
						
							
							chore: flush har when recording tracing ( #26746 )  
						
						
						
						
					 
					
						2023-08-28 17:44:48 -07:00 
						 
				 
			
				
					
						
							
							
								Sander 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee203b782c 
							
						 
					 
					
						
						
							
							feat(evaluate): serialize map and set ( #26730 )  
						
						... 
						
						
						
						closes: https://github.com/microsoft/playwright/issues/24040  
						
						
					 
					
						2023-08-28 14:32:41 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							501ed32856 
							
						 
					 
					
						
						
							
							fix(fetch): update host header on redirect ( #26750 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/26743  
						
						
					 
					
						2023-08-28 12:42:50 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c72cbdb23 
							
						 
					 
					
						
						
							
							feat(webkit): roll WebKit to r1898 ( #26738 )  
						
						
						
						
					 
					
						2023-08-28 19:44:52 +02:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72aef6bc1d 
							
						 
					 
					
						
						
							
							feat(chromium-tip-of-tree): roll to r1145 ( #26726 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/26713 
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-08-26 12:36:05 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb9ef64e7d 
							
						 
					 
					
						
						
							
							fix(android): use domain socket suffix chrome can discover ( #26724 )  
						
						... 
						
						
						
						Fixes: https://github.com/microsoft/playwright/issues/26721  
						
						
					 
					
						2023-08-25 19:30:09 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc1f6272d8 
							
						 
					 
					
						
						
							
							chore: deflate large web socket messages ( #26720 )  
						
						
						
						
					 
					
						2023-08-25 16:13:46 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ecd561db2 
							
						 
					 
					
						
						
							
							chore: improve network panel rendering ( #26708 )  
						
						
						
						
					 
					
						2023-08-25 12:10:28 -07:00 
						 
				 
			
				
					
						
							
							
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce446437fb 
							
						 
					 
					
						
						
							
							feat(chromium): roll to r1077 ( #26709 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-08-25 19:31:19 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70dcaabdee 
							
						 
					 
					
						
						
							
							fix: pass sdkLanguage to service server ( #26702 )  
						
						
						
						
					 
					
						2023-08-25 17:40:26 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ecc13038f 
							
						 
					 
					
						
						
							
							fix(textContent): make it work for ShadowRoot ( #26690 )  
						
						... 
						
						
						
						It used to work, but regressed in v1.36.
Fixes  #26636 . 
						
						
					 
					
						2023-08-24 12:59:42 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d4f937674 
							
						 
					 
					
						
						
							
							chore: fix installation tests ( #26691 )  
						
						
						
						
					 
					
						2023-08-24 12:48:39 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0406e45cf3 
							
						 
					 
					
						
						
							
							chore: render download progress in the host process ( #26666 )  
						
						
						
						
					 
					
						2023-08-24 07:33:32 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44d3770559 
							
						 
					 
					
						
						
							
							fix(selector generator): escape all tag names in css selectors ( #26659 )  
						
						... 
						
						
						
						Fixes  #26657 . 
					
						2023-08-23 12:32:08 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46e33cd384 
							
						 
					 
					
						
						
							
							feat: allow installing browsers from ui ( #26628 )  
						
						
						
						
					 
					
						2023-08-23 12:26:11 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00e6540799 
							
						 
					 
					
						
						
							
							feat(ui): show test trace events live ( #26619 )  
						
						
						
						
					 
					
						2023-08-22 15:46:41 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4e79eb6ed 
							
						 
					 
					
						
						
							
							feat: replace Locator.type with Locator.pressSequentially ( #26624 )  
						
						... 
						
						
						
						Also deprecate `Locator.type`, `Frame.type`, `Page.type` and
`ElementHandle.type`, but not `Keyboard.type`.
References #24614 . 
						
						
					 
					
						2023-08-22 15:21:00 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5646875e5c 
							
						 
					 
					
						
						
							
							fix: make Request.frame throw when page is not ready yet ( #26616 )  
						
						... 
						
						
						
						Suggest to check `request.isNavigationRequest()` beforehand.
Fixes  #24603 . 
						
						
					 
					
						2023-08-22 14:06:21 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c27317b6e5 
							
						 
					 
					
						
						
							
							feat(webkit): roll to r1893 ( #26596 )  
						
						... 
						
						
						
						This should make it into v1.38 and once its merged one day later it can
be tested in [Playwright
Canary](https://playwright.dev/docs/canary-releases ).
Fixes https://github.com/microsoft/playwright/issues/22569 
Fixes https://github.com/microsoft/playwright/issues/23259  
						
						
					 
					
						2023-08-22 17:57:02 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18e03da445 
							
						 
					 
					
						
						
							
							docs: use absolute paths for file uploads ( #26611 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/26536 
This makes it a bit harder for MJS customers, but I guess they know that
they can do
    const dirname = path.dirname(url.fileURLToPath(import.meta.url)); 
						
						
					 
					
						2023-08-22 17:38:23 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							399f5383bc 
							
						 
					 
					
						
						
							
							chore: fix installation tests ( #26602 )  
						
						
						
						
					 
					
						2023-08-22 16:48:52 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72bdd43e69 
							
						 
					 
					
						
						
							
							fix(route): make sure Route.fetch works for popup main request ( #26590 )  
						
						... 
						
						
						
						References #24603 . 
						
						
					 
					
						2023-08-21 16:48:51 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2edecd4244 
							
						 
					 
					
						
						
							
							test: add libsoup3 related tests ( #26572 )  
						
						... 
						
						
						
						https://github.com/microsoft/playwright/issues/22569 
https://github.com/microsoft/playwright/issues/23259  
					
						2023-08-21 22:12:12 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f83d81956d 
							
						 
					 
					
						
						
							
							chore: make console stream live in ui mode ( #26562 )  
						
						
						
						
					 
					
						2023-08-21 10:59:37 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ac61f5c49 
							
						 
					 
					
						
						
							
							feat(chromium-tip-of-tree): roll to r1144 ( #26565 )  
						
						... 
						
						
						
						Note: r1143 got skipped due to a Windows build failure. 
						
						
					 
					
						2023-08-20 14:08:45 +02:00 
						 
				 
			
				
					
						
							
							
								Marcin Strzyz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							192b697488 
							
						 
					 
					
						
						
							
							chore: remove old webpack folder structure ( #26560 )  
						
						
						
						
					 
					
						2023-08-19 16:16:44 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09bb866333 
							
						 
					 
					
						
						
							
							chore: format console message from page ( #26555 )  
						
						
						
						
					 
					
						2023-08-19 16:13:42 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29fbcbee69 
							
						 
					 
					
						
						
							
							fix: warn if PWT commands get executed without PWT ( #26542 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/26541  
						
						
					 
					
						2023-08-18 18:26:34 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							703f590146 
							
						 
					 
					
						
						
							
							feat(webkit): roll to r1887 ( #26528 )  
						
						
						
						
					 
					
						2023-08-17 22:17:28 +02:00 
						 
				 
			
				
					
						
							
							
								Marcin Strzyz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b2d93a890 
							
						 
					 
					
						
						
							
							chore: error on unused eslint disables ( #26510 )  
						
						
						
						
					 
					
						2023-08-17 20:53:36 +02:00 
						 
				 
			
				
					
						
							
							
								Vignesh Shanmugam 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							adc9b2d390 
							
						 
					 
					
						
						
							
							feat: add support for browserContext.on('pageerror') ( #24452 )  
						
						... 
						
						
						
						+ fix  #24466 
+ Adds support for exposing the `pageerror` events via `browserContext`
API.
+ Helps with capturing the overall exceptions that are thrown outside of
the the current page and also captures the exceptions happens on other
windows/popups.
+ Keeps the API in sync with `context.on('request)',
context.on('console'), etc..` 
						
						
					 
					
						2023-08-17 09:10:03 -07:00 
						 
				 
			
				
					
						
							
							
								Jean-François Greffier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcab22c307 
							
						 
					 
					
						
						
							
							feat: display package manager in CLI help and tips ( #26450 )  
						
						... 
						
						
						
						Display `npx playwright`, `yarn playwright` or `pnpm exec playwright` in
CLI
Fixes  #21425  
						
						
					 
					
						2023-08-17 08:53:08 -07:00 
						 
				 
			
				
					
						
							
							
								Jonah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c3703fda1 
							
						 
					 
					
						
						
							
							feat: add iPhone 14 family ( #24570 )  
						
						... 
						
						
						
						Fixes  #24214  
					
						2023-08-17 11:05:40 +02:00