tor-browser

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

xpcshell-child-process.toml (346B)


      1 [DEFAULT]
      2 dupe-manifest = ""
      3 head = "xpcshell-head-child-process.js"
      4 tags = "inc-origin-init"
      5 tail =  ""
      6 skip-if = [
      7  "os == 'android'",
      8 ]
      9 support-files = [
     10  "GlobalObjectsChild.js",
     11  "GlobalObjectsModule.sys.mjs",
     12  "GlobalObjectsSandbox.js",
     13  "xpcshell-head-parent-process.js",
     14  "xpcshell-shared.toml",
     15 ]
     16 
     17 ["include:xpcshell-shared.toml"]