mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
31e39883db
SpecialPowers.loadChromeScript() sends a script to the child process, then creates a sandbox, and runs the script in that sandbox. There are various sandboxOptions that can be passed when creating a sandbox, and it would be nice to have that functionality for loadChromeScript. I just need this for wantGlobalProperties, but I might as well make it as general as possible. I'm not sure all of the types it can take can actually be serialized across processes, but I guess that's okay. MozReview-Commit-ID: GoJjXdjizFk --HG-- extra : rebase_source : 9c2bc190dbf5a080978953cffd64205e8b816367 |
||
---|---|---|
.. | ||
awsy | ||
config | ||
crashtest | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
instrumentation | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
xpcshell | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff