toolkit/components/downloads/test/schema_migration/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_migration.js
     3 tail =
     4 support-files =
     5   v1.sqlite
     6   v2.sqlite
     7   v3.sqlite
     8   v4.sqlite
     9   v5.sqlite
    10   v6.sqlite
    11   v7.sqlite
    12   v8.sqlite
    14 [test_migration_to_2.js]
    15 [test_migration_to_3.js]
    16 [test_migration_to_4.js]
    17 [test_migration_to_5.js]
    18 [test_migration_to_6.js]
    19 [test_migration_to_7.js]
    20 [test_migration_to_8.js]
    21 [test_migration_to_9.js]

mercurial