Commit Graph

12 Commits

Author SHA1 Message Date
pedemont@us.ibm.com
01722acfd7 Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin. 2004-12-17 22:25:12 +00:00
pedemont@us.ibm.com
9e9c777c8f Fix logging to not use variable arguments (not supported by win32 compiler). 2004-11-23 17:02:21 +00:00
pedemont@us.ibm.com
9056a66f77 Fix memory leaks. Make JavaXPCOMInstance hold ref to XPCOM object. 2004-10-27 17:10:03 +00:00
pedemont@us.ibm.com
8a7cef81b2 Properly handle [inout] string params when calling a Java method from XPCOM. Allocate enough space for PRUnichar string when returning to XPCOM. 2004-10-26 20:30:01 +00:00
pedemont@us.ibm.com
7ae2083b1f Make sure to delete create XPTC stubs. If method invocation fails, clean up params before throwing exception and returning. 2004-10-26 20:14:53 +00:00
pedemont@us.ibm.com
b1a302873e Implement IID for nsJavaXPTCStub. Return associated Java object if returning nsJavaXPTCStub. 2004-10-18 17:04:29 +00:00
pedemont@us.ibm.com
f4e3cc121f Cleanup. Not part of default build. 2004-10-06 22:28:50 +00:00
pedemont@us.ibm.com
aefd04ee40 Better logging. Not part of default build. 2004-10-01 16:24:57 +00:00
pedemont@us.ibm.com
e5ce0882c5 A weak reference implementation. Not part of default build. 2004-09-15 21:50:41 +00:00
pedemont@us.ibm.com
34ca027b0e Remove nsJavaXPTCStub from hash table on destruction. Fix ref counting. Clean up logging. Not part of default build. 2004-09-15 19:21:08 +00:00
pedemont@us.ibm.com
e2f5401007 Properly implement T_VOID in SetRetval. Not part of default build. 2004-09-15 16:57:08 +00:00
pedemont@us.ibm.com
1430b69bbd Initial drop. Not part of default build. 2004-09-02 16:34:11 +00:00