gecko-dev/xpcom/glue
1999-10-05 00:07:54 +00:00
..
nsComponentManagerUtils.h add componentType to nsIModule::RegisterSelf 1999-09-22 03:18:27 +00:00
nsCOMPtr.cpp renamed to QueryReferent, do_QueryReferent, etc. 1999-08-13 23:00:58 +00:00
nsCOMPtr.h some small documentation changes, plus removed a function that was otherwise unused, and was confusing Solaris. 1999-08-26 10:45:50 +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 fix this macro that no one is using so that I can use it in my factory in xpconnect 1999-07-31 00:14:55 +00:00
nsISupportsUtils.h Bug 15367. Dump 'class' instead of 'file/line' for NS_LOG_REFCNT. r=shaver,dp 1999-10-05 00:07:54 +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 Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +00:00
nsVoidArray.h Reworked sizeof api's to be much more useful; updated implementations to match 1999-08-31 03:04:37 +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 Made a protected method for severing weak references early 1999-09-21 20:20:04 +00:00