gecko-dev/mailnews/extensions
dougt%netscape.com c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
..
smime 1. Converts callers of nsIComponentManagerObsolete to use 2002-01-29 21:22:13 +00:00
smoketest Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
.cvsignore ignore generated makefiles. 2001-11-21 22:07:10 +00:00
Makefile.in fix the builds when the mail smoketest variable is defined. we were clobbering the DIRS 2002-01-08 02:08:39 +00:00
makefile.win fix the builds when the mail smoketest variable is defined. we were clobbering the DIRS 2002-01-08 02:08:39 +00:00