dom/tests/mochitest/ajax/scriptaculous/mochitest.ini

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.

michael@0 1 [DEFAULT]
michael@0 2 skip-if = e10s
michael@0 3 support-files =
michael@0 4 manifest.json
michael@0 5 lib/prototype.js
michael@0 6 src/builder.js
michael@0 7 src/controls.js
michael@0 8 src/dragdrop.js
michael@0 9 src/effects.js
michael@0 10 src/scriptaculous.js
michael@0 11 src/slider.js
michael@0 12 src/sound.js
michael@0 13 src/unittest.js
michael@0 14 test/unit/_ajax_inplaceeditor_result.html
michael@0 15 test/unit/_ajax_inplaceeditor_text.html
michael@0 16 test/unit/_ajax_updater_result.html
michael@0 17 test/unit/_autocomplete_result.html
michael@0 18 test/unit/_autocomplete_result_nobr.html
michael@0 19 test/unit/ajax_autocompleter_test.html
michael@0 20 test/unit/ajax_inplaceeditor_test.html
michael@0 21 test/unit/bdd_test.html
michael@0 22 test/unit/builder_test.html
michael@0 23 test/unit/dragdrop_test.html
michael@0 24 test/unit/effects_test.html
michael@0 25 test/unit/element_test.html
michael@0 26 test/unit/icon.png
michael@0 27 test/unit/loading_test.html
michael@0 28 test/unit/position_clone_test.html
michael@0 29 test/unit/slider_test.html
michael@0 30 test/unit/sortable_test.html
michael@0 31 test/unit/string_test.html
michael@0 32 test/unit/unit_test.html
michael@0 33
michael@0 34 [test_Scriptaculous.html]
michael@0 35 skip-if = (toolkit == 'gonk' && debug) || toolkit == 'android' #debug-only failure

mercurial