mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
60b9bd178c
With bug 1256472 fixed, we have greater probability of out-of-process browsers being in the midst of teardown and destruction when tests complete. There's already TabDestroyObserver in the parent process making sure that the TabParent's are properly cleaned up, but we need to be more aggressive about clearing out remaining nsIDOMWindow's and DocShells in the content processes. This change more or less mirrors what's already going on in browser-test.js. MozReview-Commit-ID: FZnNLpbfTEY --HG-- extra : rebase_source : b31ce374f22d851d742b20086ff6676d82663c02 |
||
---|---|---|
.. | ||
awsy | ||
config | ||
crashtest | ||
firefox-ui | ||
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