gecko-dev/xpcom/glue
shaver%netscape.com aee3857b3b teach component manager that there are non-native entries in the registry 1999-09-07 23:18:47 +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
nsComponentManagerUtils.h teach component manager that there are non-native entries in the registry 1999-09-07 23:18:47 +00:00
nsDebug.cpp Print all warning messages on stdout, not just assertions 1999-09-07 19:15:10 +00:00
nsDebug.h don't break if we're included in a C file 1999-04-15 03:13:20 +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 landing XPCOM_BRANCH 1998-05-22 21:56:30 +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 Added a couple of new macros to the NS_ENSURE family. NS_ENSURE_SUCCESS(res, ret). It ensures that a given result is an XPCOM success code, if not returns back whatever you pass in ret. And NS_ENSURE_NO_AGGREGATION(outer) checks to make sure the instantiating client is not trying to do aggregation and returns back an error if it is. 1999-08-25 14:03:25 +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 Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00