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
Files
4e84cc815dce71d208602031bac08f00a9cb842e
Mozilla
/
mozilla
/
xpcom
/
string
/
public
History
darin%meer.net
5dc959305e
fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@165920 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 00:57:24 +00:00
..
Makefile.in
…
nsAlgorithm.h
…
nsAString.h
HPUX aCC A.01.21 can't deal with the literal string template, so disable it, at least for this compiler version. Bug 239465, r=dbaron.
2004-09-05 22:55:34 +00:00
nsCharTraits.h
…
nsDependentString.h
…
nsDependentSubstring.h
…
nsEmbedString.h
fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg
2004-11-30 00:57:24 +00:00
nsLiteralString.h
…
nsObsoleteAString.h
…
nsPrintfCString.h
…
nsPromiseFlatString.h
…
nsReadableUtils.h
…
nsString.h
…
nsStringAPI.h
fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg
2004-11-30 00:57:24 +00:00
nsStringFwd.h
…
nsStringIterator.h
…
nsSubstring.h
HPUX aCC A.01.21 can't deal with the literal string template, so disable it, at least for this compiler version. Bug 239465, r=dbaron.
2004-09-05 22:55:34 +00:00
nsSubstringTuple.h
…
nsTAString.h
…
nsTDependentString.h
Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
2004-11-25 07:03:20 +00:00
nsTDependentSubstring.h
Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
2004-11-25 07:03:20 +00:00
nsTObsoleteAString.h
…
nsTPromiseFlatString.h
…
nsTString.h
Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
2004-11-25 07:03:20 +00:00
nsTSubstring.h
Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
2004-11-25 07:03:20 +00:00
nsTSubstringTuple.h
…
nsUTF8Utils.h
…
nsXPIDLString.h
…
string-template-def-char.h
…
string-template-def-unichar.h
…
string-template-undef.h
…