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
sgehani%netscape.com
6a00cbcbd9
Turn off sole line output in opt builds by wrapping in DEBUG macro.
...
r = ssu a = shaver git-svn-id: svn://10.0.0.236/trunk@74779 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:54:12 +00:00
..
Makefile.in
…
makefile.win
…
MANIFEST
…
MANIFEST_COMPONENTS
…
MANIFEST_IDL
…
nsCategoryManager.cpp
Changes from snizinsk@us.ibm.com
2000-05-12 01:09:58 +00:00
nsComponentManager.cpp
Change MOZ_DECL_CTOR_COUNTERs that I added to use ;, as all others do. r=waterson@netscape.com
2000-06-15 02:20:30 +00:00
nsComponentManager.h
Per bug 3690:
2000-05-12 01:24:36 +00:00
nsComponentManagerUtils.h
remove useless nsIModule paste (
#22922
), add debug() for JS components, use categories for component loaders, XPCONNECT_STANDALONE (
#39875
), r=dp,waterson a=brendan
2000-05-26 04:56:23 +00:00
nsGenericFactory.cpp
…
nsGenericFactory.h
…
nsICategoryHandler.idl
…
nsICategoryManager.idl
change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413
2000-04-28 10:51:52 +00:00
nsIComponentLoader.idl
…
nsIComponentManager.idl
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug
#18433
2000-06-03 09:46:12 +00:00
nsIFactory.idl
…
nsIGenericFactory.h
…
nsIModule.idl
…
nsIRegistry.idl
Per bug 3690:
2000-05-12 01:24:36 +00:00
nsIRegistryUtils.h
…
nsIServiceManager.h
add do_GetServiceFromCategory, r/a=brendan
2000-05-20 18:55:35 +00:00
nsMacRepository.h
…
nsNativeComponentLoader.cpp
Turn off sole line output in opt builds by wrapping in DEBUG macro.
2000-07-25 23:54:12 +00:00
nsNativeComponentLoader.h
…
nsRegistry.cpp
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug
#18433
2000-06-03 09:46:12 +00:00
nsRepository.cpp
…
nsRepository.h
…
nsServiceManager.cpp
Bug 21650. Add an assertion if the service manager is improperly re-entered. r=dbaron,warren
2000-06-23 02:02:48 +00:00
nsXPComFactory.h
…
xcDll.cpp
Fix leak (holding past XPCOM shutdown) of 16 strings. r=waterson
2000-06-27 21:54:28 +00:00
xcDll.h
…
xcDllStore.cpp
…
xcDllStore.h
…