This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
string
/
public
History
scc%mozilla.org
8ed2788f81
fix typo
...
git-svn-id: svn://10.0.0.236/trunk@78958 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-13 02:56:13 +00:00
..
nsAlgorithm.h
fixing includes
2000-09-09 04:39:25 +00:00
nsAReadableString.h
fix typo
2000-09-13 02:56:13 +00:00
nsAWritableString.h
moved |Mid|, |Left|, and |Right| to "nsAWritableString.h" since on SunOS, they couldn't compile until after they'd seen the definition of |basic_nsAWritableString|. They're still members or readable ... got to get rid of these functions
2000-09-09 11:57:43 +00:00
nsBufferHandle.h
fixed ugly name |nsXXXBufferHandle| --> |nsFlexBufferHandle|; hey, it may not be perfect, but it's better than 'XXX'
2000-09-13 02:27:11 +00:00
nsCharTraits.h
fix |const| error
2000-09-09 10:17:45 +00:00
nsFragmentedString.h
nobody uses |nsFragmentedString| as yet ... changing it now to be based on the new work from |nsSlidingString|/|nsSlidingSubstring| for the parser
2000-09-09 06:42:45 +00:00
nsPrintfCString.h
fixing the build for VC++
2000-09-09 09:48:12 +00:00
nsPrivateSharableString.h
fixing signatures, includes
2000-09-13 02:24:55 +00:00
nsReadableUtils.h
refactoring |ToUpperCase|, |ToLowerCase|
2000-09-09 07:30:55 +00:00
nsSharedBufferList.h
fixed ugly name |nsXXXBufferHandle| --> |nsFlexBufferHandle|; hey, it may not be perfect, but it's better than 'XXX'
2000-09-13 02:27:11 +00:00
nsSharedString.h
bug
#49817
: fix |normalize_forward|, |normalize_backward|; make |Begin(Read|Writ)ing| call |normalize_forward|; pass iterators by reference. r=mjudge
2000-09-02 04:10:44 +00:00
nsSlidingString.h
finishing up the special string class for the parser
2000-09-11 05:24:49 +00:00