Commit Graph

20 Commits

Author SHA1 Message Date
dp@netscape.com
ef378958f3 bug 119631 nsSlidingString using a delete callback function r=dbaron@fas.harvard.edu, sr=jaggernaut, a=asa 2002-03-02 21:22:41 +00:00
dbaron@fas.harvard.edu
3e64e33073 Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc 2001-11-28 05:22:57 +00:00
dbaron@fas.harvard.edu
0c2e347a7c Fix nsDependentString users who were passing non-NULL terminated buffers. b=104651 rr=jag rs=scc 2001-11-07 05:51:27 +00:00
jaggernaut@netscape.com
d171d136db Bug 100750: string iterator users should use correct typedefs. r=dbaron, rs=scc 2001-09-25 09:35:50 +00:00
jst@netscape.com
519fe64e10 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
scc@mozilla.org
4e56e9386c landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
scc@mozilla.org
8724185e3d bug #66562: r=harish, sr=brendan, a=blizzard. Make |document.write| work. 2001-02-13 21:26:58 +00:00
scc@mozilla.org
4680c0439b bug #66562: r=harishd, sr=brendan, a=brendan. Allow insertion into sliding string buffers 2001-02-10 00:02:28 +00:00
vidur@netscape.com
ee54f05c2b Fix for Solaris compiler warning from scc. r=vidur 2000-12-12 23:02:01 +00:00
vidur@netscape.com
5d0ca658ca Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst 2000-12-12 21:58:14 +00:00
scc@mozilla.org
6ae06767b1 fixed ugly name |nsXXXBufferHandle| --> |nsFlexBufferHandle|; hey, it may not be perfect, but it's better than 'XXX' 2000-09-13 02:27:11 +00:00
scc@mozilla.org
2bc48fa030 finishing up the special string class for the parser 2000-09-11 05:24:49 +00:00
scc@mozilla.org
d06630b6e2 more HPUX fixes 2000-09-09 13:26:07 +00:00
scc@mozilla.org
2836d4b8e8 HPUX is smarter than me 2000-09-09 12:53:38 +00:00
scc@mozilla.org
be7a0fe011 fixing some bugs in the new parser string code; changing some names 2000-09-09 11:31:04 +00:00
scc@mozilla.org
43d683a0e6 fixes for VC++ 2000-09-09 09:44:45 +00:00
scc@mozilla.org
61d474ded7 fixes to make it compile on VC++ 2000-09-09 09:39:44 +00:00
scc@mozilla.org
17b3f19cdd more work towards a working |nsSlidingString|, |nsSlidingSubstring| for the parser, these files are not yet part of the build 2000-09-09 04:42:19 +00:00
scc@mozilla.org
0f79c4507d adding license and include guards 2000-09-09 00:02:48 +00:00
scc@mozilla.org
2b3aedf378 not yet part of the build, this is the bulk of the work for the special parser strings 2000-09-08 23:54:23 +00:00