tor-browser

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

xpcshell.toml (218B)


      1 [DEFAULT]
      2 firefox-appdir = "browser"
      3 head = ["asserts.js"]
      4 run-if = [
      5  "os != 'android'",
      6 ]
      7 
      8 ["test_ChatConversation.js"]
      9 
     10 ["test_ChatMessage.js"]
     11 
     12 ["test_ChatStore.js"]
     13 
     14 ["test_chat-utils.js"]
     15 
     16 ["theme_aiwindow.js"]