gecko-dev/xpcom/ds
alecf%netscape.com 0bc735834f cleanup after the first fix for bug 154275 - handle errors better and get rid of mCount entirely
sr=jst, r=peterv
2002-06-26 19:36:24 +00:00
..
.cvsignore
MANIFEST C++ wrapper for PLDHashTable (bug 125489), r=alecf@netscape.com, sr=brendan@mozilla.org 2002-02-20 06:08:53 +00:00
MANIFEST_IDL
Makefile.in Adding build SDK support. r=dougt, sr=alecf, submitted by seawood, a=asa 2002-02-25 23:20:01 +00:00
makefile.win C++ wrapper for PLDHashTable (bug 125489), r=alecf@netscape.com, sr=brendan@mozilla.org 2002-02-20 06:08:53 +00:00
nsAVLTree.cpp
nsAVLTree.h
nsArena.cpp eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
nsArena.h
nsAtomService.cpp
nsAtomService.h
nsAtomTable.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
nsAtomTable.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
nsBufferPoolService.h
nsByteBuffer.cpp eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan 2002-02-08 01:11:33 +00:00
nsByteBuffer.h
nsCRT.cpp Speed up nsCRT::HashCode(const PRUnichar*) by renaming the version that does UCS-2 to UTF-8 conversion to nsCRT::HashCodeAsUTF8. r=jag sr=jst b=120363 2002-02-16 19:50:32 +00:00
nsCRT.h backout nsCRT.h change. put back nsCRT::strlen(char* s). tree is burning out of control. I swear it builds on my machine! :-( Will need to evaluate and try later 2002-02-28 05:23:40 +00:00
nsConjoiningEnumerator.cpp
nsCppSharedAllocator.h
nsDeque.cpp bug 114166 final cleanup for nsDeque ( comments + whitespace only ) 2002-03-06 03:21:17 +00:00
nsDeque.h Bug 114166 rewrite nsDeque 2002-02-20 03:08:32 +00:00
nsDoubleHashtable.cpp C++ wrapper for PLDHashTable (bug 125489), r=alecf@netscape.com, sr=brendan@mozilla.org 2002-02-20 06:08:53 +00:00
nsDoubleHashtable.h Added NS_COM to fix linkage problems. Thanks Chris S~! 2002-03-07 22:38:41 +00:00
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 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
nsFixedSizeAllocator.h
nsHashtable.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
nsHashtable.h Leaking nsCStringKey objects 2002-03-01 09:28:55 +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 Back out troublesome parts of patch for 130544 (147997, r/sr=me). 2002-05-30 07:13:40 +00:00
nsIEnumerator.idl
nsIObserver.idl
nsIObserverService.idl
nsIPersistentProperties.h
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
nsIProperties.idl
nsIPropertyBag.idl
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 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
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
nsInt64.h
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 Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
nsObserver.h
nsObserverList.cpp DEBUG_dougt -> DEBUG_dougt_xxx. a=dbaron 2002-03-18 23:40:36 +00:00
nsObserverList.h fix for bug 130135 - remove "virtual" from nsObserverList because it doesn't have virtual methods 2002-03-12 15:46:19 +00:00
nsObserverService.cpp Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
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 125881: Has() must return true for existing properties (the key exists), which 2002-02-17 10:11:25 +00:00
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 115473 r=pavlov sr=brendan 2002-06-11 20:47:04 +00:00
nsRecyclingAllocator.h bug 125641 Adding id r=dougt sr=sfraser 2002-02-18 22:59:58 +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 remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously 2002-02-18 22:57:47 +00:00
nsSupportsPrimitives.cpp Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data; 2002-04-04 12:28:22 +00:00
nsSupportsPrimitives.h
nsTextFormatter.cpp eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan 2002-02-20 06:38:38 +00:00
nsTextFormatter.h
nsTime.h
nsTimelineService.cpp
nsTimelineService.h
nsUnicharBuffer.cpp eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan 2002-02-08 01:11:33 +00:00
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 Sync these mirrored sources with their primaries at js/src/jsdhash.[ch] (see bug 62164, r=shaver, sr=jband). 2002-02-23 10:04:29 +00:00
plvector.c
plvector.h