This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-01-26 06:38:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
xpcom
/
components
History
dp%netscape.com
b560029264
removing obsolete files
1999-08-26 05:14:09 +00:00
..
.cvsignore
…
Makefile.in
…
makefile.win
…
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
…
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
…
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
…