Commit Graph
29 Commits
Author SHA1 Message Date
pedemont@us.ibm.com aed4ffdf1b Merge SetRetval into FinalizeParams. Check invokeResult when doing cleanup in FinalizeParams. Not part of build. a=mkaply. 2005-04-14 21:46:11 +00:00
pedemont@us.ibm.com abc48686c3 'array' param support. Not part of build. a=mkaply1 2005-04-13 19:20:57 +00:00
pedemont@us.ibm.com 398b476cc5 Make thread locking less stupid. 2005-03-14 21:18:53 +00:00
pedemont@us.ibm.com b1742d89ce Fix several memory leaks. Also, use monitors around sensetive structures. 2005-02-24 23:17:36 +00:00
pedemont@us.ibm.com 5488d7285f Bug 281102 - Allow many Java proxies per XPCOM object. r=darin 2005-02-24 21:53:46 +00:00
pedemont@us.ibm.com 7b70bfae2d Bug 279649 - Dynamically create Java proxies. r=darin. 2005-02-23 20:19:55 +00:00
pedemont@us.ibm.com 1398dc90e8 In JNI, we should always call Release...(), no matter what isCopy says. 2005-01-20 23:59:10 +00:00
pedemont@us.ibm.com a447941620 Merge duplicate code. 2005-01-20 22:07:26 +00:00
pedemont@us.ibm.com fd7b4894ec Reorganize bindings methods. Also, properly check error conditions in those methods. 2005-01-14 00:09:49 +00:00
pedemont@us.ibm.com fb0ad101a3 Bug 278113 - Fix parameter handling. r=darin. 2005-01-13 16:30:19 +00:00
pedemont@us.ibm.com e7d4e15572 Bug 270889 - Better error handling. r=darin 2005-01-12 17:59:01 +00:00
pedemont@us.ibm.com 015ee7beae Bug 270889 - Use correct versions of Append. r=darin. 2005-01-12 17:36:11 +00:00
pedemont@us.ibm.com 4fdd93311f Use ExceptionCheck, since we don't need the actual exception 2004-12-23 20:51:36 +00:00
pedemont@us.ibm.com b345ca0b5f Bug 270889 - Various minor code and comment fixes. 2004-12-23 17:09:54 +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 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 b1a302873e Implement IID for nsJavaXPTCStub. Return associated Java object if returning nsJavaXPTCStub. 2004-10-18 17:04:29 +00:00
pedemont@us.ibm.com 0311f33795 Revert to having each nsJavaXPTCStub hold a ref to its Java object. 2004-10-15 22:07:36 +00:00
pedemont@us.ibm.com d7fa81d7cd Only master XPTCStub should hold strong ref to Java object. Not part of default build. 2004-10-07 15:11:34 +00:00
pedemont@us.ibm.com 2492d97894 mIInfo check was wrong and unnecessary. Not part of default build. 2004-10-06 22:31:13 +00:00
pedemont@us.ibm.com e520a4ec84 Fix crash when nsJavaXPTCStub represents a non-Mozilla class object. Not part of default build. 2004-10-01 23:08:34 +00:00
pedemont@us.ibm.com 836e7d687a Properly mplement T_VOID. Not part of default build. 2004-09-15 22:59:42 +00:00
pedemont@us.ibm.com cfbd2475b6 Better implementation of FinalizeJavaParams. Not part of default build. 2004-09-15 22:19:18 +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 c2a2ca21f6 Need to pass FALSE to GetIIDForMethodParam() since we are using mini variants. Not part of default build. 2004-09-15 17:35:36 +00:00
pedemont@us.ibm.com c853f85dcf Properly implement setter and getter functions. Not part of default build. 2004-09-15 17:31:14 +00:00
pedemont@us.ibm.com 38d53b024b Bug 256911 - workaround for broken XPCOM usage - bind lifetime of child stubs to master stub. Not part of default build. 2004-09-15 17:26:55 +00:00
pedemont@us.ibm.com 1430b69bbd Initial drop. Not part of default build. 2004-09-02 16:34:11 +00:00