gecko-dev/xpinstall
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
..
cleanup allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
macbuild Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
packager Fixing XBL form controls in installer builds -- put nsISelectElement into content_html.xpt and include this file in the xpi. r/sr=jag. 2002-01-26 09:47:25 +00:00
public Landing the rest of the win32 gmake changes: 2001-12-18 09:14:29 +00:00
res 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:17:02 +00:00
src 1. Converts callers of nsIComponentManagerObsolete to use 2002-01-29 21:22:13 +00:00
standalone 1. Converts callers of nsIComponentManagerObsolete to use 2002-01-29 21:22:13 +00:00
stub 1. Converts callers of nsIComponentManagerObsolete to use 2002-01-29 21:22:13 +00:00
test making it binary 2000-02-04 00:28:39 +00:00
wizard Switch to http 1.0 instead of 1.1. Fixes bug #89701. 2002-01-29 19:08:12 +00:00
.cvsignore
Makefile.in Landing the rest of the win32 gmake changes: 2001-12-18 09:14:29 +00:00
makefile.win Turning on cleanup utility in the build. Fixes bug 65679. r=dveditz, sr=mscott 2001-03-08 23:40:45 +00:00