.. |
.cvsignore
|
|
|
Makefile.in
|
fixing build bustage
|
2001-12-19 00:59:25 +00:00 |
makefile.win
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
MANIFEST
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
MANIFEST_COMPONENTS
|
|
|
MANIFEST_IDL
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsCategoryManager.cpp
|
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
|
2001-11-19 06:45:00 +00:00 |
nsComponentManager.cpp
|
Removing monitor from FreeService() call. See bug 117218 for details, but basically we can run into a deadlock at shutdown. This patch assumes that (a) gXPCOMShuttingDown is set only by the UI thread during xpcom shutdown and (b) that all public API's check this flag before calling into the hashtable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org
|
2002-01-12 23:35:57 +00:00 |
nsComponentManager.h
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsComponentManagerObsolete.cpp
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsComponentManagerObsolete.h
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsComponentManagerUtils.h
|
fixing build bustage
|
2001-12-19 00:59:25 +00:00 |
nsGenericFactory.cpp
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsGenericFactory.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsICategoryHandler.idl
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsICategoryManager.idl
|
Moving nsISimpleEnumeratory interface into a seperate idl file. bug 99136. r=alecf@netscape.com, sr=rpotts@netscape.com
|
2001-10-30 22:03:05 +00:00 |
nsIClassInfo.idl
|
Freezing nsIClassInfo interface. r=dbradley sr=shaver bug=99158
|
2001-10-12 20:21:18 +00:00 |
nsIComponentLoader.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsIComponentManager.idl
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsIComponentManagerObsolete.idl
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsIComponentManagerUtils.h
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsIFactory.idl
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIGenericFactory.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIModule.idl
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIRegistry.idl
|
bug 108071 Eliminate 4000 calls to malloc by using copy getters of
|
2001-11-16 02:38:23 +00:00 |
nsIRegistryUtils.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIServiceManager.idl
|
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
|
2001-10-16 03:35:52 +00:00 |
nsIServiceManagerObsolete.h
|
remove nsIShutdownListener. r=dbaron, sr=alecf, bug 99152
|
2001-11-28 00:57:53 +00:00 |
nsIServiceManagerUtils.h
|
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
|
2001-10-16 03:35:52 +00:00 |
nsMacRepository.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsNativeComponentLoader.cpp
|
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
|
2002-01-07 14:35:04 +00:00 |
nsNativeComponentLoader.h
|
|
|
nsObsoleteModuleLoading.h
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsRegistry.cpp
|
Satisfying compilers...
|
2001-11-16 03:37:15 +00:00 |
nsRegistry.h
|
bug 108071 Eliminate 4000 calls to malloc by using copy getters of
|
2001-11-16 02:38:23 +00:00 |
nsServiceManagerObsolete.cpp
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
nsStaticComponent.h
|
Landing static build changes for OS2
|
2001-07-01 12:11:13 +00:00 |
nsStaticComponentLoader.cpp
|
Bug 97828. Be sure to create the static component loader before putting it into mLoaderData array. r=dp, sr=jband/sfraser, a=asa
|
2001-08-31 21:45:58 +00:00 |
nsXPComFactory.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
xcDll.cpp
|
nsIComponentManager API Changes (bug 98553)
|
2001-12-19 00:12:41 +00:00 |
xcDll.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
xcDllStore.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
xcDllStore.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |