gecko-dev/xpcom/base
mkaply%us.ibm.com 4ed544fdd7 #73620
r=jband, sr=brendan
Fix some places where we used casts instead of CALLBACKs
2001-03-27 22:59:33 +00:00
..
.cvsignore
IIDS.h Removing unused IID. r=pollmann@netscape.com 2001-03-02 00:50:05 +00:00
MANIFEST Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
MANIFEST_IDL
Makefile.in Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
bloatblame.c
jar.mn Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
makefile.win R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
nsAgg.h
nsAllocator.cpp
nsAllocator.h
nsCOMPtr.cpp
nsCOMPtr.h Make |nsCOMPtr<T>::operator&| private so that it is not used by clients. Legitimate users should use |address_of| instead. b=59414 r=disttsc@bart.nl sr=scc@mozilla.org 2001-02-04 19:57:29 +00:00
nsCWeakReference.cpp
nsCWeakReference.h
nsCom.h #56767 2000-11-28 23:51:05 +00:00
nsConsoleMessage.cpp fix for #45797 - fix NS_IMPL_ISUPPORTS consumers 2000-11-17 03:41:41 +00:00
nsConsoleMessage.h
nsConsoleService.cpp Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:21:51 +00:00
nsConsoleService.h Fix to 53929. Fix previously-broken UnregisterListener method on console service, by proxy-wrapping the service we've been asked to remove before comparing it to those in the listener list. The saved listeners are already proxy-wrapped, so the previous straight compare failed. 2000-10-09 23:45:59 +00:00
nsDebug.cpp fix bug 54792 by running assert dialog out or process on Win32. r=danm sr=brendan 2001-03-23 06:57:17 +00:00
nsDebug.h
nsDebugHelpWin32.cpp not in build. for tracemalloc purposes only. when makefile is edited to add this as compile option There will be a reviewer of these checkins as well 2001-01-17 21:06:51 +00:00
nsDebugHelpWin32.h not in build. for tracemalloc purposes only. when makefile is edited to add this as compile option There will be a reviewer of these checkins as well 2001-01-17 21:06:51 +00:00
nsError.h #56767 2000-11-28 23:51:05 +00:00
nsErrorService.cpp #73620 2001-03-27 22:59:33 +00:00
nsErrorService.h
nsGarbageCollector.c
nsIAllocator.h
nsIConsoleListener.idl
nsIConsoleMessage.idl
nsIConsoleService.idl
nsID.cpp Fixing mac breakage. It seems as if the mac compiler actually follows the C++ standard. 2001-02-04 10:49:33 +00:00
nsID.h
nsIErrorService.idl
nsIID.h
nsIInterfaceRequestor.cpp
nsIInterfaceRequestor.idl
nsILeakDetector.idl
nsILoggingService.idl Bug 47207 - removing printf / logging changes. Sticking in big toe. r=valeski,sr=waterson 2000-10-27 06:18:39 +00:00
nsIMemory.idl
nsIPtr.h
nsISupports.idl
nsISupportsUtils.h 67699: all your nsIClassInfo is belong to us 2001-03-12 20:43:02 +00:00
nsISystemInfo.idl
nsIWeakReference.idl r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
nsLeakDetector.cpp Fix to get nsLeakDetector building again after shaver's changes to NS_NewGenericFactory(). r=dbaron@fas.harvard.edu, sr=waterson, amen=leaf. 2001-03-15 02:49:23 +00:00
nsLeakDetector.h
nsLogging.cpp Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
nsLogging.h Bug 47207 - removing printf / logging changes. Sticking in big toe. r=valeski,sr=waterson 2000-10-27 06:18:39 +00:00
nsMemory.h
nsMemoryImpl.cpp #56767 2000-11-28 23:51:05 +00:00
nsMemoryImpl.h
nsStackFrameWin.h not in build. for tracemalloc purposes only. when makefile is edited to add this as compile option There will be a reviewer of these checkins as well 2001-01-17 21:06:51 +00:00
nsSystemInfo.cpp
nsSystemInfo.h
nsTraceMalloc.c R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
nsTraceMalloc.h R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
nsTraceMallocCallbacks.h not in build. for tracemalloc purposes only. when makefile is edited to add this as compile option There will be a reviewer of these checkins as well 2001-01-17 21:06:51 +00:00
nsTraceRefcnt.cpp R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
nsTraceRefcnt.h Fix the use of dynamic_cast for nsCOMPtr logging so it doesn't appear in a macro. b=61243 2000-12-23 16:43:32 +00:00
nsTraceRefcntImpl.cpp R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
nsTraceRefcntImpl.h Fix the use of dynamic_cast for nsCOMPtr logging so it doesn't appear in a macro. b=61243 2000-12-23 16:43:32 +00:00
nsTypeInfo.cpp R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
nsWeakPtr.h
nsWeakReference.cpp fix bustage 2001-03-09 01:38:36 +00:00
nsWeakReference.h part of the fix to bug 66950. For xpconnect the class we mixin to sometimes needs to know if any weak references are outstanding. r=rogerl sr=brendan 2001-02-02 08:40:01 +00:00
nsWinTraceMalloc.cpp not in build. only used for trace malloc purposes. This will be reviewed once a makefile change is made 2001-01-17 21:07:42 +00:00
nscore.h
nslog.h Moving leak fixes from logging_102900_branch to trunk to quite tinderbox a bit more. 2000-11-01 01:41:15 +00:00
nsrootidl.idl add xpidl support for DOMString to fix bug 65762. r=jst sr=brendan 2001-01-26 02:32:18 +00:00
pure.h
pure_api.c
tmreader.c Revamp REALLOC record for rayw's tool; add flush-log-files function (r=rayw, a=waterson, not part of build). 2000-11-22 08:05:05 +00:00
tmreader.h Revamp REALLOC record for rayw's tool; add flush-log-files function (r=rayw, a=waterson, not part of build). 2000-11-22 08:05:05 +00:00
xpcom.properties