.. |
.cvsignore
|
|
|
Makefile.in
|
Fix static build bustage from bug 223084 - r=bryner Sorry about that!
|
2003-10-31 20:50:22 +00:00 |
nsCategoryManager.cpp
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
nsCategoryManager.h
|
Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it.
|
2003-06-18 11:26:27 +00:00 |
nsCategoryManagerUtils.h
|
Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron.
|
2004-01-22 01:01:19 +00:00 |
nsComponentManager.cpp
|
Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron.
|
2004-01-22 01:01:19 +00:00 |
nsComponentManager.h
|
Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron.
|
2004-01-22 01:01:19 +00:00 |
nsComponentManagerObsolete.cpp
|
|
|
nsComponentManagerObsolete.h
|
|
|
nsComponentManagerUtils.h
|
|
|
nsICategoryManager.idl
|
Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it.
|
2003-06-18 11:26:27 +00:00 |
nsIClassInfo.idl
|
Make anonymous content inaccessible to web content (bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com
|
2002-08-29 04:05:39 +00:00 |
nsIComponentLoader.idl
|
|
|
nsIComponentLoaderManager.idl
|
relanding. Add experimental support to the native component loader so that native components can declare what libraries it depends on. (193442)Fixed a bug where we didn't check return from GetLastModification in nsDll::HasChanged. Thank you ajschult@eos.ncsu.edu for pointing out the problem and suggesting a fix. Converted a linear search of compreg entries to be a hash lookup. Also cleaned up the xcdll class. Reviewers= Alec, Darin.
|
2003-03-05 03:22:12 +00:00 |
nsIComponentManager.idl
|
|
|
nsIComponentManagerObsolete.idl
|
|
|
nsIComponentManagerUtils.h
|
|
|
nsIComponentRegistrar.idl
|
adding better comments to idl per newsgroup comment
|
2002-12-17 19:11:59 +00:00 |
nsIFactory.idl
|
|
|
nsIModule.idl
|
Freeze nsICategoryManager. b=154047 r=alecf@netscape.com, sr=rpotts@netscape.com
|
2002-09-14 17:14:02 +00:00 |
nsINativeComponentLoader.idl
|
not part of build, yet
|
2003-03-04 00:35:27 +00:00 |
nsIServiceManager.idl
|
170369 - autoload xpcom components. r=dveditz@netscape.com, sr=rpotts@netscape.com
|
2002-09-23 21:46:25 +00:00 |
nsIServiceManagerObsolete.h
|
|
|
nsIServiceManagerUtils.h
|
Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron.
|
2004-01-22 01:01:19 +00:00 |
nsNativeComponentLoader.cpp
|
Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron.
|
2004-01-15 06:14:18 +00:00 |
nsNativeComponentLoader.h
|
Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron.
|
2004-01-15 06:14:18 +00:00 |
nsObsoleteModuleLoading.h
|
|
|
nsServiceManagerObsolete.cpp
|
|
|
nsStaticComponent.h
|
remove unnecessary semicolon which breaks the build for some gcc versions.
|
2003-11-04 20:51:08 +00:00 |
nsStaticComponentLoader.cpp
|
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
|
2004-02-19 02:44:03 +00:00 |
xcDll.cpp
|
Fix for 205023. Adds nsTraceRefcnt stubs that access a global to allow tracing refcnt to work with the GRE/xpcom glue builds. r=dbaron
|
2003-08-05 05:29:10 +00:00 |
xcDll.h
|
Adding a dependent_libs cache. b=193442, r=darin, a=seth
|
2003-05-03 00:54:20 +00:00 |