.. |
.cvsignore
|
cvs ignorage
|
1999-05-26 23:19:18 +00:00 |
IIDS.h
|
Added nsIDOMDOMException IID
|
1999-09-08 23:11:32 +00:00 |
MANIFEST
|
Moved the typedef to its own file: "nsWeakPtr.h". This avoids the circular includes problem and lets people #include just "nsWeakPtr.h" when they want an |nsWeakPtr|.
|
1999-08-03 08:15:31 +00:00 |
MANIFEST_IDL
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
Makefile.in
|
Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c.
|
1999-09-12 14:25:28 +00:00 |
makefile.win
|
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
|
1999-09-01 00:54:34 +00:00 |
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
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +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 |
nsCom.h
|
Checkin another chunk of Alex Larsson's non-exported symbol reduction
|
1999-07-07 09:02:21 +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 |
nsError.h
|
Added error base for DOM module
|
1999-09-08 23:11:52 +00:00 |
nsIAllocator.h
|
Added GetGlobalAllocator.
|
1999-08-10 19:54:17 +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 |
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
|
For gcc >= 2.95, add empty throw() function to remove warnings about returning null from operator new
|
1999-09-15 22:00:12 +00:00 |
nsISupports.idl
|
Removed double-declaration of nsISupports: we #include nsISupportsArray now.
|
1999-05-07 19:52:13 +00:00 |
nsISupportsUtils.h
|
add new query_interface4 and query_interfac5 (hey, I needed it!)
|
1999-09-13 23:23:20 +00:00 |
nsIWeakReference.idl
|
added comments, fixed tabs
|
1999-08-21 20:06:52 +00:00 |
nsTraceRefcnt.cpp
|
Fix mac and windows builds.
|
1999-09-14 13:44:20 +00:00 |
nsTraceRefcnt.h
|
Add DemangleSymbol() for demangling symbols on linux.
|
1999-09-14 13:24:25 +00:00 |
nsTraceRefcntImpl.cpp
|
Fix mac and windows builds.
|
1999-09-14 13:44:20 +00:00 |
nsTraceRefcntImpl.h
|
Add DemangleSymbol() for demangling symbols on linux.
|
1999-09-14 13:24:25 +00:00 |
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 |
nscore.h
|
Cut down on the number of warnings in the BeOS build, HAVE_CPP_NEW_CASTS
|
1999-07-27 21:22:56 +00:00 |
nsrootidl.idl
|
adding PRUnichar as a type we can talk about in idl
|
1999-08-04 06:53:48 +00:00 |