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
/
src
History
scc%mozilla.org
2ee4564df2
bug
#90981
(top-crash): sr=mscott, rs=waterson. the new |nsXPIDLC?String| implementation doesn't always have a buffer handle to give up. |BeginReading| won't do what you want in this case, so modify |do_AssignFromReadable| to elide copies from empty strings.
...
git-svn-id: svn://10.0.0.236/trunk@99334 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-16 20:29:30 +00:00
..
Makefile.in
bug
#74726
: sr=waterson, r=beard. Make |nsXPIDLC?String| inherit from |nsSharableC?String|, the new implementation is now in the string hierarchy (and out of string/obsolete).
2001-06-29 12:47:43 +00:00
makefile.win
bug
#74726
: sr=waterson, r=beard. Make |nsXPIDLC?String| inherit from |nsSharableC?String|, the new implementation is now in the string hierarchy (and out of string/obsolete).
2001-06-29 12:47:43 +00:00
nsAFlatString.cpp
bug
#74726
: sr=waterson, r=beard. Make |nsXPIDLC?String| inherit from |nsSharableC?String|, the new implementation is now in the string hierarchy (and out of string/obsolete).
2001-06-29 12:47:43 +00:00
nsAString.cpp
bug
#90981
(top-crash): sr=mscott, rs=waterson. the new |nsXPIDLC?String| implementation doesn't always have a buffer handle to give up. |BeginReading| won't do what you want in this case, so modify |do_AssignFromReadable| to elide copies from empty strings.
2001-07-16 20:29:30 +00:00
nsDependentConcatenation.cpp
…
nsDependentString.cpp
…
nsDependentSubstring.cpp
…
nsFragmentedString.cpp
…
nsLocalString.cpp
…
nsPrintfCString.cpp
…
nsPrivateSharableString.cpp
…
nsPromiseConcatenation.cpp
…
nsPromiseFlatString.cpp
…
nsPromiseSubstring.cpp
…
nsReadableUtils.cpp
…
nsSharableString.cpp
…
nsSharedBufferList.cpp
…
nsSlidingString.cpp
…
nsXPIDLString.cpp
bug
#90394
: r=dbaron, sr=asa(?). A simple fix to a big leak when |nsXPIDLC?String|s are never accessed after assignment, deallocation failed. By storing the initial pointer in the _storage_ start slot, this is avoided.
2001-07-12 06:48:23 +00:00