gecko-dev/toolkit/components/extensions/test/xpcshell/head_remote.js
Shane Caraveo 387891590a Bug 1400391 fix e10s xpcshell-test for remote webextensions, r=kmag
MozReview-Commit-ID: AgdmUNWLGaq

--HG--
extra : rebase_source : 3caf6ae08f5507a9d22a9f6b3d16766bd7f98964
2017-09-17 19:34:13 -07:00

7 lines
232 B
JavaScript

"use strict";
Services.prefs.setBoolPref("extensions.webextensions.remote", true);
Services.prefs.setIntPref("dom.ipc.keepProcessesAlive.extension", 1);
/* globals testEnv */
testEnv.expectRemote = true; // tested in head_test.js