.. |
.cvsignore
|
|
|
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 |
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
|
|
|
nsArena.cpp
|
|
|
nsArena.h
|
|
|
nsAtomService.cpp
|
|
|
nsAtomService.h
|
|
|
nsAtomTable.cpp
|
|
|
nsAtomTable.h
|
|
|
nsAVLTree.cpp
|
|
|
nsAVLTree.h
|
|
|
nsBufferPoolService.h
|
|
|
nsByteBuffer.cpp
|
|
|
nsByteBuffer.h
|
|
|
nsConjoiningEnumerator.cpp
|
|
|
nsCppSharedAllocator.h
|
|
|
nsCRT.cpp
|
|
|
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 |
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
|
|
|
nsEmptyEnumerator.h
|
|
|
nsEnumeratorUtils.cpp
|
|
|
nsEnumeratorUtils.h
|
|
|
nsFixedSizeAllocator.cpp
|
|
|
nsFixedSizeAllocator.h
|
|
|
nsHashtable.cpp
|
Leaking nsCStringKey objects
|
2002-03-01 09:28:55 +00:00 |
nsHashtable.h
|
Leaking nsCStringKey objects
|
2002-03-01 09:28:55 +00:00 |
nsHashtableEnumerator.cpp
|
|
|
nsHashtableEnumerator.h
|
|
|
nsIArena.h
|
|
|
nsIAtom.idl
|
|
|
nsIAtomService.idl
|
|
|
nsIByteBuffer.h
|
|
|
nsICollection.idl
|
|
|
nsIEnumerator.idl
|
|
|
nsInt64.h
|
|
|
nsIObserver.idl
|
|
|
nsIObserverService.idl
|
|
|
nsIPersistentProperties2.idl
|
|
|
nsIPersistentProperties.h
|
|
|
nsIProperties.idl
|
|
|
nsIPropertyBag.idl
|
|
|
nsISerializable.idl
|
|
|
nsISimpleEnumerator.idl
|
|
|
nsISizeOfHandler.h
|
|
|
nsISupportsArray.idl
|
|
|
nsISupportsIterators.idl
|
|
|
nsISupportsPrimitives.idl
|
|
|
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
|
fix bug 125084. Add support for empty arrays in nsIVariant. This is expressed as atype id rather than as a regular array with no elements. Includes changes to xpconnect to support mapping to empty JSArrays, xpconnect tests, and SOAP. Patches are from jcorwin@us.ibm.com and rayw@netscape.com. r=jband sr=brendan a=asa
|
2002-03-21 23:21:54 +00:00 |
nsObserver.cpp
|
|
|
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
|
|
|
nsObserverService.h
|
|
|
nsPersistentProperties.cpp
|
|
|
nsPersistentProperties.h
|
|
|
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
|
|
|
nsQuickSort.h
|
|
|
nsRecyclingAllocator.cpp
|
(again) bug 127941 Fixing leak of bucket memory; memset to 0 only if zeroit is
|
2002-03-01 00:03:58 +00:00 |
nsRecyclingAllocator.h
|
bug 125641 Adding id r=dougt sr=sfraser
|
2002-02-18 22:59:58 +00:00 |
nsSizeOfHandler.cpp
|
|
|
nsStaticNameTable.cpp
|
Bug 106386 rid source of misspellings
|
2002-03-19 04:30:17 +00:00 |
nsStaticNameTable.h
|
Bug 106386 rid source of misspellings
|
2002-03-19 04:30:17 +00:00 |
nsStatistics.cpp
|
|
|
nsStatistics.h
|
|
|
nsSupportsArray.cpp
|
|
|
nsSupportsArray.h
|
|
|
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
|
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
|
2002-02-20 06:38:38 +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
|
|
|
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
|
fix bug 125084. Add support for empty arrays in nsIVariant. This is expressed as atype id rather than as a regular array with no elements. Includes changes to xpconnect to support mapping to empty JSArrays, xpconnect tests, and SOAP. Patches are from jcorwin@us.ibm.com and rayw@netscape.com. r=jband sr=brendan a=asa
|
2002-03-21 23:21:54 +00:00 |
nsVariant.h
|
fix bug 125084. Add support for empty arrays in nsIVariant. This is expressed as atype id rather than as a regular array with no elements. Includes changes to xpconnect to support mapping to empty JSArrays, xpconnect tests, and SOAP. Patches are from jcorwin@us.ibm.com and rayw@netscape.com. r=jband sr=brendan a=asa
|
2002-03-21 23:21:54 +00:00 |
nsVector.h
|
|
|
nsVoidArray.cpp
|
|
|
nsVoidArray.h
|
|
|
nsVoidBTree.cpp
|
|
|
nsVoidBTree.h
|
|
|
pldhash.c
|
Fix JS/PL_DHashTableEnumerate to compress or shrink the table after enumeration using the same logic as ADD and REMOVE use (120953, r=dbaron, sr=shaver, a=asa).
|
2002-03-14 21:55:08 +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
|
|
|