gecko-dev/xpcom/ds
2002-07-30 21:30:05 +00:00
..
.cvsignore
Makefile.in bug 146532 Improving recycling allocator 2002-07-01 23:36:03 +00:00
makefile.win Remove obsolete NS_BASE and _IMPL_NS_BASE, and unused/obsolete source files nsStdFileStream.* (bug 160052). r=cls, sr=alecf, a=asa. 2002-07-30 21:30:05 +00:00
MANIFEST
MANIFEST_IDL bug 146532 Improving recycling allocator 2002-07-01 23:36:03 +00:00
nsArena.cpp
nsArena.h
nsAtomService.cpp
nsAtomService.h
nsAtomTable.cpp Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsAtomTable.h Trying to fix Irix and HPUX bustage. Defining CPP_THROW_NEW at point 2002-07-02 22:38:16 +00:00
nsAVLTree.cpp
nsAVLTree.h
nsBufferPoolService.h
nsByteBuffer.cpp
nsByteBuffer.h
nsConjoiningEnumerator.cpp
nsCppSharedAllocator.h
nsCRT.cpp
nsCRT.h The c++ standard requires that the throw list be used when declaring functions as well as defining them. 2002-07-03 17:14:41 +00:00
nsDeque.cpp
nsDeque.h
nsDoubleHashtable.cpp
nsDoubleHashtable.h
nsEmptyEnumerator.cpp Fixes bugs 149745 148918 149715 149730 149754 129959. Cleanup of nsIFile and nsILocalFile interfaces, supporting do_GetInterface in embedding via xcom glue, and general cleanup of shutdown. r=various, sr=shaver@mozilla.org 2002-06-11 19:26:04 +00:00
nsEmptyEnumerator.h
nsEnumeratorUtils.cpp
nsEnumeratorUtils.h
nsFixedSizeAllocator.cpp
nsFixedSizeAllocator.h
nsHashtable.cpp Bug 149785 - nsHashTable hides important functionality of PLHashTable. r=brendan@mozilla.org/sr=alecf/a=brendan 2002-07-29 22:48:15 +00:00
nsHashtable.h Bug 149785 - nsHashTable hides important functionality of PLHashTable. r=brendan@mozilla.org/sr=alecf/a=brendan 2002-07-29 22:48:15 +00:00
nsHashtableEnumerator.cpp
nsHashtableEnumerator.h
nsIArena.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsIAtom.idl Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsIAtomService.idl
nsIByteBuffer.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsICollection.idl nsICollection's nsQueryElementAt class is exported. r=darin, sr=alec, a=asa, b=158931 2002-07-25 20:12:18 +00:00
nsIEnumerator.idl
nsInt64.h
nsIObserver.idl
nsIObserverService.idl
nsIPersistentProperties2.idl Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsIPersistentProperties.h
nsIProperties.idl
nsIPropertyBag.idl
nsIRecyclingAllocator.idl bug 146532 Improving recycling allocator 2002-07-01 23:36:03 +00:00
nsISerializable.idl
nsISimpleEnumerator.idl
nsISizeOfHandler.h
nsISupportsArray.idl bug 154280 - remove unimplemented operators from nsISupportsArray 2002-06-26 03:48:08 +00:00
nsISupportsIterators.idl
nsISupportsPrimitives.idl Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data; 2002-04-04 12:28:22 +00:00
nsITimelineService.idl
nsIUnicharBuffer.h
nsIVariant.idl Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsManifestLineReader.h Fixes 48888 - xpcom flat file backend. r=dp@netscape.com sr=waterson@netscape.com 2002-06-14 21:33:05 +00:00
nsObserver.cpp
nsObserver.h
nsObserverList.cpp
nsObserverList.h
nsObserverService.cpp
nsObserverService.h
nsPersistentProperties.cpp ack! fix check of entries to use PL_DHASH_ENTRY_IS_FREE() from my previous checkin to prevent tree closure tomorrow! 2002-06-26 03:43:43 +00:00
nsPersistentProperties.h fix for bug 153754 - make nsPersistentProperties (and thus string bundles) use PLDHash, saving some 1100+ allocations at startup. 2002-06-26 01:33:07 +00:00
nsProperties.cpp
nsProperties.h
nsQuickSort.cpp Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
nsQuickSort.h Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
nsRecyclingAllocator.cpp bug 156320 Acquire lock before checking not-used-list (not 2002-07-09 13:48:03 +00:00
nsRecyclingAllocator.h bug 146532 Making Init() non-virtual (thanks dbaron for suggestion) 2002-07-02 18:11:53 +00:00
nsSizeOfHandler.cpp
nsStaticNameTable.cpp cleanup after the first fix for bug 154275 - handle errors better and get rid of mCount entirely 2002-06-26 19:36:24 +00:00
nsStaticNameTable.h cleanup after the first fix for bug 154275 - handle errors better and get rid of mCount entirely 2002-06-26 19:36:24 +00:00
nsStatistics.cpp
nsStatistics.h
nsSupportsArray.cpp bug 154280 - remove unimplemented operators from nsISupportsArray 2002-06-26 03:48:08 +00:00
nsSupportsArray.h bug 154280 - remove unimplemented operators from nsISupportsArray 2002-06-26 03:48:08 +00:00
nsSupportsArrayEnumerator.cpp
nsSupportsArrayEnumerator.h
nsSupportsPrimitives.cpp Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data; 2002-04-04 12:28:22 +00:00
nsSupportsPrimitives.h
nsTextFormatter.cpp
nsTextFormatter.h
nsTime.h
nsTimelineService.cpp
nsTimelineService.h
nsUnicharBuffer.cpp
nsUnicharBuffer.h
nsUnitConversion.h
nsValueArray.cpp Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
nsValueArray.h Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
nsVariant.cpp Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
nsVariant.h Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsVector.h
nsVoidArray.cpp Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsVoidArray.h Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsVoidBTree.cpp
nsVoidBTree.h
pldhash.c Ensure a live keyHash *after* multiplying by the irrational (146907, r=dbaron, sr=shaver). 2002-06-05 00:47:38 +00:00
pldhash.h
plvector.c
plvector.h