gecko-dev/mailnews/addrbook
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
..
build landing the AB_OUTLINER_BRANCH. 2001-12-22 02:06:31 +00:00
macbuild landing the AB_OUTLINER_BRANCH. 2001-12-22 02:06:31 +00:00
prefs Fix for bug # 92437. Cleaning up code in this file 2002-01-12 01:06:02 +00:00
public fix for #119932. delete addressbook is failing. while I'm here, 2002-01-14 19:50:34 +00:00
resources fix for #121709. Add to Address Book, enter First Name and Display Name overwritten. 2002-01-25 01:42:32 +00:00
src 1. Converts callers of nsIComponentManagerObsolete to use 2002-01-29 21:22:13 +00:00
.cvsignore cvs ignorage for the generated makefiles 1999-05-17 21:26:37 +00:00
Makefile.in Renaming 'install' build phase to 'libs' 2001-11-21 08:55:59 +00:00
makefile.win Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00