testing/profiles/prefs_b2g_unittest.js

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 // Prefs specific to b2g mochitests
     3 user_pref("browser.homescreenURL","app://test-container.gaiamobile.org/index.html");
     4 user_pref("browser.manifestURL","app://test-container.gaiamobile.org/manifest.webapp");
     5 user_pref("dom.mozBrowserFramesEnabled", "%(OOP)s");
     6 user_pref("dom.ipc.tabs.disabled", false);
     7 user_pref("dom.ipc.browser_frames.oop_by_default", false);
     8 user_pref("dom.mozBrowserFramesWhitelist","app://test-container.gaiamobile.org,http://mochi.test:8888");
     9 user_pref("marionette.force-local", true);
    10 user_pref("dom.testing.datastore_enabled_for_hosted_apps", true);

mercurial