.. |
.cvsignore
|
|
|
Makefile.in
|
bug 118061 Enabling nsRecyclingAllocator r=dveditz sr=sfraser
|
2002-01-24 06:48:58 +00:00 |
makefile.win
|
bug 118061 Enabling nsRecyclingAllocator r=dveditz sr=sfraser
|
2002-01-24 06:48:58 +00:00 |
MANIFEST
|
Adding nsRecyclingAllocator.h for mac export
|
2002-01-24 08:06:45 +00:00 |
MANIFEST_IDL
|
Removing nsIStopwatch.idl, which was never really part of the build. b=107510 r=jag sr=waterson
|
2001-11-03 05:26:55 +00:00 |
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
|
|
|
nsAtomTable.h
|
trying an AIX ifdef to see if this is our startup slowdown problem
|
2002-01-04 15:03:43 +00:00 |
nsAVLTree.cpp
|
|
|
nsAVLTree.h
|
|
|
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
|
|
|
nsConjoiningEnumerator.cpp
|
|
|
nsCppSharedAllocator.h
|
|
|
nsCRT.cpp
|
Null protecting hashing code. 96322. r=dp@netscape.com sr=alecf@netscape.com.
|
2002-01-14 20:10:48 +00:00 |
nsCRT.h
|
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 |
nsDeque.cpp
|
eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson
|
2002-01-30 02:55:57 +00:00 |
nsDeque.h
|
AIX's new compiler, xlC5.x, doesn't allow the use of "friend" to declare
|
2002-01-10 14:16:05 +00:00 |
nsEmptyEnumerator.cpp
|
|
|
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
|
Remember to #include <new.h>!
|
2001-12-21 00:51:43 +00:00 |
nsHashtable.cpp
|
eliminate nsCRT::memcmp and all callers to use memcmp instead, bug 118135 r=dp sr=brendan
|
2002-01-29 21:30:32 +00:00 |
nsHashtable.h
|
augh, didn't mean to check these in
|
2001-12-02 23:17:11 +00:00 |
nsHashtableEnumerator.cpp
|
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
|
2001-11-19 06:45:00 +00:00 |
nsHashtableEnumerator.h
|
|
|
nsIArena.h
|
|
|
nsIAtom.idl
|
|
|
nsIAtomService.idl
|
|
|
nsIByteBuffer.h
|
|
|
nsICollection.idl
|
|
|
nsIEnumerator.idl
|
|
|
nsInt64.h
|
|
|
nsIObserver.idl
|
|
|
nsIObserverService.idl
|
fixing comment in idl. bug 111518
|
2001-11-23 15:11:37 +00:00 |
nsIPersistentProperties2.idl
|
fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter
|
2001-12-04 01:10:43 +00:00 |
nsIPersistentProperties.h
|
|
|
nsIProperties.idl
|
|
|
nsIPropertyBag.idl
|
|
|
nsISerializable.idl
|
|
|
nsISimpleEnumerator.idl
|
|
|
nsISizeOfHandler.h
|
|
|
nsISupportsArray.idl
|
|
|
nsISupportsIterators.idl
|
|
|
nsISupportsPrimitives.idl
|
|
|
nsITimelineService.idl
|
NS_TIMELINE_MARK_FUNCTION1() and NS_TIMELINE_DISABLE. For timeline builds only. r/sr=sfraser
|
2001-11-27 00:54:57 +00:00 |
nsIUnicharBuffer.h
|
|
|
nsIVariant.idl
|
|
|
nsObserver.cpp
|
|
|
nsObserver.h
|
|
|
nsObserverList.cpp
|
Fixing some warnings in xpcom. Bug 118377, r=hwaara, sr=shaver.
|
2002-02-03 07:05:10 +00:00 |
nsObserverList.h
|
|
|
nsObserverService.cpp
|
|
|
nsObserverService.h
|
|
|
nsPersistentProperties.cpp
|
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
|
2001-12-16 11:58:03 +00:00 |
nsPersistentProperties.h
|
Fix massive numbers of threadsafety assertions by re-adding NS_INIT_ISUPPORTS, to make builds usable again. b=110531 sr=waterson
|
2001-12-04 05:26:46 +00:00 |
nsProperties.cpp
|
|
|
nsProperties.h
|
|
|
nsQuickSort.cpp
|
|
|
nsQuickSort.h
|
Correcting the description of the third argument to NS_QuickSort. r=dbaron.
|
2001-11-01 22:21:34 +00:00 |
nsRecyclingAllocator.cpp
|
bug 118061 First version of nsRecyclingAllocator r=dveditz sr=sfraser
|
2002-01-24 06:41:01 +00:00 |
nsRecyclingAllocator.h
|
bug 118061 First version of nsRecyclingAllocator r=dveditz sr=sfraser
|
2002-01-24 06:41:01 +00:00 |
nsSizeOfHandler.cpp
|
|
|
nsStaticNameTable.cpp
|
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
|
2001-12-17 07:14:49 +00:00 |
nsStaticNameTable.h
|
first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake
|
2001-11-27 21:13:53 +00:00 |
nsStatistics.cpp
|
|
|
nsStatistics.h
|
|
|
nsSupportsArray.cpp
|
|
|
nsSupportsArray.h
|
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
|
2001-12-21 01:10:07 +00:00 |
nsSupportsArrayEnumerator.cpp
|
|
|
nsSupportsArrayEnumerator.h
|
|
|
nsSupportsPrimitives.cpp
|
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
|
2002-01-12 03:18:55 +00:00 |
nsSupportsPrimitives.h
|
|
|
nsTextFormatter.cpp
|
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
|
2001-12-16 11:58:03 +00:00 |
nsTextFormatter.h
|
|
|
nsTime.h
|
|
|
nsTimelineService.cpp
|
bug 112470 Getting timeline ON for debug builds by default.
|
2001-12-04 21:14:21 +00:00 |
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
|
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 |
nsValueArray.h
|
Fix bug 107270
|
2002-01-15 22:43:37 +00:00 |
nsVariant.cpp
|
trivial fix to allow freeing a variant array type that we do in fact create. rs=vidur
|
2002-01-10 23:55:32 +00:00 |
nsVariant.h
|
the HP compiler says that anonymous unions can't even have structs. So the union must be named. Fixing that bustage
|
2001-11-01 01:45:48 +00:00 |
nsVector.h
|
|
|
nsVoidArray.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 |
nsVoidArray.h
|
Fixing bug 122309. Adding a new routine that can take a string and parse it on a delimiter to add elements to the nsCStringArray. r=dougt, sr=jag
|
2002-02-05 08:35:28 +00:00 |
nsVoidBTree.cpp
|
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
|
2001-12-21 01:10:07 +00:00 |
nsVoidBTree.h
|
|
|
pldhash.c
|
|
|
pldhash.h
|
Fixing part of bug 118933. Speeding up the global resolve hook in the DOM JS helpers by eliminating the use of nsHashtable and nsStringKey in favor of pldhash. Adding global HashString(const nsA[C]String&) functions that calculate a hash code from a nsA[C]String, code by dbaron@fas.harward.edu. Also checking in brendan@mozilla.org's fix for a type error in the jsdhash/pldhash API found while working on this. sr=brendan@mozilla.org, r=peterv@netscape.com
|
2002-01-17 04:08:14 +00:00 |
plvector.c
|
Moving variable declaration to beginning of code block for freebsd builds.
|
2001-12-31 09:18:16 +00:00 |
plvector.h
|
|
|