Skip to content

Commit f4b8c3a

Browse files
authored
browser(firefox): disable proton UI for now (#6327)
The new Proton UI breaks certain screencast tests. Disable this for now.
1 parent 2f290cc commit f4b8c3a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

browser_patches/firefox/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1247
2-
Changed: dgozman@gmail.com Fri Apr 23 15:46:40 PDT 2021
1+
1248
2+
Changed: aslushnikov@gmail.com Mon Apr 26 12:48:04 -05 2021

browser_patches/firefox/preferences/playwright.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ pref("browser.tabs.remote.useCrossOriginOpenerPolicy", false);
1111
// support for the new modal UI (see Bug 1686743).
1212
pref("prompts.contentPromptSubDialog", false);
1313

14+
15+
// The new "proton" UI breaks our screencast tests.
16+
// Disable the UI until we figure what is going on.
17+
pref("browser.proton.enabled", false);
18+
1419
// Increase max number of child web processes so that new pages
1520
// get a new process by default and we have a process isolation
1621
// between pages from different contexts. If this becomes a performance

0 commit comments

Comments
 (0)