gecko-dev/string/src
2002-08-19 03:50:27 +00:00
..
.cvsignore
Makefile.in Removing unused defines: 2002-08-12 13:35:18 +00:00
nsASingleFragmentString.cpp Bug 70083: add nsASingleFragmentString to hierarchy. r=dbaron, sr=scc 2001-10-27 11:40:01 +00:00
nsAString.cpp Make GetImplementationFlags more useful/extensible by changing the default implementation to return zero rather than returning the flags from the shared buffer handle, and add a constant for one expected future use. b=109571 r=jag sr=scc 2002-05-17 02:53:34 +00:00
nsDependentConcatenation.cpp Bug 139649: Fix string code to use IsDependentOn instead of depending on nsAPromiseString type. r=scc, sr=darin 2002-05-15 03:28:44 +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 Bug 139649: Fix string code to use IsDependentOn instead of depending on nsAPromiseString type. r=scc, sr=darin 2002-05-15 03:28:44 +00:00
nsReadableUtils.cpp b=141317 CopyToLowerCase produces strings with random content 2002-05-01 14:02:11 +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 Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls. 2002-08-19 03:50:27 +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