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.

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

mercurial