tor-browser

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

xpcshell.toml (496B)


      1 [DEFAULT]
      2 tags = "devtools"
      3 head = "head.js"
      4 firefox-appdir = "browser"
      5 run-if = [
      6  "os != 'android'",
      7 ]
      8 support-files = ""
      9 
     10 ["test_protocol_abort.js"]
     11 
     12 ["test_protocol_async.js"]
     13 
     14 ["test_protocol_children.js"]
     15 
     16 ["test_protocol_index.js"]
     17 
     18 ["test_protocol_invalid_response.js"]
     19 
     20 ["test_protocol_lifecycle.js"]
     21 
     22 ["test_protocol_longstring.js"]
     23 
     24 ["test_protocol_simple.js"]
     25 
     26 ["test_protocol_stack.js"]
     27 
     28 ["test_protocol_types.js"]
     29 
     30 ["test_protocol_unregister.js"]
     31 
     32 ["test_protocol_watchFronts.js"]