We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b498a3f commit a43eac3Copy full SHA for a43eac3
browser_patches/firefox/BUILD_NUMBER
@@ -1 +1 @@
1
-1086
+1087
browser_patches/firefox/preferences/playwright.cfg
@@ -3,6 +3,13 @@
3
// Use light theme by default.
4
pref("ui.systemUsesDarkTheme", 0);
5
6
+// Increase max number of child web processes so that new pages
7
+// get a new process by default and we have a process isolation
8
+// between pages from different contexts. If this becomes a performance
9
+// issue we can povide custom '@mozilla.org/ipc/processselector;1'
10
+//
11
+pref("dom.ipc.processCount", 60000);
12
+
13
// Do not use system colors - they are affected by themes.
14
pref("ui.use_standins_for_native_colors", true);
15
0 commit comments