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
/
xpcom
/
string
/
public
History
bryner%brianryner.com
4027bc91f8
Don't use memcpy for single-character Replace/Assign since it performs worse than simple assignment. Bug 312681, r+sr=darin.
...
git-svn-id: svn://10.0.0.236/trunk@182378 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-17 16:28:21 +00:00
..
Makefile.in
…
nsAlgorithm.h
…
nsAString.h
…
nsCharTraits.h
…
nsDependentString.h
…
nsDependentSubstring.h
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
nsEmbedString.h
…
nsLiteralString.h
…
nsObsoleteAString.h
…
nsPrintfCString.h
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
nsPromiseFlatString.h
…
nsReadableUtils.h
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
2005-08-15 18:29:55 +00:00
nsString.h
Fixing bug 235041. Adding nsAdoptingString, a string class that can be returned by value from functions returning malloc'ed strings, w/o the overhead of extra string copying/mallocs. r=dbaron@dbaron.org, sr=darin@meer.net
2004-02-20 23:23:35 +00:00
nsStringAPI.h
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
2005-08-15 18:29:55 +00:00
nsStringBuffer.h
…
nsStringFwd.h
…
nsStringIterator.h
Add --disable-v1-string-abi option to remove backwards-compatible support for the nsAString vtable. Bug 273424, r+sr=darin.
2005-01-24 16:44:41 +00:00
nsSubstring.h
…
nsSubstringTuple.h
…
nsTAString.h
…
nsTDependentString.h
…
nsTDependentSubstring.h
…
nsTObsoleteAString.h
…
nsTPromiseFlatString.h
…
nsTString.h
…
nsTSubstring.h
Don't use memcpy for single-character Replace/Assign since it performs worse than simple assignment. Bug 312681, r+sr=darin.
2005-10-17 16:28:21 +00:00
nsTSubstringTuple.h
…
nsUTF8Utils.h
…
nsXPIDLString.h
…
string-template-def-char.h
…
string-template-def-unichar.h
…
string-template-undef.h
…