browser(firefox-stable): disable proton UI in firefox stable (#6838)

See f4b8c3a848 for details.
This commit is contained in:
Andrey Lushnikov 2021-06-01 19:08:03 -07:00 committed by GitHub
parent a1106e5d4e
commit d767fc2f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -1,2 +1,2 @@
1258
Changed: lushnikov@chromium.org Tue Jun 1 12:53:28 PDT 2021
1259
Changed: lushnikov@chromium.org Tue Jun 1 19:07:28 PDT 2021

View file

@ -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