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
eb2e69fe50e3e50c8fe9eecf863501086a2b0fff
Mozilla
/
mozilla
/
xpcom
/
string
/
src
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
Bug 288626 - Begin switch from MOZILLA_STRICT_API to MOZILLA_INTERNAL_API rs=darin for the Makefile var additions. Should not affect the build yet, until we flip a few switches at the end.
2005-04-01 18:22:57 +00:00
nsAString.cpp
…
nsDependentString.cpp
…
nsDependentSubstring.cpp
…
nsObsoleteAStringThunk.cpp
…
nsPrintfCString.cpp
…
nsPromiseFlatString.cpp
…
nsReadableUtils.cpp
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.cpp
…
nsStringComparator.cpp
…
nsStringObsolete.cpp
fixes bug 277549 "Out of memory in MutatePrep is not well handled" r=dveditz sr=dbaron a=asa
2005-02-16 07:20:20 +00:00
nsSubstring.cpp
…
nsSubstringTuple.cpp
…
nsTAString.cpp
…
nsTDependentString.cpp
…
nsTDependentSubstring.cpp
…
nsTObsoleteAStringThunk.cpp
…
nsTPromiseFlatString.cpp
…
nsTString.cpp
…
nsTStringComparator.cpp
…
nsTStringObsolete.cpp
…
nsTSubstring.cpp
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.cpp
…