dbaron%dbaron.org
|
f2cd5e3e66
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 23:19:20 +00:00 |
dougt%netscape.com
|
e96df2ad1b
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +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 |
jband%netscape.com
|
ca148e6fd1
|
fix bug 125084. Add support for empty arrays in nsIVariant. This is expressed as atype id rather than as a regular array with no elements. Includes changes to xpconnect to support mapping to empty JSArrays, xpconnect tests, and SOAP. Patches are from jcorwin@us.ibm.com and rayw@netscape.com. r=jband sr=brendan a=asa
|
2002-03-21 23:21:54 +00:00 |
nisheeth%netscape.com
|
fd47a2b589
|
Fix for bug 125465. r=jag, sr=jband, a=asa. Add AString, ACString, and AUTF8String support to XPCOM's variant data type. Also, add forward declarations of AString and ACString to nsrootidl.idl.
|
2002-03-05 02:22:02 +00:00 |
cathleen%netscape.com
|
981d3774de
|
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
|
2002-02-20 06:38:38 +00:00 |
jband%netscape.com
|
61cea3f9bb
|
trivial fix to allow freeing a variant array type that we do in fact create. rs=vidur
|
2002-01-10 23:55:32 +00:00 |
darin%netscape.com
|
af94e5ae56
|
fixes Darwin mach-o bustage (r=jband)
|
2001-11-01 05:06:41 +00:00 |
jband%netscape.com
|
f7cfdd5134
|
the HP compiler says that anonymous unions can't even have structs. So the union must be named. Fixing that bustage
|
2001-11-01 01:45:48 +00:00 |
jband%netscape.com
|
6d98c8cf02
|
fix Mac bustage (I hope). I think these names conflicted with other names
|
2001-11-01 01:15:53 +00:00 |
jband%netscape.com
|
4b584cadb6
|
fix bustage on compilers that don't like anonymouse structs in unions. who knew? sr=jst
|
2001-11-01 00:34:29 +00:00 |
jband%netscape.com
|
a0b7e16ae7
|
NOT PART OF BUILD. Add support to track the type of the interfaces in an array
|
2001-10-12 01:51:08 +00:00 |
jband%netscape.com
|
9151e75d3c
|
NOT PART OF BUILD. bug 44675. bug 98209. New files
|
2001-10-09 23:42:22 +00:00 |
scc%netscape.com
|
7927b86837
|
File Removed.
|
1999-10-22 21:02:15 +00:00 |
scc%netscape.com
|
0454213f91
|
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 |
dp%netscape.com
|
0443b20e33
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
bruce%cybersight.com
|
5a54f4ad8f
|
This MUST be fixed in some other way. This is a temporary fix for the HP build bustage that Warren okayed as this code isn't in use elsewhere. This is just commenting out the bad code, not fixing it.
|
1999-05-07 08:08:21 +00:00 |
bruce%cybersight.com
|
be25d41dda
|
Backing out change .. breaks build globally. Guess it is better to just have a broken HP-UX for now.
|
1999-04-28 01:24:06 +00:00 |
bruce%cybersight.com
|
a44807c99e
|
Fix HP-UX build bustage. You may NOT delete a void*. This is illegal in ANSI C++.
|
1999-04-28 01:08:40 +00:00 |
warren%netscape.com
|
d5baf9b75e
|
Added variant and scriptable.
|
1999-04-22 08:27:34 +00:00 |