Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit eb9a1ec

Browse files
keianhzoMortimerGoro
authored andcommitted
Revert "Enable e10s by default (#2615)" (#2687)
This reverts commit 91e3eaa.
1 parent 84ce750 commit eb9a1ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/common/shared/org/mozilla/vrbrowser/browser/SettingsStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SettingsStore getInstance(final @NonNull Context aContext) {
4949
public final static boolean REMOTE_DEBUGGING_DEFAULT = false;
5050
public final static boolean CONSOLE_LOGS_DEFAULT = false;
5151
public final static boolean ENV_OVERRIDE_DEFAULT = false;
52-
public final static boolean MULTIPROCESS_DEFAULT = true;
52+
public final static boolean MULTIPROCESS_DEFAULT = false;
5353
public final static boolean UI_HARDWARE_ACCELERATION_DEFAULT = true;
5454
public final static boolean PERFORMANCE_MONITOR_DEFAULT = true;
5555
public final static boolean DRM_PLAYBACK_DEFAULT = false;

app/src/main/res/values/non_L10n.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<string name="settings_key_remote_debugging" translatable="false">settings_remote_debugging</string>
1212
<string name="settings_key_console_logs" translatable="false">settings_console_logs</string>
1313
<string name="settings_key_environment_override" translatable="false">settings_environment_override</string>
14-
<string name="settings_key_multiprocess_e10s" translatable="false">settings_environment_multiprocess_e10s_v3</string>
14+
<string name="settings_key_multiprocess_e10s" translatable="false">settings_environment_multiprocess_e10s_v2</string>
1515
<string name="settings_key_performance_monitor" translatable="false">settings_performance_monitor</string>
1616
<string name="settings_key_servo" translatable="false">settings_environment_servo</string>
1717
<string name="settings_key_drm_playback" translatable="false">settings_key_drm_playback</string>

0 commit comments

Comments
 (0)