gecko-dev/string/src
alecf%netscape.com 451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
..
.cvsignore Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
Makefile.in #123347, "Remove #if 0-ed nsPrintfCString::GetReadableFragment()", 2002-02-06 15:39:52 +00:00
makefile.win #123347, "Remove #if 0-ed nsPrintfCString::GetReadableFragment()", 2002-02-06 15:39:52 +00:00
nsASingleFragmentString.cpp Bug 70083: add nsASingleFragmentString to hierarchy. r=dbaron, sr=scc 2001-10-27 11:40:01 +00:00
nsAString.cpp Bug 114288: Add nsStringComparator parameter to nsAString::Equals to mirror Compare and provide a way to do CaseInsensitive Equals. r=dbaron, sr=jst 2001-12-10 10:10:44 +00:00
nsDependentConcatenation.cpp Use typedefs throughout the string code. r=dbaron, sr=scc 2001-10-13 15:01:21 +00:00
nsDependentSubstring.cpp Use typedefs throughout the string code. r=dbaron, sr=scc 2001-10-13 15:01:21 +00:00
nsFragmentedString.cpp Use typedefs throughout the string code. r=dbaron, sr=scc 2001-10-13 15:01:21 +00:00
nsPrintfCString.cpp #123347, "Remove #if 0-ed nsPrintfCString::GetReadableFragment()", 2002-02-06 15:39:52 +00:00
nsPromiseFlatString.cpp Use typedefs throughout the string code. r=dbaron, sr=scc 2001-10-13 15:01:21 +00:00
nsReadableUtils.cpp a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
nsSharableString.cpp Create a mechanism for allowing a |Destroy| method to be called on buffer handles whose refcount hits 0 instead of |delete|. Use that mechanism to fix threadsafety problems with shared empty buffer handles, restoring sharable strings to their previous state of threadsafety. b=117153 sr=jag r=alecf 2002-01-16 03:08:22 +00:00
nsSharedBufferList.cpp Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc 2001-11-28 05:22:57 +00:00
nsSlidingString.cpp bug 119631 nsSlidingString using a delete callback function r=dbaron@fas.harvard.edu, sr=jaggernaut, a=asa 2002-03-02 21:22:41 +00:00
nsXPIDLString.cpp Create a mechanism for allowing a |Destroy| method to be called on buffer handles whose refcount hits 0 instead of |delete|. Use that mechanism to fix threadsafety problems with shared empty buffer handles, restoring sharable strings to their previous state of threadsafety. b=117153 sr=jag r=alecf 2002-01-16 03:08:22 +00:00