..
.cvsignore
cvs ignorage
1999-05-26 23:19:18 +00:00
IIDS.h
r=warren. nsIUnicharStreamLoader is dead. Now we have a generic byte stream loader that can be used for any sort of data.
2000-02-02 23:04:47 +00:00
Makefile.in
Added nsIInterfaceRequestor.cpp to the build.
1999-11-28 02:15:11 +00:00
makefile.win
windows-only build goop for xpcom/base/nsSystemInfo.cpp, r=syd
2000-02-01 01:08:29 +00:00
MANIFEST
adding nsCWeakReference. r:scc a:chofmann
1999-10-01 02:43:27 +00:00
MANIFEST_IDL
Adding nsIInterfaceRequestor.idl to the list of built IDL files.
1999-10-26 01:37:29 +00:00
nsAgg.h
Added NS_IMPL_AGGREGATED_QUERY_HEAD macro.
2000-01-10 23:14:32 +00:00
nsAllocator.cpp
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
1999-11-30 23:36:32 +00:00
nsAllocator.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsCom.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsCOMPtr.cpp
enable the |ASSERT_NO_QUERY_NEEDED| tests for the |getter_AddRefs()| case as well. bug #26420 , r=dougt
2000-02-06 21:17:51 +00:00
nsCOMPtr.h
wrapped |nsCOMPtr| vs. raw pointer comparisons in a |#ifndef| for |NSCAP_NSCOMPTR_TO_RAW_COMPARISONS_ARE_AMBIGUOUS| which is currently not defined. When an autoconf test defines this symbol, these operators will go away, and Linux will never be bit by the |nsCOMPtr| can't compare to a raw pointer error. Currently, there is no effect. r={mjudge,rginda}
2000-02-12 23:30:52 +00:00
nscore.h
use C style comments and not C++
2000-01-13 23:06:47 +00:00
nsCWeakReference.cpp
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsCWeakReference.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsDebug.cpp
BeOS specific tweaks to allow the browser to compile.
2000-02-16 08:06:00 +00:00
nsDebug.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsError.h
Landing nsIFile.
2000-01-24 21:28:28 +00:00
nsGarbageCollector.c
renamed NSInitGarbageCollector/NSShutdownGarbageCollector to NS_, and returning nsresult. Moved leak report file to nsLeakDetector.cpp. bug=15906, r=alecf
1999-10-16 00:06:36 +00:00
nsIAllocator.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsID.cpp
- NS_ERROR_FACTORY_REGISTER_AGAIN for deferring registration of a module until
1999-11-10 00:28:34 +00:00
nsID.h
- NS_ERROR_FACTORY_REGISTER_AGAIN for deferring registration of a module until
1999-11-10 00:28:34 +00:00
nsIID.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsIInterfaceRequestor.cpp
Turned on the do_GetInterface implementation by removing the #ifdef 0.
1999-11-28 02:16:22 +00:00
nsIInterfaceRequestor.idl
fix warnings
1999-11-29 20:40:39 +00:00
nsILeakDetector.idl
First Checked In.
1999-10-15 21:36:04 +00:00
nsILoggingService.idl
Added new logging service to replace PR_LOG.
1999-12-29 20:53:17 +00:00
nsIPtr.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsISupports.idl
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsISupportsUtils.h
Somebody is |#include|ing this file inside an |extern "C"| declaration. This is wrong, and stops the build on some platforms. In the meantime, protect the new template declarations to stop the build bustage.
2000-02-11 08:38:14 +00:00
nsISystemInfo.idl
system information service (not yet part of build)
2000-01-27 09:40:17 +00:00
nsIWeakReference.idl
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
1999-11-30 23:36:32 +00:00
nsLeakDetector.cpp
more tweaks for boehm to catch up with the nsILeakDetector work
1999-10-30 07:06:26 +00:00
nsLeakDetector.h
First Checked In.
1999-10-15 21:36:04 +00:00
nsLogging.cpp
Added new logging service to replace PR_LOG.
1999-12-29 20:53:17 +00:00
nsLogging.h
Added new logging service to replace PR_LOG.
1999-12-29 20:53:17 +00:00
nsrootidl.idl
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsSystemInfo.cpp
system information service (not yet part of build)
2000-01-27 09:40:17 +00:00
nsSystemInfo.h
system information service (not yet part of build)
2000-01-27 09:40:17 +00:00
nsTraceRefcnt.cpp
Pulled out NS_MeanAndStdDev as an xpcom exported function for convenience.
2000-02-05 02:07:45 +00:00
nsTraceRefcnt.h
Pulled out NS_MeanAndStdDev as an xpcom exported function for convenience.
2000-02-05 02:07:45 +00:00
nsTraceRefcntImpl.cpp
Pulled out NS_MeanAndStdDev as an xpcom exported function for convenience.
2000-02-05 02:07:45 +00:00
nsTraceRefcntImpl.h
Pulled out NS_MeanAndStdDev as an xpcom exported function for convenience.
2000-02-05 02:07:45 +00:00
nsWeakPtr.h
changed the mechanism underlying |do_QueryInterface| to decouple |nsCOMPtr| from services, |nsIWeakReference|, etc. This change fixes bug #17364 , and paves the way for making |nsCOMPtr| cooperate with services. r=valeski (additional builds done by dmose and syd)
1999-10-31 00:35:48 +00:00
nsWeakReference.cpp
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
1999-11-30 23:36:32 +00:00
nsWeakReference.h
Made a protected method for severing weak references early
1999-09-21 20:20:04 +00:00
pure_api.c
Adding pure.h pure_api.c to the build. bug#16695
1999-10-29 03:26:50 +00:00
pure.h
Adding pure.h pure_api.c to the build. bug#16695
1999-10-29 03:26:50 +00:00