Skip to content

Commit

Permalink
Force IonMonkey on 64 bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Mar 13, 2019
1 parent 06e4d41 commit 406ad57
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -725,6 +725,7 @@ private void vrPrefsWorkAround(Context aContext, Bundle aExtras) {
out.write("pref(\"webgl.enable-surface-texture\", true);\n".getBytes());
out.write("pref(\"apz.allow_double_tap_zooming\", false);\n".getBytes());
out.write("pref(\"dom.webcomponents.customelements.enabled\", true);\n".getBytes());
out.write("pref(\"javascript.options.ion\", true);\n".getBytes());
// Prevent autozoom when giving a form field focus.
out.write("pref(\"formhelper.autozoom\", false);\n".getBytes());
// Uncomment this to enable WebRender. WARNING NOT READY FOR USAGE.
Expand Down

0 comments on commit 406ad57

Please sign in to comment.