netwerk/test/unit_ipc/xpcshell.ini

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 [DEFAULT]
     2 head = head_channels_clone.js head_cc.js
     3 tail =
     4 support-files = disabled_test_bug528292_wrap.js
     6 [test_bug248970_cookie_wrap.js]
     7 [test_cacheflags_wrap.js]
     8 [test_cache_jar_wrap.js]
     9 [test_channel_close_wrap.js]
    10 [test_cookie_header_wrap.js]
    11 [test_cookiejars_wrap.js]
    12 [test_dns_service_wrap.js]
    13 [test_duplicate_headers_wrap.js]
    14 [test_event_sink_wrap.js]
    15 [test_head_wrap.js]
    16 [test_headers_wrap.js]
    17 [test_httpsuspend_wrap.js]
    18 [test_post_wrap.js]
    19 [test_progress_wrap.js]
    20 [test_redirect-caching_canceled_wrap.js]
    21 [test_redirect-caching_failure_wrap.js]
    22 [test_redirect-caching_passing_wrap.js]
    23 [test_redirect_canceled_wrap.js]
    24 [test_redirect_failure_wrap.js]
    25 # Do not test the channel.redirectTo() API under e10s until 827269 is resolved
    26 [test_redirect_from_script_wrap.js]
    27 skip-if = true
    28 [test_redirect_passing_wrap.js]
    29 [test_redirect_different-protocol_wrap.js]
    30 [test_reentrancy_wrap.js]
    31 [test_resumable_channel_wrap.js]
    32 [test_simple_wrap.js]
    33 [test_xmlhttprequest_wrap.js]
    34 [test_XHR_redirects.js]

mercurial