tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xpcshell.toml (1089B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 firefox-appdir = "browser"
      6 head = "head.js"
      7 support-files = [
      8  "policytest_v0.1.xpi",
      9  "../../../../../toolkit/mozapps/extensions/test/xpinstall/amosigned-sha1only.xpi"
     10 ]
     11 
     12 ["test_3rdparty.js"]
     13 
     14 ["test_addon_update.js"]
     15 
     16 ["test_appupdatepin.js"]
     17 
     18 ["test_appupdateurl.js"]
     19 
     20 ["test_bug1658259.js"]
     21 
     22 ["test_cleanup.js"]
     23 
     24 ["test_clear_blocked_cookies.js"]
     25 
     26 ["test_containers.js"]
     27 
     28 ["test_defaultbrowsercheck.js"]
     29 
     30 ["test_empty_policy.js"]
     31 
     32 ["test_exempt_domain_file_type_pairs_from_file_type_download_warnings.js"]
     33 
     34 ["test_extensions.js"]
     35 
     36 ["test_extensionsettings.js"]
     37 
     38 ["test_import_enterprise_roots.js"]
     39 
     40 ["test_local_network_access.js"]
     41 
     42 ["test_macosparser_unflatten.js"]
     43 run-if = [
     44  "os == 'mac'",
     45 ]
     46 
     47 ["test_permissions.js"]
     48 
     49 ["test_policy_search_engine.js"]
     50 
     51 ["test_popups_cookies_addons.js"]
     52 support-files = ["config_popups_cookies_addons.json"]
     53 
     54 ["test_preferences.js"]
     55 
     56 ["test_proxy.js"]
     57 
     58 ["test_requestedlocales.js"]
     59 
     60 ["test_runOnce_helper.js"]
     61 
     62 ["test_simple_pref_policies.js"]
     63 
     64 ["test_sorted_alphabetically.js"]
     65 
     66 ["test_telemetry.js"]