Commit Graph

69 Commits

Author SHA1 Message Date
dmose@mozilla.org
20621227af 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
8c1db911d7 add string.h to fix build bustage 1999-09-06 19:04:09 +00:00
scc@netscape.com
6f62a47cac 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
c76e8878bb fix crash in cookie viewer 1999-08-08 20:33:27 +00:00
brendan@mozilla.org
68ccdf6d7a Avoid nonsense 0 <= uint32_typed_variable tests. 1999-07-17 03:28:41 +00:00
scc@netscape.com
817b914f3c remove (unused) |operator=()| from |nsISupportsArray| 1999-07-15 04:48:32 +00:00
putterman@netscape.com
d2b799155e 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
8f643f8305 fix one of my warnings 1999-06-27 06:30:59 +00:00
alecf@netscape.com
7bcebed1c6 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
6dc8a899c6 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
warren@netscape.com
7b44baf2c0 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
alecf@netscape.com
06b0b1e1ea 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
062dfe5c30 Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com> 1999-03-21 19:26:32 +00:00
scc@netscape.com
6bb3406b4d rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
peterl@netscape.com
247a9336d1 Fixed bustage in Clear caused by PRInt32 to PRUint32 conversion 1999-02-23 23:31:49 +00:00
warren@netscape.com
3fdebc0a44 Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray. 1999-02-23 08:10:24 +00:00
brade@netscape.com
603e19c34a fix compiler warning / bug: initialize index to 0 (reviewed peterl@netscape.com). 1998-12-15 22:19:04 +00:00
peterl@netscape.com
fa29fc1d44 made enumeration methods const
added append via array method
1998-11-03 20:14:08 +00:00
hardts
f62fc9762d landing XPCOM_BRANCH 1998-05-22 21:56:30 +00:00