Olli.Pettay%helsinki.fi
|
a6af1c5b44
|
Bug 255792, nsSmallVoidArray::ReplaceElementAt does not work in the same way as nsVoidArray::ReplaceElementAt, r=rjesup,sr=alecf
|
2005-03-31 22:00:15 +00:00 |
gerv%gerv.net
|
6f486a3c92
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
jshin%mailaps.org
|
e2fe7bdc8d
|
bug 229705 : CStringArray should accept |nsACString&| instead of |nsCString&|. r=mscott, sr=alecf (with darin, jst, dbaron helping)
|
2004-02-20 01:54:55 +00:00 |
jshin%mailaps.org
|
a5dab7a379
|
bug 229705: make CStringArray:CStringAt accept nsACString& as out param. (r=alecf, sr=bz)
|
2004-02-06 09:49:22 +00:00 |
dbaron%dbaron.org
|
754d904cda
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
dbaron%fas.harvard.edu
|
92aa754e0a
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-24 00:16:18 +00:00 |
cathleen%netscape.com
|
31f584b51c
|
eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan
|
2002-02-08 01:11:33 +00:00 |
racham%netscape.com
|
c5701870fa
|
Fixing bug 122309. Adding a new routine that can take a string and parse it on a delimiter to add elements to the nsCStringArray. r=dougt, sr=jag
|
2002-02-05 08:35:28 +00:00 |
cathleen%netscape.com
|
bf3e08eb5f
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
cathleen%netscape.com
|
c2d19ad82a
|
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
|
2002-01-12 03:18:55 +00:00 |
rjesup%wgate.com
|
de150d78bc
|
Bug 96108: Fix Win32/opt horkage (SizeOf()) in nsSmallVoidArray should be
#if dEBUG)
|
2001-12-21 02:06:03 +00:00 |
rjesup%wgate.com
|
a2ef9aa538
|
Bug 96108: Additional assertions requested by jst. sr=jst
|
2001-12-21 01:13:17 +00:00 |
rjesup%wgate.com
|
2212861db9
|
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes. r=jst, sr=waterson
|
2001-12-21 01:10:07 +00:00 |
dbaron%fas.harvard.edu
|
3dac3645cb
|
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
|
2001-10-16 05:31:36 +00:00 |
alecf%netscape.com
|
26cdedfc78
|
bug 104126 - remove nsStringArray::IndexOfIgnoreCase and its one consumer. sr=attinasi, r=jag
|
2001-10-11 01:30:52 +00:00 |
gerv%gerv.net
|
f385eb981a
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
waterson%netscape.com
|
8e03c80014
|
Bug 94267. Clean up nsVoidArray::GrowArrayBy(), fixing a couple of crashers. r=rjesup, sr=brendan
|
2001-08-09 01:11:18 +00:00 |
waterson%netscape.com
|
67627ecc3a
|
Fix mac bustage.
|
2001-08-07 06:27:42 +00:00 |
waterson%netscape.com
|
15c17672e2
|
Bug 90545. nsVoidArray and nsSupportsArray cleanup. Patch submitted by rjesup@wgate.com, r=jst, sr=waterson.
|
2001-08-07 06:23:40 +00:00 |
rbs%maths.uq.edu.au
|
232e939520
|
Add methods for in-place sorting of nsVoidArray and ns[C]StringArray using caller-provided comparator callback functions. b=88344 r=dbaron sr=scc
|
2001-07-10 04:31:57 +00:00 |
kandrot%netscape.com
|
4f67913550
|
r=kandrot@netscape.com, sr=waterson@netscape.com, a=asa@mozilla.org
removes a memset that sets zero bytes (so it did nothing)
|
2001-06-13 00:03:21 +00:00 |
hyatt%netscape.com
|
12086a287d
|
Fix bug in void array's assignment operator. r=scc
|
2000-08-24 09:26:58 +00:00 |
jst%netscape.com
|
b3a4ade60d
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
mkaply%us.ibm.com
|
65f2087219
|
#43877
r=dougt, a=dougt
Using this pointer rather than other pointer causes crash
|
2000-06-28 14:37:25 +00:00 |
waterson%netscape.com
|
a97ae58687
|
Fix UMRs.
|
2000-06-15 06:42:27 +00:00 |
waterson%netscape.com
|
e608b04776
|
Fix leak I made. r=warren
|
2000-06-14 07:27:08 +00:00 |
waterson%netscape.com
|
287eb64abe
|
Grow by power of two after reaching 16 elements; factor 'implementation' into a separate struct so the nsVoidArray object is one word when empty.
|
2000-06-13 08:33:19 +00:00 |
scc%netscape.com
|
742a14d443
|
Fixing runtime assert bustage. r=pinkerton
|
2000-01-19 01:18:27 +00:00 |
jband%netscape.com
|
f1479fc184
|
adding member initializer to quiet Purify. r=waterson.
|
1999-12-07 07:17:44 +00:00 |
waterson%netscape.com
|
23746f183e
|
Make 'kGrowArrayBy' const. Thanks, Heikki.
|
1999-12-01 22:44:42 +00:00 |
waterson%netscape.com
|
1e906224e6
|
Bug 9489. Add support for nsAutoVoidArray. r=scc,shaver
|
1999-12-01 00:37:11 +00:00 |
dmose%mozilla.org
|
8535dda53e
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
valeski%netscape.com
|
96d6215964
|
15590, r=kipp. added a nsCStringArray class so the cool string array functionality could be used for CStrings too. this checkin is *part* of a fix to the bug
|
1999-10-29 20:47:17 +00:00 |
kipp%netscape.com
|
d07faca171
|
Reworked sizeof api's to be much more useful; updated implementations to match
|
1999-08-31 03:04:37 +00:00 |
pinkerton%netscape.com
|
5c6a1ffba4
|
missing [] on delete of internal array in operator=.
|
1999-05-26 21:13:29 +00:00 |
peterl%netscape.com
|
a35fe91e63
|
added nsStringArray
|
1999-01-23 06:58:34 +00:00 |
jevering
|
3705e61240
|
Modified ReplaceElementAt to grow the array if an index out of the
allocated boundary was requested.
|
1998-07-02 00:28:56 +00:00 |
troy
|
5da3ea6720
|
Added an additional constructor
|
1998-06-11 22:48:25 +00:00 |
kipp
|
339f079993
|
Added SizeOf method
|
1998-06-05 21:38:36 +00:00 |
peterl
|
729e4048ee
|
added enumerate methods
|
1998-05-20 20:31:58 +00:00 |
kipp
|
4717009d75
|
moved to pub
|
1998-04-13 20:24:54 +00:00 |