gecko-dev/xpcom/base
2000-08-06 17:17:22 +00:00
..
.cvsignore Ignore bloatblame. 2000-06-01 02:08:34 +00:00
bloatblame.c Revise connect_nodes to be tmgraphnode_connect, reusable via tmreader.[ch]. 2000-07-26 02:19:27 +00:00
IIDS.h reserving iid for nsIEditorObserver; NOT PART OF BUILD 2000-07-14 19:12:30 +00:00
Makefile.in Lets show some objdir sensitivity. 2000-07-25 11:03:25 +00:00
makefile.win Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +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
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
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 Workaround for long-standing AIX bustage 2000-07-28 08:11:51 +00:00
nsConsoleMessage.cpp
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
nscore.h The AIX compiler doesn't seem to know how to handle |typename| 2000-07-28 06:57:20 +00:00
nsCWeakReference.cpp
nsCWeakReference.h
nsDebug.cpp Make XPCOM_CHECK_THREADSAFE env. variable to actually be useful 2000-07-05 22:58:28 +00:00
nsDebug.h
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
nsErrorService.cpp Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
nsErrorService.h Added nsIErrorService to map from nsresult codes to string bundles and keys for error messages. 2000-07-22 05:38:43 +00:00
nsGarbageCollector.c
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
nsIConsoleMessage.idl
nsIConsoleService.idl
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
nsIErrorService.idl Added nsIErrorService to map from nsresult codes to string bundles and keys for error messages. 2000-07-22 05:38:43 +00:00
nsIID.h
nsIInterfaceRequestor.cpp
nsIInterfaceRequestor.idl
nsILeakDetector.idl
nsILoggingService.idl
nsIMemory.idl Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze. 2000-06-03 07:02:20 +00:00
nsIPtr.h
nsISupports.idl
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
nsIWeakReference.idl fixed tabs and spacing 2000-06-11 01:22:58 +00:00
nsLeakDetector.cpp
nsLeakDetector.h
nsLogging.cpp
nsLogging.h
nsMemory.h Adding nsIMemory interface (replacement for nsIAllocator). Part of xpcom API freeze. 2000-06-03 07:02:20 +00:00
nsMemoryImpl.cpp Fixing bustage. Stupid error... 2000-08-06 17:17:22 +00:00
nsMemoryImpl.h Fix crash on shutdown (or patch things up so they don't crash) by releasing memory pressure observers closer to the beginning of XPCOM shutdown. b=47791 r=waterson@netscape.com 2000-08-06 16:23:04 +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
nsTraceMalloc.c Finish factoring tmreader from bloatblame; misc. clenaups (not part of build). 2000-07-21 20:42:15 +00:00
nsTraceMalloc.h Finish factoring tmreader from bloatblame; misc. clenaups (not part of build). 2000-07-21 20:42:15 +00:00
nsTraceRefcnt.cpp Reverted change from doronr@naboonline.com to print warning. This gets called erroneously when the program quits. 2000-07-19 09:32:35 +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 Reverted change from doronr@naboonline.com to print warning. This gets called erroneously when the program quits. 2000-07-19 09:32:35 +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
nsWeakReference.cpp
nsWeakReference.h
pure_api.c
pure.h
tmreader.c Revise connect_nodes to be tmgraphnode_connect, reusable via tmreader.[ch]. 2000-07-26 02:19:27 +00:00
tmreader.h Revise connect_nodes to be tmgraphnode_connect, reusable via tmreader.[ch]. 2000-07-26 02:19:27 +00:00
xpcom.properties Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00