dom/devicestorage/test/mochitest.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 skip-if = toolkit == 'android' || e10s #bug 781789 & bug 782275
     3 support-files = devicestorage_common.js
     5 [test_823965.html]
     6 # [test_add.html]
     7 # man, our mime database sucks hard.  followup bug # 788273
     8 [test_addCorrectType.html]
     9 [test_available.html]
    10 [test_basic.html]
    11 [test_overrideDir.html]
    12 # [test_diskSpace.html]
    13 # Possible race between the time we write a file, and the
    14 # time it takes to be reflected by statfs().  Bug # 791287
    15 [test_dotdot.html]
    16 [test_enumerate.html]
    17 [test_enumerateMultipleContinue.html]
    18 [test_enumerateOptions.html]
    19 [test_freeSpace.html]
    20 [test_lastModificationFilter.html]
    21 [test_overwrite.html]
    22 [test_sanity.html]
    23 [test_usedSpace.html]
    24 [test_watch.html]
    25 [test_watchOther.html]
    27 # FileSystem API tests
    28 [test_fs_basic.html]
    29 [test_fs_createDirectory.html]
    30 [test_fs_get.html]
    31 [test_fs_remove.html]
    32 [test_fs_createFile.html]

mercurial