browser/experiments/test/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.js
     3 tail =
     4 firefox-appdir = browser
     5 support-files =
     6   experiments_1.manifest
     7   experiment-1.xpi
     8   experiment-1a.xpi
     9   experiment-2.xpi
    10 generated-files =
    11   experiment-1.xpi
    12   experiment-1a.xpi
    13   experiment-2.xpi
    15 [test_activate.js]
    16 [test_api.js]
    17 [test_cache.js]
    18 [test_conditions.js]
    19 [test_disableExperiments.js]
    20 [test_fetch.js]
    21 [test_telemetry.js]
    22 [test_healthreport.js]
    23 [test_previous_provider.js]
    24 [test_upgrade.js]

mercurial