mozilla-history/xpcom/glue
dveditz%netscape.com 2571930b5e shutting up copious warnings using /W4 on MSVC 1999-11-03 07:39:19 +00:00
..
nsCOMPtr.cpp 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
nsCOMPtr.h shutting up copious warnings using /W4 on MSVC 1999-11-03 07:39:19 +00:00
nsComponentManagerUtils.h add componentType to nsIModule::RegisterSelf 1999-09-22 03:18:27 +00:00
nsDebug.cpp r=brendan; applied changes recommended by brendan 1999-10-04 23:35:51 +00:00
nsDebug.h r=brendan; applied changes recommended by brendan 1999-10-04 23:35:51 +00:00
nsGenericFactory.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
nsGenericFactory.h SetDestructor 1999-02-28 19:04:47 +00:00
nsID.cpp fixed mismatched free issues with nsID::ToString 1999-09-20 20:52:12 +00:00
nsID.h put back <string.h> until we find all the uses =( 1999-09-06 21:22:36 +00:00
nsIGenericFactory.h cleanup NS_IMPL_MODULE and friends 1999-11-02 01:12:32 +00:00
nsISupportsUtils.h Second phase of changing NS_ENSURE() to NS_ENSURE_TRUE() and NS_ENSURE_NOT() to NS_ENSURE_FALSE(). r=hyatt 1999-11-02 01:18:52 +00:00
nsQuickSort.cpp fix signed/unsigned issues 1999-06-27 06:18:41 +00:00
nsQuickSort.h Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com 1999-05-10 06:47:04 +00:00
nsVoidArray.cpp 15590, r=kipp. added a nsCStringArray class so the cool string array functionality could be used for CStrings too. this checkin is *part* of a fix to the bug 1999-10-29 20:47:17 +00:00
nsVoidArray.h 15590, r=kipp. added a nsCStringArray class so the cool string array functionality could be used for CStrings too. this checkin is *part* of a fix to the bug 1999-10-29 20:47:17 +00:00
nsWeakReference.cpp 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.h Made a protected method for severing weak references early 1999-09-21 20:20:04 +00:00