tor-browser

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

xpcshell.toml (773B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head = "head.js"
      6 firefox-appdir = "browser"
      7 support-files = [
      8  "ai-window-prompts-remote-settings-snapshot.json",
      9 ]
     10 
     11 ["test_Chat.js"]
     12 
     13 ["test_ChatUtils.js"]
     14 
     15 ["test_ConversationSuggestions.js"]
     16 
     17 ["test_Memories.js"]
     18 
     19 ["test_MemoriesChatSource.js"]
     20 
     21 ["test_MemoriesConversationScheduler.js"]
     22 
     23 ["test_MemoriesDriftDetector.js"]
     24 
     25 ["test_MemoriesHistoryScheduler.js"]
     26 
     27 ["test_MemoriesHistorySource.js"]
     28 
     29 ["test_MemoriesManager.js"]
     30 
     31 ["test_SearchBrowsingHistory.js"]
     32 
     33 ["test_SearchBrowsingHistoryDomainBoost.js"]
     34 
     35 ["test_TitleGeneration.js"]
     36 
     37 ["test_Tools_GetOpenTabs.js"]
     38 
     39 ["test_Tools_GetPageContent.js"]
     40 
     41 ["test_Tools_SearchBrowsingHistory.js"]
     42 
     43 ["test_Utils.js"]
     44 
     45 ["test_Utils_RemoteSettings.js"]
     46 
     47 ["test_intent_classifier.js"]