toolkit/crashreporter/test/unit/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_crashreporter.js
     3 tail =
     4 support-files =
     5   crasher_subprocess_head.js
     6   crasher_subprocess_tail.js
     8 [test_crash_moz_crash.js]
     9 [test_crash_purevirtual.js]
    10 [test_crash_runtimeabort.js]
    11 [test_crash_oom.js]
    12 skip-if = os == 'win' && debug
    14 [test_crash_abort.js]
    15 skip-if = os == 'win'
    17 [test_crashreporter.js]
    18 [test_crashreporter_crash.js]
    19 [test_crashreporter_crash_profile_lock.js]
    20 [test_override_exception_handler.js]
    21 run-if = os == 'win'
    23 [test_crashreporter_appmem.js]
    24 run-if = os == 'win' || os == 'linux'
    25 # we need to skip this due to bug 838613
    26 skip-if = os=='linux' && bits==32
    28 [test_crash_AsyncShutdown.js]
    29 [test_event_files.js]

mercurial