gecko-dev/xpcom/base
1999-08-24 00:48:43 +00:00
..
.cvsignore
IIDS.h
Makefile.in
makefile.win
MANIFEST
MANIFEST_IDL
nsAgg.h XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree. 1999-08-19 05:36:30 +00:00
nsAllocator.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
nsAllocator.h
nsCom.h
nsCOMPtr.cpp renamed to QueryReferent, do_QueryReferent, etc. 1999-08-13 23:00:58 +00:00
nsCOMPtr.h fixed tabs 1999-08-23 10:07:16 +00:00
nscore.h
nsDebug.cpp
nsDebug.h
nsError.h reserving NS_ERROR_MODULE_XPCONNECT 1999-08-18 02:08:26 +00:00
nsIAllocator.h
nsID.cpp
nsID.h
nsIID.h
nsIPtr.h
nsISupports.idl
nsISupportsUtils.h Fixed NS_ENSURE macros to use PR_BEGIN_MACRO and PR_END_MACRO. Also removed indentation before #. 1999-08-24 00:48:43 +00:00
nsIWeakReference.idl added comments, fixed tabs 1999-08-21 20:06:52 +00:00
nsrootidl.idl
nsTraceRefcnt.cpp
nsTraceRefcnt.h
nsTraceRefcntImpl.cpp
nsTraceRefcntImpl.h
nsWeakPtr.h added license, fixed tabs 1999-08-21 20:07:27 +00:00
nsWeakReference.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
nsWeakReference.h Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00