mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
5d3e7ab00e
I had big issues with this patch as it was causing random crashes when run with MOZ_PROFILER_STARTUP=1 and breaking browser_xpcom_graph_wait.js which does the same. I tried to get around that by avoiding the IOInterposer registration in CacheIOThread, but that was also problematic. Eventually it seems there's no longer a good reason to keep calling PR_CreateThread manually instead of NS_NewNamedThread, so I switched to that and all of the previous issues are gone. The stack is now twice as big, but hopefully that's not a major issue. All other behaviour should stay the same. Differential Revision: https://phabricator.services.mozilla.com/D132381 |
||
---|---|---|
.. | ||
client | ||
docs | ||
perfdocs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
rename.py | ||
templates.mozbuild | ||
tsconfig.json |