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
Mozilla
/
mozilla
/
xpcom
/
components
History
dp%netscape.com
0041f3373a
removing obsolete files
...
git-svn-id: svn://10.0.0.236/trunk@44645 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 05:14:09 +00:00
..
Makefile.in
Changing name from nsIComponent.idl to nsIModule.idl
1999-08-08 22:27:28 +00:00
makefile.win
Fixing addition of nsIModule.idl
1999-08-08 22:16:53 +00:00
MANIFEST
…
nsComponentManager.cpp
Massive spankage to capitalize C++ method and attribute name bindings, per
1999-08-25 05:26:25 +00:00
nsComponentManager.h
PlatformFind() changed to return nsDll * instead of FactoryEntry. This
1999-08-20 23:06:47 +00:00
nsGenericFactory.cpp
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
1999-08-23 10:14:16 +00:00
nsGenericFactory.h
…
nsIComponentManager.h
- Adding nsComponentMangager::GetClassObject()
1999-08-19 14:54:12 +00:00
nsIFactory.h
…
nsIFactory.idl
…
nsIGenericFactory.h
fix this macro that no one is using so that I can use it in my factory in xpconnect
1999-07-31 00:14:55 +00:00
nsIModule.idl
- Adding nsComponentMangager::GetClassObject()
1999-08-19 14:54:12 +00:00
nsIRegistry.h
Removing nsIRegistry::GetIntArray() and SetIntArray(). These aren't
1999-08-26 05:11:40 +00:00
nsIServiceManager.h
Added destructor/cleanup code.
1999-07-28 08:01:03 +00:00
nsIServiceProvider.h
…
nsMacRepository.h
…
nsRegistry.cpp
Removing nsIRegistry::GetIntArray() and SetIntArray(). These aren't
1999-08-26 05:11:40 +00:00
nsRepository.cpp
- Adding nsComponentMangager::GetClassObject()
1999-08-19 14:54:12 +00:00
nsRepository.h
…
nsServiceManager.cpp
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
1999-08-23 10:14:16 +00:00
nsXPComFactory.h
…
xcDll.cpp
Massive spankage to capitalize C++ method and attribute name bindings, per
1999-08-25 05:26:25 +00:00
xcDll.h
Dll unloading support. These are not used yet.
1999-08-13 19:27:58 +00:00
xcDllStore.cpp
…
xcDllStore.h
…