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

Commit

Permalink
dissable e10s for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Feb 23, 2018
1 parent 1f98bb9 commit 3ba2813
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import android.view.MotionEvent;
import android.view.Surface;

import org.mozilla.gecko.GeckoSessionSettings;
import org.mozilla.gecko.gfx.NativePanZoomController;
import org.mozilla.gecko.GeckoSession;

Expand All @@ -21,6 +22,8 @@ class BrowserWidget implements Widget {
BrowserWidget(Context aContext, GeckoSession aSession) {
mContext = aContext;
mSession = aSession;
// Remove once e10s issues have been resolved.
mSession.getSettings().setBoolean(GeckoSessionSettings.USE_MULTIPROCESS, false);
}

@Override
Expand Down

0 comments on commit 3ba2813

Please sign in to comment.