browser(firefox): disable proton UI for now (#6327)

The new Proton UI breaks certain screencast tests. Disable
this for now.
This commit is contained in:
Andrey Lushnikov 2021-04-26 10:59:12 -07:00 committed by GitHub
parent 2f290cc9be
commit f4b8c3a848
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 @@
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

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