mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(chromium-tip-of-tree): roll to r1295 (#34372)
This commit is contained in:
parent
99fb188cb4
commit
e20b6d1617
@ -9,9 +9,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "chromium-tip-of-tree",
|
"name": "chromium-tip-of-tree",
|
||||||
"revision": "1293",
|
"revision": "1295",
|
||||||
"installByDefault": false,
|
"installByDefault": false,
|
||||||
"browserVersion": "133.0.6943.0"
|
"browserVersion": "134.0.6960.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
|
|||||||
@ -38,7 +38,10 @@ export const chromiumSwitches = [
|
|||||||
// ThirdPartyStoragePartitioning - https://github.com/microsoft/playwright/issues/32230
|
// ThirdPartyStoragePartitioning - https://github.com/microsoft/playwright/issues/32230
|
||||||
// LensOverlay - Hides the Lens feature in the URL address bar. Its not working in unofficial builds.
|
// LensOverlay - Hides the Lens feature in the URL address bar. Its not working in unofficial builds.
|
||||||
// PlzDedicatedWorker - https://github.com/microsoft/playwright/issues/31747
|
// PlzDedicatedWorker - https://github.com/microsoft/playwright/issues/31747
|
||||||
'--disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,ThirdPartyStoragePartitioning,LensOverlay,PlzDedicatedWorker',
|
// DeferRendererTasksAfterInput - this makes Page.frameScheduledNavigation arrive much later after a click,
|
||||||
|
// making our navigation auto-wait after click not working. Can be removed once we deperecate noWaitAfter.
|
||||||
|
// See https://github.com/microsoft/playwright/pull/34372.
|
||||||
|
'--disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,ThirdPartyStoragePartitioning,LensOverlay,PlzDedicatedWorker,DeferRendererTasksAfterInput',
|
||||||
'--allow-pre-commit-input',
|
'--allow-pre-commit-input',
|
||||||
'--disable-hang-monitor',
|
'--disable-hang-monitor',
|
||||||
'--disable-ipc-flooding-protection',
|
'--disable-ipc-flooding-protection',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user