dougt%netscape.com
|
91b4b36d52
|
backing out changes to 104172. r=ccarlen@netscape.com
|
2001-10-23 03:50:24 +00:00 |
dougt%netscape.com
|
b5ba390898
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
|
2001-10-23 01:37:21 +00:00 |
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
jst%netscape.com
|
e7ee086f77
|
Fixing bug 95871. Making it possible to put null pointers in nsISupportArrays. r=pavlov@netscape.com, sr=waterson@netscape.com
|
2001-08-21 08:51:19 +00:00 |
waterson%netscape.com
|
ec45d8212e
|
Bug 90545. nsVoidArray and nsSupportsArray cleanup. Patch submitted by rjesup@wgate.com, r=jst, sr=waterson.
|
2001-08-07 06:23:40 +00:00 |
brendan%mozilla.org
|
dbd7fed5b1
|
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.
|
2001-07-31 19:05:34 +00:00 |
kandrot%netscape.com
|
3345c7a445
|
bug #82133, r=jag, sr=scc. Fix for bad typecasting of a nsISupportsArray to a nsAupportsArray.
|
2001-07-18 05:50:04 +00:00 |
kandrot%netscape.com
|
3a83bca40b
|
Backing out this files last set of changes.
|
2001-07-18 00:29:20 +00:00 |
kandrot%netscape.com
|
23d3a34d9b
|
bug #82133, r=jag, sr=scc. Fix for bad typecasting of an nsISupportsArray to a nsAupportsArray.
|
2001-07-17 23:44:35 +00:00 |
scc%mozilla.org
|
0b8d9eef36
|
bug #50721: sr=brendan, r=dbaron. Add |do_QueryElementAt|.
|
2001-07-04 05:42:46 +00:00 |
warren%netscape.com
|
ecc2d9c51c
|
Bug 27971. Better strategy for resource: urls to use less memory. Saves about 0.4% of entire run just bring up one page (home.mozilla.org). r=waterson
|
2000-06-09 07:51:13 +00:00 |
warren%netscape.com
|
c0497e31be
|
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
|
2000-03-05 21:26:01 +00:00 |
dp%netscape.com
|
edcdeb94a5
|
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
|
1999-11-30 23:36:32 +00:00 |
dmose%mozilla.org
|
142ac52eaf
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
bienvenu%netscape.com
|
5369333293
|
add string.h to fix build bustage
|
1999-09-06 19:04:09 +00:00 |
scc%netscape.com
|
68340a37ef
|
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
|
1999-08-23 10:14:16 +00:00 |
morse%netscape.com
|
389af52bf1
|
fix crash in cookie viewer
|
1999-08-08 20:33:27 +00:00 |
brendan%mozilla.org
|
a8483db0f5
|
Avoid nonsense 0 <= uint32_typed_variable tests.
|
1999-07-17 03:28:41 +00:00 |
scc%netscape.com
|
bf65c840b8
|
remove (unused) |operator=()| from |nsISupportsArray|
|
1999-07-15 04:48:32 +00:00 |
putterman%netscape.com
|
26a5efdedd
|
Fix for 9081. Copy over all of old array. Reviewed by dp. Approved by chofmann.
|
1999-07-09 15:05:18 +00:00 |
alecf%netscape.com
|
ce8bc1db8b
|
fix one of my warnings
|
1999-06-27 06:30:59 +00:00 |
alecf%netscape.com
|
c5bb0477e4
|
first cut at scriptifying nsISupportsArray - remove constness from all methods, add new XPCOM compatible methods and fix layout code to handle lack of const methods
|
1999-06-02 02:06:32 +00:00 |
dp%netscape.com
|
94344009c8
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
warren%netscape.com
|
87b26617d5
|
Fixed nsICollection (and Count in particular) to be xpidl friendly.
|
1999-05-13 04:56:04 +00:00 |
alecf%netscape.com
|
a4c1fbdaa8
|
remove const-ness from nsICollection::Count() so that it can be represented with XPIDL
|
1999-05-12 02:53:37 +00:00 |
dp%netscape.com
|
13372716ec
|
Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com>
|
1999-03-21 19:26:32 +00:00 |
scc%netscape.com
|
2ec0a397ea
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +00:00 |
peterl%netscape.com
|
d5cbc69ca0
|
Fixed bustage in Clear caused by PRInt32 to PRUint32 conversion
|
1999-02-23 23:31:49 +00:00 |
warren%netscape.com
|
01dd4f0ed6
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
brade%netscape.com
|
087136fce6
|
fix compiler warning / bug: initialize index to 0 (reviewed peterl@netscape.com).
|
1998-12-15 22:19:04 +00:00 |
peterl%netscape.com
|
cbd0246780
|
made enumeration methods const
added append via array method
|
1998-11-03 20:14:08 +00:00 |
hardts
|
6bcb19ce6f
|
landing XPCOM_BRANCH
|
1998-05-22 21:56:30 +00:00 |