gecko-dev/xpcom/base
brendan%mozilla.org b5c49d66b9 - Fix possessive "its" misspelled as "it's".
- Use if statements rather than ?: with 0 "else part" after the : in macros
  whose bodies are statements anyway (and already protected by PR_BEGIN_MACRO
  and PR_END_MACRO).
- Such if statements test for non-null pointers, so the subsequent statements
  to null those pointers can move into the then parts -- there's no point in
  setting a null pointer to null again.
1999-07-17 03:32:39 +00:00
..
.cvsignore cvs ignorage 1999-05-26 23:19:18 +00:00
IIDS.h Adding form submit observer interface for Wallet and Single Signon 1999-06-23 22:22:35 +00:00
Makefile.in Initial version 1999-05-18 09:11:01 +00:00
makefile.win Removing duplicate nsDebug.obj. Thanks to 1999-06-28 22:23:04 +00:00
MANIFEST Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
MANIFEST_IDL Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsAgg.h Added PR_BEGIN_MACRO/PR_END_MACRO around all multi-line macros... 1999-01-26 09:46:33 +00:00
nsAllocator.cpp |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
nsAllocator.h Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsCom.h Checkin another chunk of Alex Larsson's non-exported symbol reduction 1999-07-07 09:02:21 +00:00
nsCOMPtr.cpp do_QueryInterface(NULL, &error) now returns the appropriate error in |error| 1999-06-29 21:09:56 +00:00
nsCOMPtr.h new feature lets you `see past' |nsISupports| in |nsCOMPtr|s. Now in the debugger (in debug versions only) you will see the actual type of the object. This is enabled by defining the preprocessor symbol |NSCAP_FEATURE_DEBUG_PTR_TYPES|. It cannot be turned on in non-debug builds. It is currently on in debug builds by default. It may become a feature that has to be enabled with a build command line switch. NSCAP_FEATURE_ALLOW_RAW_POINTERS is now always the case and no longer optional; NSCAP_FEATURE_ALLOW_COMPARISONS is now always the case and no longer optional; cleaned up the previous definition and invocations of the |Assert_NoQueryNeeded| test. 1999-07-15 03:59:09 +00:00
nscore.h Add NS_TIMER import/export macros. 1999-07-16 17:48:12 +00:00
nsDebug.cpp BeOS changes 1999-06-29 10:27:58 +00:00
nsDebug.h don't break if we're included in a C file 1999-04-15 03:13:20 +00:00
nsError.h Fixing Bug 9976. 1999-07-16 18:15:14 +00:00
nsIAllocator.h Adding PROGID and ClassName 1999-05-27 22:41:23 +00:00
nsID.cpp landing XPCOM_BRANCH 1998-05-22 21:56:30 +00:00
nsID.h Include <string.h>, not "string.h". Also added include guards, which should be a big win on commonly included files like this one. 1999-05-14 03:07:23 +00:00
nsIID.h Added include guards, which should be a big win on commonly included files like this one. 1999-05-14 03:07:31 +00:00
nsIPtr.h backed out previous change 1998-11-26 04:54:11 +00:00
nsISupports.idl Removed double-declaration of nsISupports: we #include nsISupportsArray now. 1999-05-07 19:52:13 +00:00
nsISupportsUtils.h - Fix possessive "its" misspelled as "it's". 1999-07-17 03:32:39 +00:00
nsrootidl.idl Added nscore.h to nsrootidl.idl for PRUnichar. 1999-06-09 03:19:10 +00:00
nsTraceRefcnt.cpp Add #ifdefs to make sure it only build on supported linux platforms. 1999-06-21 02:29:17 +00:00
nsTraceRefcnt.h Add MOZ_TRACE_REFCNT to allow you to instrument individual implementations of AddRef() & Release(). 1999-06-15 03:25:27 +00:00
nsTraceRefcntImpl.cpp Add #ifdefs to make sure it only build on supported linux platforms. 1999-06-21 02:29:17 +00:00
nsTraceRefcntImpl.h Add MOZ_TRACE_REFCNT to allow you to instrument individual implementations of AddRef() & Release(). 1999-06-15 03:25:27 +00:00