tor-browser

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

xpcshell.toml (1104B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head = "head.js"
      6 firefox-appdir = "browser"
      7 tags = "webextensions"
      8 dupe-manifest = ""
      9 
     10 ["test_ext_bookmarks.js"]
     11 
     12 ["test_ext_browsingData_downloads.js"]
     13 
     14 ["test_ext_browsingData_passwords.js"]
     15 
     16 ["test_ext_browsingData_settings.js"]
     17 
     18 ["test_ext_chrome_settings_overrides_home.js"]
     19 
     20 ["test_ext_chrome_settings_overrides_update.js"]
     21 
     22 ["test_ext_distribution_popup.js"]
     23 
     24 ["test_ext_history.js"]
     25 
     26 ["test_ext_homepage_overrides_private.js"]
     27 
     28 ["test_ext_manifest.js"]
     29 
     30 ["test_ext_manifest_commands.js"]
     31 
     32 ["test_ext_manifest_omnibox.js"]
     33 
     34 ["test_ext_manifest_permissions.js"]
     35 
     36 ["test_ext_menu_caller.js"]
     37 
     38 ["test_ext_menu_startup.js"]
     39 requesttimeoutfactor = 2  # Slow on Linux debug
     40 
     41 ["test_ext_normandyAddonStudy.js"]
     42 
     43 ["test_ext_pageAction_shutdown.js"]
     44 
     45 ["test_ext_pkcs11_management.js"]
     46 
     47 ["test_ext_settings_overrides_defaults.js"]
     48 
     49 ["test_ext_settings_overrides_search.js"]
     50 
     51 ["test_ext_settings_overrides_shutdown.js"]
     52 
     53 ["test_ext_settings_validate.js"]
     54 
     55 ["test_ext_topSites.js"]
     56 
     57 ["test_ext_url_overrides_newtab.js"]
     58 
     59 ["test_ext_url_overrides_newtab_update.js"]