This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3ddac82ba71dd2d987476287d37eef4700aacfdf
Mozilla
/
mozilla
/
xpcom
/
components
History
dougt%netscape.com
32fbf8f488
Make generic module support usable by component and plugin developers. This patch removes the dependency on nsHashtable. bug 108233. sr=alecf@netscape.com, sr=jband@netscape.com, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@115929 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-06 04:22:27 +00:00
..
Makefile.in
Adding build SDK support. r=dougt, sr=alecf, submitted by seawood, a=asa
2002-02-25 23:20:01 +00:00
makefile.win
…
MANIFEST
…
MANIFEST_COMPONENTS
…
MANIFEST_IDL
…
nsCategoryManager.cpp
…
nsComponentManager.cpp
Replace NS_REINTERPRET_CAST with an NS_STATIC_CAST so that the wrong interface on the enumerator is not returned to callers. Fixes bug 128858. r=rginda sr=shaver a=dbaron (on trunk and 0.9.9 branch)
2002-03-05 08:07:17 +00:00
nsComponentManager.h
…
nsComponentManagerObsolete.cpp
…
nsComponentManagerObsolete.h
…
nsComponentManagerUtils.h
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
2002-02-18 22:57:47 +00:00
nsGenericFactory.cpp
Make generic module support usable by component and plugin developers. This patch removes the dependency on nsHashtable. bug 108233. sr=alecf@netscape.com, sr=jband@netscape.com, a=asa@mozilla.org
2002-03-06 04:22:27 +00:00
nsGenericFactory.h
Make generic module support usable by component and plugin developers. This patch removes the dependency on nsHashtable. bug 108233. sr=alecf@netscape.com, sr=jband@netscape.com, a=asa@mozilla.org
2002-03-06 04:22:27 +00:00
nsICategoryHandler.idl
…
nsICategoryManager.idl
…
nsIClassInfo.idl
…
nsIComponentLoader.idl
…
nsIComponentManager.idl
…
nsIComponentManagerObsolete.idl
…
nsIComponentManagerUtils.h
…
nsIComponentRegistrar.idl
…
nsIFactory.idl
…
nsIGenericFactory.h
…
nsIModule.idl
…
nsIRegistry.idl
…
nsIRegistryUtils.h
…
nsIServiceManager.idl
…
nsIServiceManagerObsolete.h
…
nsIServiceManagerUtils.h
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
2002-02-18 22:57:47 +00:00
nsNativeComponentLoader.cpp
Disables NSGetFactory support from XPCOM. sr=shaver@mozilla.org, r=dp@netscape.com, a=shaver@mozilla.org
2002-03-01 00:06:35 +00:00
nsNativeComponentLoader.h
…
nsObsoleteModuleLoading.h
…
nsRegistry.cpp
…
nsRegistry.h
…
nsServiceManagerObsolete.cpp
…
nsStaticComponent.h
…
nsStaticComponentLoader.cpp
…
nsXPComFactory.h
…
xcDll.cpp
…
xcDll.h
…
xcDllStore.cpp
…
xcDllStore.h
…