toolkit/components/search/tests/xpcshell/xpcshell.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 [DEFAULT]
michael@0 2 head = head_search.js
michael@0 3 tail =
michael@0 4 firefox-appdir = browser
michael@0 5 support-files =
michael@0 6 data/chrome.manifest
michael@0 7 data/engine.src
michael@0 8 data/engine.xml
michael@0 9 data/engine2.xml
michael@0 10 data/engine-rel-searchform.xml
michael@0 11 data/engine-rel-searchform-post.xml
michael@0 12 data/engineImages.xml
michael@0 13 data/ico-size-16x16-png.ico
michael@0 14 data/invalid-engine.xml
michael@0 15 data/search-metadata.json
michael@0 16 data/search.json
michael@0 17 data/search.sqlite
michael@0 18 data/searchTest.jar
michael@0 19
michael@0 20 [test_nocache.js]
michael@0 21 [test_645970.js]
michael@0 22 [test_identifiers.js]
michael@0 23 [test_invalid_engine_from_dir.js]
michael@0 24 [test_init_async_multiple.js]
michael@0 25 [test_init_async_multiple_then_sync.js]
michael@0 26 [test_json_cache.js]
michael@0 27 [test_nodb.js]
michael@0 28 [test_nodb_pluschanges.js]
michael@0 29 [test_save_sorted_engines.js]
michael@0 30 [test_purpose.js]
michael@0 31 [test_defaultEngine.js]
michael@0 32 [test_prefSync.js]
michael@0 33 [test_notifications.js]
michael@0 34 [test_addEngine_callback.js]
michael@0 35 [test_multipleIcons.js]
michael@0 36 [test_resultDomain.js]
michael@0 37 [test_serialize_file.js]
michael@0 38 [test_async.js]
michael@0 39 [test_sync.js]
michael@0 40 [test_sync_fallback.js]
michael@0 41 [test_sync_delay_fallback.js]
michael@0 42 [test_rel_searchform.js]

mercurial