Commit Graph
22 Commits
Author SHA1 Message Date
pedemont@us.ibm.com 47b359666e Make sure everything is still init'd in FinalizeStub 2005-01-21 22:21:47 +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 466577184a Use NS_EXPORT on Linux to ensure gcc visibility gets set on JNI functions. 2005-01-18 22:53:50 +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 e7d4e15572 Bug 270889 - Better error handling. r=darin 2005-01-12 17:59:01 +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 74f52093bf Rework XPCOMException 2004-12-22 22:03:50 +00:00
pedemont@us.ibm.com 8aeddf6dab Throw exception before freeing globals. 2004-12-21 23:35:02 +00:00
pedemont@us.ibm.com 6d5db0705e Move methods used by Java stubs to their own private class. 2004-12-17 23:52:42 +00:00
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 9685b6e331 Remove nsWriteSegmentFun - no longer needed. 2004-10-27 22:03:45 +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 b4e20286ad Make GeckoEmbed functions more Java-like. Don't reflect NS_NewArray. Provide generic impl of QI. 2004-10-15 21:50:15 +00:00
pedemont@us.ibm.com 23b7b13856 Use NS_ProxyRelease to make sure XPCOM objects are released on the correct thread. Not part of default build. 2004-10-06 22:13:00 +00:00
pedemont@us.ibm.com 79bd35acb0 Added NS_NewArray function. Used by testcase. Not part of default build. 2004-10-01 22:59:12 +00:00
pedemont@us.ibm.com 35c9ecbe24 Split GeckoEmbed.java into two files, so GeckoEmbed just contains embedding functions. Better name for library. Use JAVA_HOME for location of Java includes. Not part of default build. 2004-10-01 16:19:03 +00:00
pedemont@us.ibm.com 2557dfbc3b Store a global weak ref to the Java object rather than the 'address' returned by the JVM 2004-09-30 23:34:47 +00:00
pedemont@us.ibm.com 2d3c3adc71 Make object returned from NS_NewLocalFile lazily resolve its interface info, so we can call NS_NewLocalFile before NS_InitEmbedding. Not part of default build. 2004-09-15 21:06:30 +00:00
pedemont@us.ibm.com f88b58fa73 QI, don't case! Not part of default build. 2004-09-15 19:47:19 +00:00
pedemont@us.ibm.com 1430b69bbd Initial drop. Not part of default build. 2004-09-02 16:34:11 +00:00