gecko-dev/xpcom/ds
bsmedberg%covad.net c174638b2d Bug 212919 - Fix const issues in nsDataHashtable on MSVC7 (I'm surprised other
compilers didn't barf already!) r=swalker sr=scc a=asa
2003-08-09 19:24:24 +00:00
..
.cvsignore
Makefile.in Bug 210337 part 2: remove unused nsObserver r=alecf/dougt 2003-06-23 20:47:45 +00:00
nsArray.cpp
nsArray.h Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsArrayEnumerator.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsArrayEnumerator.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsAtomService.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsAtomService.h
nsAtomTable.cpp Bug 211275 GetAtomHashEntry doesn't check the return value of PL_DHashTableInit 2003-07-03 14:45:01 +00:00
nsAtomTable.h landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions! 2003-03-25 18:55:59 +00:00
nsBaseHashtable.h Bug 212919 - Fix const issues in nsDataHashtable on MSVC7 (I'm surprised other 2003-08-09 19:24:24 +00:00
nsBufferPoolService.h
nsByteBuffer.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsByteBuffer.h
nsCOMArray.cpp Bug 198685 need nsCOMArray function like IndexOf that checks COM object identity p=bsmedberg@covad.net r=alecf (no sr needed) 2003-03-25 13:16:02 +00:00
nsCOMArray.h Bug 198685 need nsCOMArray function like IndexOf that checks COM object identity p=bsmedberg@covad.net r=alecf (no sr needed) 2003-03-25 13:16:02 +00:00
nsCRT.cpp Fixing think-o. 2003-07-13 07:21:43 +00:00
nsCRT.h Fixing think-o. 2003-07-13 07:21:43 +00:00
nsCheapSets.cpp
nsCheapSets.h
nsClassHashtable.h Bug 209622 - bustage fix for stupid compilers (Sun WS and DEC OSF1) - 2003-06-19 18:42:23 +00:00
nsCppSharedAllocator.h
nsDataHashtable.h Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it. 2003-06-18 11:26:27 +00:00
nsDeque.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsDeque.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsDoubleHashtable.h Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
nsEmptyEnumerator.cpp Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
nsEmptyEnumerator.h Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
nsEnumeratorUtils.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsEnumeratorUtils.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsFixedSizeAllocator.cpp
nsFixedSizeAllocator.h
nsHashKeys.h Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it. 2003-06-18 11:26:27 +00:00
nsHashSets.cpp
nsHashSets.h
nsHashtable.cpp fix for bug 195298 - pldhash ops tables should be const.. r=dougt, sr=sfraser 2003-04-04 15:10:37 +00:00
nsHashtable.h Templatized hashtable class by bsmedberg@covad.net (bug 180264), r=jkeiser@netscape.com, sr=alecf@netscape.com 2003-04-02 06:53:57 +00:00
nsIArray.idl
nsIAtom.idl Bug 210160: Add nsStringComparator parameter to String(Begins)|(Ends)With. r=bzbarsky, sr=dbaron 2003-06-21 02:59:51 +00:00
nsIAtomService.idl
nsIByteBuffer.h
nsICollection.idl
nsIEnumerator.idl Bug 174603 Remove nsIEnumerator implementations: ConjoiningEnumerator, UnionEnumerator and IntersectionEnumerator 2002-11-20 10:27:44 +00:00
nsIObserver.idl
nsIObserverService.idl
nsIPersistentProperties.h
nsIPersistentProperties2.idl
nsIProperties.idl
nsIPropertyBag.idl
nsIRecyclingAllocator.idl
nsISerializable.idl
nsISimpleEnumerator.idl
nsIStringEnumerator.idl fix for bug 173601 - nsIStringEnumerator implementation 2003-03-10 21:09:31 +00:00
nsIStringService.idl
nsISupportsArray.idl Bug 166888 deprecate nsISupportsArray 2003-03-07 01:17:27 +00:00
nsISupportsIterators.idl
nsISupportsPrimitives.idl
nsITimelineService.idl Fix bug 200893 - Timeline Service is not thread aware, 2003-04-10 05:39:46 +00:00
nsIUnicharBuffer.h fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream: 2003-03-06 19:54:51 +00:00
nsIVariant.idl
nsInt64.h
nsInterfaceHashtable.h Bug 209622 - bustage fix for stupid compilers (Sun WS and DEC OSF1) - 2003-06-19 18:42:23 +00:00
nsManifestLineReader.h
nsObserverList.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsObserverList.h
nsObserverService.cpp Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
nsObserverService.h
nsPersistentProperties.cpp Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
nsPersistentProperties.h Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
nsProperties.cpp
nsProperties.h
nsQuickSort.cpp
nsQuickSort.h
nsRecyclingAllocator.cpp
nsRecyclingAllocator.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsStaticAtom.h just relanding this file - not part of build yet - to make relanding bug 195262 easier 2003-03-21 20:35:14 +00:00
nsStaticNameTable.cpp Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
nsStaticNameTable.h Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf. 2003-02-26 00:52:07 +00:00
nsStatistics.cpp Fix for 205023. Adds nsTraceRefcnt stubs that access a global to allow tracing refcnt to work with the GRE/xpcom glue builds. r=dbaron 2003-08-05 05:29:10 +00:00
nsStatistics.h
nsStringEnumerator.cpp fix bug 209699 r=dougt, sr=jst - move some consumers over to CopyUTF8toUTF16 2003-06-18 02:22:46 +00:00
nsStringEnumerator.h fix for bug 173601 - nsIStringEnumerator implementation 2003-03-10 21:09:31 +00:00
nsStringService.cpp Enabling nsIStringService. r=darin, sr=alec 2003-01-14 22:55:33 +00:00
nsStringService.h
nsSupportsArray.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsSupportsArray.h
nsSupportsArrayEnumerator.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsSupportsArrayEnumerator.h
nsSupportsPrimitives.cpp Bug 210337 - Spring cleaning of unused XPCOM code and callers r/sr=alecf/bz 2003-06-23 20:31:43 +00:00
nsSupportsPrimitives.h Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it. 2003-06-18 11:26:27 +00:00
nsTHashtable.cpp bug 200709 remove dynamic linking of nsTHashtable and family. r=jkeiser sr=alecf 2003-04-10 13:27:16 +00:00
nsTHashtable.h Bug 212919 - Fix const issues in nsDataHashtable on MSVC7 (I'm surprised other 2003-08-09 19:24:24 +00:00
nsTextFormatter.cpp Use va_copy if available for VARARGS_ASSIGN 2003-02-23 06:59:39 +00:00
nsTextFormatter.h
nsTime.h
nsTimelineService.cpp Fix bug 200893 - Timeline Service is not thread aware, 2003-04-10 05:39:46 +00:00
nsTimelineService.h
nsUnicharBuffer.cpp fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream: 2003-03-06 19:54:51 +00:00
nsUnicharBuffer.h fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream: 2003-03-06 19:54:51 +00:00
nsUnitConversion.h Move HTMLValue parsing methods to HTMLValue (bug 159757), r=bugmail@sicking.cc, sr=jst@netscape.com 2003-01-21 21:24:16 +00:00
nsValueArray.cpp
nsValueArray.h
nsVariant.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsVariant.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsVector.h
nsVoidArray.cpp Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsVoidArray.h Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
pldhash.c Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
pldhash.h Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
plvector.c
plvector.h