..
.cvsignore
Ignore bloatblame.
2000-06-01 02:08:34 +00:00
bloatblame.c
Hoist loop invariant.
2000-06-21 18:03:34 +00:00
IIDS.h
Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda
2000-06-21 00:42:59 +00:00
Makefile.in
Fixed file name.
2000-06-03 07:30:36 +00:00
makefile.win
Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.
2000-06-03 07:02:20 +00:00
MANIFEST
Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.
2000-06-03 07:02:20 +00:00
MANIFEST_IDL
Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.
2000-06-03 07:02:20 +00:00
nsAgg.h
Added NS_IMPL_AGGREGATED_QUERY_HEAD macro.
2000-01-10 23:14:32 +00:00
nsAllocator.cpp
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
nsAllocator.h
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
nsCom.h
# 25555
2000-02-29 15:50:48 +00:00
nsCOMPtr.cpp
Improved logging facilities on |nsCOMPtr| in cooperation with dbaron, for his new logging tools. r=dbaron
2000-06-08 04:52:39 +00:00
nsCOMPtr.h
# 37239
2000-06-14 00:26:52 +00:00
nsConsoleMessage.cpp
Move nsIConsoleService and implementation into xpcom/base, and nsIScriptError and implementation into js/src/xpconnect. (A place for JavaScript-specific XPCOM would be better, but xpconnect will do).
2000-04-18 02:34:54 +00:00
nsConsoleMessage.h
making string conversions explicit
2000-04-18 23:53:10 +00:00
nsConsoleService.cpp
I IDL-ifying the nsProxyObjectManager.
2000-06-24 00:03:10 +00:00
nsConsoleService.h
Move nsIConsoleService and implementation into xpcom/base, and nsIScriptError and implementation into js/src/xpconnect. (A place for JavaScript-specific XPCOM would be better, but xpconnect will do).
2000-04-18 02:34:54 +00:00
nscore.h
Turn on wchar_t
2000-06-21 01:31:09 +00:00
nsCWeakReference.cpp
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsCWeakReference.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsDebug.cpp
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
nsDebug.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsError.h
adding an LDAP module to the NS_ERROR global define space. a=r=waterson@mozilla.org
2000-06-20 03:33:26 +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
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
nsIConsoleListener.idl
Move nsIConsoleService and implementation into xpcom/base, and nsIScriptError and implementation into js/src/xpconnect. (A place for JavaScript-specific XPCOM would be better, but xpconnect will do).
2000-04-18 02:34:54 +00:00
nsIConsoleMessage.idl
Move nsIConsoleService and implementation into xpcom/base, and nsIScriptError and implementation into js/src/xpconnect. (A place for JavaScript-specific XPCOM would be better, but xpconnect will do).
2000-04-18 02:34:54 +00:00
nsIConsoleService.idl
Move nsIConsoleService and implementation into xpcom/base, and nsIScriptError and implementation into js/src/xpconnect. (A place for JavaScript-specific XPCOM would be better, but xpconnect will do).
2000-04-18 02:34:54 +00:00
nsID.cpp
fix purify errors - uninitialized memory on poorly formatted CID strings, and FMM on nsString::fputs
2000-06-08 23:34:53 +00:00
nsID.h
- NS_ERROR_FACTORY_REGISTER_AGAIN for deferring registration of a module until
1999-11-10 00:28:34 +00:00
nsIID.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsIInterfaceRequestor.cpp
Turned on the do_GetInterface implementation by removing the #ifdef 0.
1999-11-28 02:16:22 +00:00
nsIInterfaceRequestor.idl
fix warnings
1999-11-29 20:40:39 +00:00
nsILeakDetector.idl
First Checked In.
1999-10-15 21:36:04 +00:00
nsILoggingService.idl
Added new logging service to replace PR_LOG.
1999-12-29 20:53:17 +00:00
nsIMemory.idl
Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.
2000-06-03 07:02:20 +00:00
nsIPtr.h
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsISupports.idl
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nsISupportsUtils.h
Fixed NS_ENSURE_ARG_MAX macro (a typo), it did not even compile if you tried to use it.
2000-06-13 08:36:06 +00:00
nsISystemInfo.idl
system information service (not yet part of build)
2000-01-27 09:40:17 +00:00
nsIWeakReference.idl
fixed tabs and spacing
2000-06-11 01:22:58 +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
nsLogging.cpp
Added new logging service to replace PR_LOG.
1999-12-29 20:53:17 +00:00
nsLogging.h
Added new logging service to replace PR_LOG.
1999-12-29 20:53:17 +00:00
nsMemory.h
Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.
2000-06-03 07:02:20 +00:00
nsMemoryImpl.cpp
Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.
2000-06-03 07:02:20 +00:00
nsMemoryImpl.h
Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze.
2000-06-03 07:02:20 +00:00
nsrootidl.idl
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
nsSystemInfo.cpp
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
nsSystemInfo.h
system information service (not yet part of build)
2000-01-27 09:40:17 +00:00
nsTraceMalloc.c
Comment fixes.
2000-06-21 18:03:01 +00:00
nsTraceMalloc.h
Add NS_TraceMallocStartupArgs() so it's easier to factor between apprunner and other apps. Like viewer. r=brendan
2000-06-01 02:09:25 +00:00
nsTraceRefcnt.cpp
Code for nsCOMPtr leak logging, a new tool to help debug memory leaks (not yet fully enabled on non-autoconf platforms). r=waterson@netscape.com
2000-06-15 02:23:55 +00:00
nsTraceRefcnt.h
Code for nsCOMPtr leak logging, a new tool to help debug memory leaks (not yet fully enabled on non-autoconf platforms). r=waterson@netscape.com
2000-06-15 02:23:55 +00:00
nsTraceRefcntImpl.cpp
Code for nsCOMPtr leak logging, a new tool to help debug memory leaks (not yet fully enabled on non-autoconf platforms). r=waterson@netscape.com
2000-06-15 02:23:55 +00:00
nsTraceRefcntImpl.h
Code for nsCOMPtr leak logging, a new tool to help debug memory leaks (not yet fully enabled on non-autoconf platforms). r=waterson@netscape.com
2000-06-15 02:23:55 +00:00
nsWeakPtr.h
changed the mechanism underlying |do_QueryInterface| to decouple |nsCOMPtr| from services, |nsIWeakReference|, etc. This change fixes bug #17364 , and paves the way for making |nsCOMPtr| cooperate with services. r=valeski (additional builds done by dmose and syd)
1999-10-31 00:35:48 +00:00
nsWeakReference.cpp
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
1999-11-30 23:36:32 +00:00
nsWeakReference.h
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