tor-browser

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

xpcshell.toml (893B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head = "head_bookmarks.js"
      6 firefox-appdir = "browser"
      7 support-files = [
      8  "bookmarks.glue.html",
      9  "bookmarks.glue.json",
     10  "corruptDB.sqlite",
     11  "distribution.ini",
     12 ]
     13 
     14 ["test_PUIU_batchUpdatesForNode.js"]
     15 
     16 ["test_PUIU_setCharsetForPage.js"]
     17 
     18 ["test_PUIU_title_difference_spotter.js"]
     19 
     20 ["test_browserGlue_bookmarkshtml.js"]
     21 
     22 ["test_browserGlue_corrupt.js"]
     23 
     24 ["test_browserGlue_corrupt_nobackup.js"]
     25 
     26 ["test_browserGlue_corrupt_nobackup_default.js"]
     27 
     28 ["test_browserGlue_distribution.js"]
     29 
     30 ["test_browserGlue_migrate.js"]
     31 
     32 ["test_browserGlue_prefs.js"]
     33 
     34 ["test_browserGlue_restore.js"]
     35 
     36 ["test_clearHistory_shutdown.js"]
     37 prefs = ["privacy.sanitize.useOldClearHistoryDialog=true"]
     38 
     39 ["test_clearHistory_shutdown_v2.js"]
     40 prefs = ["privacy.sanitize.useOldClearHistoryDialog=false"]
     41 
     42 ["test_interactions_blocklist.js"]
     43 
     44 ["test_invalid_defaultLocation.js"]