mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
1520de99ee
Added a simple test to CreateInstance, similar to the existing test in GetService in the service manager, to prevent instances from being created during shutdown. We detected no calls to CreateInstance in normal code we tested during shutdown. If such occur, the fix is NOT to back out the check, but rather to eliminate the calls to CreateInstance either by registering a shutdown observer which gets called just before the shutdown, or creating the instance before shutdown. r=scc |
||
---|---|---|
.. | ||
appshell | ||
base | ||
build | ||
components | ||
doc | ||
ds | ||
glue | ||
io | ||
libxpt/xptcall | ||
macbuild | ||
proxy | ||
reflect | ||
remote | ||
sample | ||
string | ||
tests | ||
threads | ||
tools | ||
typelib | ||
.cvsignore | ||
Makefile.in | ||
makefile.win |