.. |
.cvsignore
|
|
|
IIDS.h
|
Alloc another iid
|
1999-10-22 00:12:31 +00:00 |
Makefile.in
|
more tweaks for boehm to catch up with the nsILeakDetector work
|
1999-10-30 07:06:26 +00:00 |
makefile.win
|
Adding pure.h pure_api.c to the build. bug#16695
|
1999-10-29 03:26:50 +00:00 |
MANIFEST
|
adding nsCWeakReference. r:scc a:chofmann
|
1999-10-01 02:43:27 +00:00 |
MANIFEST_IDL
|
Adding nsIInterfaceRequestor.idl to the list of built IDL files.
|
1999-10-26 01:37:29 +00:00 |
nsAgg.h
|
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
|
1999-10-12 02:10:08 +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
|
|
|
nsCom.h
|
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
|
1999-10-22 07:11:43 +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 |
nscore.h
|
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
|
1999-10-22 07:11:43 +00:00 |
nsCWeakReference.cpp
|
new
|
1999-10-01 02:38:41 +00:00 |
nsCWeakReference.h
|
making copacetic for AIX
|
1999-10-01 20:27:45 +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 |
nsError.h
|
Added error base for DOM module
|
1999-09-08 23:11:52 +00:00 |
nsGarbageCollector.c
|
renamed NSInitGarbageCollector/NSShutdownGarbageCollector to NS_, and returning nsresult. Moved leak report file to nsLeakDetector.cpp. bug=15906, r=alecf
|
1999-10-16 00:06:36 +00:00 |
nsIAllocator.h
|
Added GetGlobalAllocator.
|
1999-08-10 19:54:17 +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 |
nsIID.h
|
|
|
nsIInterfaceRequestor.idl
|
Added new nsIInterfaceRequestor interface. r=dp
|
1999-10-25 22:31:40 +00:00 |
nsILeakDetector.idl
|
First Checked In.
|
1999-10-15 21:36:04 +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
|
fix typo in comment
|
1999-10-18 02:54:26 +00:00 |
nsISupportsUtils.h
|
Just added support for an NS_IMPL_ISUPPORTS 7 - 10.
|
1999-10-25 03:42:10 +00:00 |
nsIWeakReference.idl
|
added comments, fixed tabs
|
1999-08-21 20:06:52 +00:00 |
nsLeakDetector.cpp
|
more tweaks for boehm to catch up with the nsILeakDetector work
|
1999-10-30 07:06:26 +00:00 |
nsLeakDetector.h
|
First Checked In.
|
1999-10-15 21:36:04 +00:00 |
nsrootidl.idl
|
adding PRUnichar as a type we can talk about in idl
|
1999-08-04 06:53:48 +00:00 |
nsTraceRefcnt.cpp
|
Fixed round-off error computing bloat total.
|
1999-10-29 18:48:37 +00:00 |
nsTraceRefcnt.h
|
Cleaned up nsTraceRefcnt environment variables. r=kipp,beard
|
1999-10-23 03:16:19 +00:00 |
nsTraceRefcntImpl.cpp
|
Fixed round-off error computing bloat total.
|
1999-10-29 18:48:37 +00:00 |
nsTraceRefcntImpl.h
|
Cleaned up nsTraceRefcnt environment variables. r=kipp,beard
|
1999-10-23 03:16:19 +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
|
Made a protected method for severing weak references early
|
1999-09-21 20:20:04 +00:00 |
pure_api.c
|
Adding pure.h pure_api.c to the build. bug#16695
|
1999-10-29 03:26:50 +00:00 |
pure.h
|
Adding pure.h pure_api.c to the build. bug#16695
|
1999-10-29 03:26:50 +00:00 |