gecko-dev/xpcom
rayw%netscape.com 1520de99ee Bug #37058
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
2000-05-04 23:11:30 +00:00
..
appshell missing string conversion for comparing AutoString with Unichar* 2000-04-27 21:58:43 +00:00
base Bug 38219 2000-05-04 23:07:19 +00:00
build More OS/2 Makefile changes. Bug #34106 Batch 12 2000-05-04 11:00:47 +00:00
components Bug #37058 2000-05-04 23:11:30 +00:00
doc One more URL change 2000-02-05 09:10:10 +00:00
ds fix IsAscii function. The origional one report Latin1 characters as ASCII 2000-05-03 07:05:19 +00:00
glue Implemented component unregistration. 2000-04-18 05:25:05 +00:00
io # 34082 2000-05-02 23:14:31 +00:00
libxpt/xptcall
macbuild added files: mozilla/xpcom/ds/nsIPersistentProperties2.idl 2000-05-02 06:30:38 +00:00
proxy # 34082 2000-05-02 22:38:04 +00:00
reflect More OS/2 Makefile changes. Bug #34106 Batch 12 2000-05-04 11:00:47 +00:00
remote updated README 2000-03-03 19:40:52 +00:00
sample Bugzilla bug #27457: prepare the Windows build system for NSPR library 2000-02-15 14:35:15 +00:00
string fix IsAscii function. The origional one report Latin1 characters as ASCII 2000-05-03 07:05:19 +00:00
tests # 34082 2000-05-02 22:38:04 +00:00
threads # 34082 2000-05-02 22:38:04 +00:00
tools Hooking up component unregister to regxpcom. 2000-04-18 06:20:35 +00:00
typelib More OS/2 Makefile changes. Bug #34106 Batch 12 2000-05-04 11:00:47 +00:00
.cvsignore
Makefile.in Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built. 2000-03-02 13:29:03 +00:00
makefile.win Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00