From f4b8c3a848bc178ec92a086a7c7e998fac38d811 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 26 Apr 2021 10:59:12 -0700 Subject: [PATCH] browser(firefox): disable proton UI for now (#6327) The new Proton UI breaks certain screencast tests. Disable this for now. --- browser_patches/firefox/BUILD_NUMBER | 4 ++-- browser_patches/firefox/preferences/playwright.cfg | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/browser_patches/firefox/BUILD_NUMBER b/browser_patches/firefox/BUILD_NUMBER index 358b8dbc3a..029a4ec45e 100644 --- a/browser_patches/firefox/BUILD_NUMBER +++ b/browser_patches/firefox/BUILD_NUMBER @@ -1,2 +1,2 @@ -1247 -Changed: dgozman@gmail.com Fri Apr 23 15:46:40 PDT 2021 +1248 +Changed: aslushnikov@gmail.com Mon Apr 26 12:48:04 -05 2021 diff --git a/browser_patches/firefox/preferences/playwright.cfg b/browser_patches/firefox/preferences/playwright.cfg index 367bece699..0aa7a3559b 100644 --- a/browser_patches/firefox/preferences/playwright.cfg +++ b/browser_patches/firefox/preferences/playwright.cfg @@ -11,6 +11,11 @@ pref("browser.tabs.remote.useCrossOriginOpenerPolicy", false); // support for the new modal UI (see Bug 1686743). pref("prompts.contentPromptSubDialog", false); + +// The new "proton" UI breaks our screencast tests. +// Disable the UI until we figure what is going on. +pref("browser.proton.enabled", false); + // Increase max number of child web processes so that new pages // get a new process by default and we have a process isolation // between pages from different contexts. If this becomes a performance