dougt@netscape.com
|
00d8c29c64
|
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
|
e990a4631d
|
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
|
c7deacc373
|
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
|
b2dc7013bb
|
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
|
c63437dfa3
|
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
|
7283fb0c73
|
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
|
bfb2448182
|
fixes Darwin mach-o bustage (r=jband)
|
2001-11-01 05:06:41 +00:00 |
|
jband@netscape.com
|
6e762e12b4
|
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
|
8cb7f75db5
|
fix Mac bustage (I hope). I think these names conflicted with other names
|
2001-11-01 01:15:53 +00:00 |
|
jband@netscape.com
|
2985143f09
|
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
|
b54edd2e6b
|
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
|
0d13f183db
|
NOT PART OF BUILD. bug 44675. bug 98209. New files
|
2001-10-09 23:42:22 +00:00 |
|
scc@netscape.com
|
f0d0b81953
|
File Removed.
|
1999-10-22 21:02:15 +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 |
|
dp@netscape.com
|
6dc8a899c6
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
|
bruce@cybersight.com
|
8a2bbacad4
|
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
|
6f1554f427
|
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
|
4c639099f1
|
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
|
ef75e0b8d8
|
Added variant and scriptable.
|
1999-04-22 08:27:34 +00:00 |
|