.. |
.cvsignore
|
Adding and updating necessary .cvsignore files. Bug #61550
|
2001-02-24 06:22:49 +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
|
bug #75220: sr=jst, r=vidur. Renaming the member function |Promises| to the more meaningful |IsDependentOn|.
|
2001-05-21 23:50:56 +00:00 |
nsDependentString.cpp
|
bug #75220: rs=brendan, r=axel@pike.org. fixing string names.
|
2001-05-16 12:36:35 +00:00 |
nsDependentSubstring.cpp
|
bug #75220: rs=brendan, r=axel@pike.org. fixing string names.
|
2001-05-16 12:36:35 +00:00 |
nsFragmentedString.cpp
|
bug #66278: r=danm, sr=alecf. Fix signed vs. unsigned warngins in |nsFragmentedString::SetLength|
|
2001-02-06 23:00:39 +00:00 |
nsLocalString.cpp
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
nsPrintfCString.cpp
|
not part of the build; temporarily patching these files to use the old (what is currently in the tree) |GetReadableFragment| scheme, so that clients can start using this now both on the tip and on the DOMAPI... branch
|
2000-08-17 21:07:45 +00:00 |
nsPrivateSharableString.cpp
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
nsPromiseConcatenation.cpp
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
nsPromiseFlatString.cpp
|
bug #75220: sr=jst, r=vidur. Renaming the member function |Promises| to the more meaningful |IsDependentOn|.
|
2001-05-21 23:50:56 +00:00 |
nsPromiseSubstring.cpp
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
nsReadableUtils.cpp
|
To improve performance, change string iterator postfix ++ to prefix ++ when used as a statement. b=78032 r=peterv, scc, harishd, dmose sr=hyatt a=asa
|
2001-06-19 22:38:45 +00:00 |
nsSharableString.cpp
|
bug #75220: sr=jst, r=dr; rename |nsCommon[C]String| to |nsSharable[C]String|
|
2001-05-16 04:41:32 +00:00 |
nsSharedBufferList.cpp
|
bug #66562: r=harish, sr=brendan, a=blizzard. Make |document.write| work.
|
2001-02-13 21:26:58 +00:00 |
nsSlidingString.cpp
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
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 |