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.
michael@0 | 1 | [DEFAULT] |
michael@0 | 2 | skip-if = e10s |
michael@0 | 3 | support-files = |
michael@0 | 4 | manifest.json |
michael@0 | 5 | dist/jquery.js |
michael@0 | 6 | test/index.html |
michael@0 | 7 | test/offset.html |
michael@0 | 8 | test/test.js |
michael@0 | 9 | test/fix.html |
michael@0 | 10 | test/data/cow.jpg |
michael@0 | 11 | test/data/dashboard.xml |
michael@0 | 12 | test/data/iframe.html |
michael@0 | 13 | test/data/json_assigned_obj.js |
michael@0 | 14 | test/data/json_obj.js |
michael@0 | 15 | test/data/name.html |
michael@0 | 16 | test/data/test.html |
michael@0 | 17 | test/data/test.js |
michael@0 | 18 | test/data/test2.html |
michael@0 | 19 | test/data/test3.html |
michael@0 | 20 | test/data/testrunner.js |
michael@0 | 21 | test/data/testsuite.css |
michael@0 | 22 | test/data/with_fries.xml |
michael@0 | 23 | test/data/offset/absolute.html |
michael@0 | 24 | test/data/offset/fixed.html |
michael@0 | 25 | test/data/offset/relative.html |
michael@0 | 26 | test/data/offset/scroll.html |
michael@0 | 27 | test/data/offset/static.html |
michael@0 | 28 | test/data/offset/table.html |
michael@0 | 29 | test/unit/ajax.js |
michael@0 | 30 | test/unit/core.js |
michael@0 | 31 | test/unit/dimensions.js |
michael@0 | 32 | test/unit/event.js |
michael@0 | 33 | test/unit/fx.js |
michael@0 | 34 | test/unit/offset.js |
michael@0 | 35 | test/unit/selector.js |
michael@0 | 36 | |
michael@0 | 37 | [test_jQuery.html] |
michael@0 | 38 | skip-if = (toolkit == 'gonk' && debug) || toolkit == 'android' #bug 775227 #debug-only timeout |