gecko-dev/xpcom/ds
2000-04-17 14:50:07 +00:00
..
.cvsignore
bufferRoutines.h add some #if[n]def STASTANDALONE_STRING_TESTS r=scc 2000-03-25 02:07:34 +00:00
Makefile.in add the atom service to the build 2000-03-31 09:19:17 +00:00
makefile.win add the atom service to the build 2000-03-31 09:19:17 +00:00
MANIFEST add the atom service to the build 2000-03-31 09:19:17 +00:00
MANIFEST_IDL add the atom service to the build 2000-03-31 09:19:17 +00:00
nsAReadableString.h Ok, the |typename| stuff wasn't really necessary, and caused problems on VC++. r=scc 2000-04-04 09:21:57 +00:00
nsArena.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsArena.h
nsAtomService.cpp add the atom service to the build 2000-03-31 09:19:17 +00:00
nsAtomService.h add the atom service to the build 2000-03-31 09:19:17 +00:00
nsAtomTable.cpp making string conversions explicit 2000-04-01 00:39:02 +00:00
nsAtomTable.h
nsAutoStringImpl.h landed WIP nsString3 early design; not part of build; a=n/a 2000-03-03 09:04:50 +00:00
nsAVLTree.cpp
nsAVLTree.h
nsAWritableString.h Added signatures to prevent automatic incorrect promotion of |char| to |PRUnichar| 2000-04-14 23:20:31 +00:00
nsBufferManager.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsBufferPoolService.h
nsByteBuffer.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsByteBuffer.h
nsCharTraits.h Added a new type, |incompatible_char_type| to help build signatures that prevent automatic incorrect promotion from |char| to |PRUnichar|. Kind of a hack, but the right way (specializing |nsAWritable| for |PRUnichar| can't be made to compile everywhere) 2000-04-14 23:19:14 +00:00
nsConjoiningEnumerator.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsCppSharedAllocator.h
nsCRT.cpp add some #if[n]def STASTANDALONE_STRING_TESTS r=scc 2000-03-25 02:07:34 +00:00
nsCRT.h fixed some warnings 2000-03-22 22:55:10 +00:00
nsDeque.cpp
nsDeque.h
nsEmptyEnumerator.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsEnumeratorUtils.cpp
nsEnumeratorUtils.h
nsFragmentedString.h First Checked In. 2000-03-29 08:11:59 +00:00
nsHashtable.cpp making string conversions explicit 2000-04-01 00:39:02 +00:00
nsHashtable.h landing phase 2 to remove deprecated string calls 2000-03-12 11:10:07 +00:00
nsHashtableEnumerator.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsHashtableEnumerator.h
nsIArena.h
nsIAtom.idl Fix for 24362. Status bar gets updated message counts. a=chofmann. r=dp and jband. 2000-01-20 22:57:08 +00:00
nsIAtomService.idl add the atom service to the build 2000-03-31 09:19:17 +00:00
nsIByteBuffer.h
nsICollection.idl
nsIEnumerator.idl
nsImmutableString.h landed WIP nsString3 early design; not part of build; a=n/a 2000-03-03 09:04:50 +00:00
nsInt64.h Fix access restrictions that were causing VC++'s brain to fizzle when compiled with NEW_STRING_APIS. r=scc 2000-03-29 00:13:46 +00:00
nsIObserver.idl
nsIObserverList.h
nsIObserverService.idl
nsIPersistentProperties.h changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsIProperties.idl Fixed Has method as per Doug's request. 2000-01-06 23:02:32 +00:00
nsISimpleEnumerator.h
nsISizeOfHandler.h
nsIStopwatch.idl Added nsIStopwatch for timing analysis. 1999-12-29 20:54:13 +00:00
nsISupportsArray.idl
nsISupportsIterators.idl First Checked In. 2000-02-11 14:32:11 +00:00
nsISupportsPrimitives.idl Add a quick constructor for nsISupportsPRBool as well as make it implement 2000-04-12 00:46:58 +00:00
nsIUnicharBuffer.h
nsObserver.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsObserver.h
nsObserverList.cpp Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
nsObserverList.h
nsObserverService.cpp Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
nsObserverService.h
nsPersistentProperties.cpp making string conversions explicit 2000-04-15 05:23:09 +00:00
nsPersistentProperties.h Breaking out persistent properties from nsIProperties.h. 1999-12-29 20:55:42 +00:00
nsProperties.cpp Fixed Has method as per Doug's request. 2000-01-06 23:02:32 +00:00
nsProperties.h Made nsIProperties scriptable. Bug #21982 2000-01-05 09:29:25 +00:00
nsQuickSort.cpp
nsQuickSort.h
nsSharedString.h incremental changes. We're getting closer. These files are not yet part of the build. 2000-03-30 22:53:41 +00:00
nsSizeOfHandler.cpp
nsStopwatch.cpp Added nsIStopwatch for timing analysis. 1999-12-29 20:54:13 +00:00
nsStopwatch.h Added nsIStopwatch for timing analysis. 1999-12-29 20:54:13 +00:00
nsStr.cpp more work bringing |ns[C]String| into line with the new implementations. Again, this is no change when |NEW_STRING_APIS| is not defined. 2000-03-31 07:26:13 +00:00
nsStr.h more work bringing |ns[C]String| into line with the new implementations. Again, this is no change when |NEW_STRING_APIS| is not defined. 2000-03-31 07:26:13 +00:00
nsString2.cpp needed to make the implementation of |EqualsIgnoreCase(nsIAtom*, ...)| available. 2000-04-17 14:50:07 +00:00
nsString2.h fixing build bustage 2000-04-17 12:22:37 +00:00
nsString2x.cpp update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsString2x.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsString.cpp new ideas about string conversion 2000-04-15 00:05:17 +00:00
nsString.h fixing build bustage 2000-04-17 12:22:37 +00:00
nsStringImpl.h landed WIP nsString3 early design; not part of build; a=n/a 2000-03-03 09:04:50 +00:00
nsStringTokenizer.cpp
nsStringTokenizer.h
nsStringValue.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsStringx.cpp update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsStringx.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsSupportsArray.cpp Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
nsSupportsArray.h
nsSupportsArrayEnumerator.cpp
nsSupportsArrayEnumerator.h
nsSupportsPrimitives.cpp Add a quick constructor for nsISupportsPRBool as well as make it implement 2000-04-12 00:46:58 +00:00
nsSupportsPrimitives.h
nsTextFormater.cpp fix 34886. add accidential deleted line back. 2000-04-11 22:47:18 +00:00
nsTextFormater.h
nsTextFormatter.cpp fix 34886. add accidential deleted line back. 2000-04-11 22:47:18 +00:00
nsTextFormatter.h Beginning of work on 16951, not part of build yet 2000-01-17 06:33:59 +00:00
nsTime.h Fix access restrictions that were causing VC++'s brain to fizzle when compiled with NEW_STRING_APIS. r=scc 2000-03-29 00:13:46 +00:00
nsUnicharBuffer.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsUnicharBuffer.h
nsUnitConversion.h
nsVector.h
nsVoidArray.cpp Fixing runtime assert bustage. r=pinkerton 2000-01-19 01:18:27 +00:00
nsVoidArray.h Bug 9489. Add support for nsAutoVoidArray. r=scc,shaver 1999-12-01 00:37:11 +00:00
nsXPIDLString.cpp My bad; I reviewed this code and I suck. This is the right fix. 2000-02-24 06:42:36 +00:00
nsXPIDLString.h backing out my change 2000-02-16 15:43:55 +00:00
plvector.c
plvector.h