Tue, 06 Jan 2015 21:39:09 +0100
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 [DEFAULT]
2 head =
3 tail =
5 [test_bug319968.js]
6 [test_bug465752.js]
7 [test_geolocation_provider.js]
8 # Bug 684962: test hangs consistently on Android
9 skip-if = os == "android"
10 [test_geolocation_timeout.js]
11 # Bug 919946: test hangs consistently on Android
12 skip-if = os == "android"
13 [test_geolocation_timeout_wrap.js]
14 skip-if = os == "mac" || os == "android"
15 [test_geolocation_reset_accuracy.js]
16 # Bug 919946: test hangs consistently on Android
17 skip-if = os == "android"
18 [test_geolocation_reset_accuracy_wrap.js]
19 skip-if = os == "mac" || os == "android"