pedemont%us.ibm.com
|
b3c06f576f
|
Bug 323231 - Expose new XRE Profile APIs to Java embedders. r=jhpedemonte/bsmedberg
|
2006-06-09 13:40:08 +00:00 |
|
pedemont%us.ibm.com
|
c33cbd3c72
|
Bug 337675 - improper automatic nsISupportsWeakReference handling for java-based xpcom objects. XULRunner only. r=bsmedberg
|
2006-06-09 13:30:24 +00:00 |
|
darin%meer.net
|
0318b8c707
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
|
benjamin%smedbergs.us
|
da0a576976
|
Fix leftover #include, bustage from bug 270893
|
2006-04-12 17:09:04 +00:00 |
|
pedemont%us.ibm.com
|
5a18083a02
|
Bug 311240 - XPCOMJavaProxy 'equals()' method doesn't check actual XPCOM object ptr. r=bsmedberg.
|
2006-01-05 19:56:53 +00:00 |
|
bsmedberg%covad.net
|
b1900c3b67
|
Bug 316090 - GREImpl.loadDependentLibraries hardcodes the list, and turn javaxpcom on by default for XULRunner, patch by jhpedemonte and myself with co-review
|
2005-12-15 14:17:20 +00:00 |
|
bsmedberg%covad.net
|
6a4881b44b
|
Bug 311735 - When --disable-libxul, build a little xul.dll with the embedding exports, r=darin (This xul.dll is not built in static builds because it wouldn't have access to the static module list anyway)
|
2005-11-23 14:16:33 +00:00 |
|
pedemont%us.ibm.com
|
c385b2e9fc
|
Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
|
2005-10-28 01:59:05 +00:00 |
|
pedemont%us.ibm.com
|
e31b55702c
|
Fix crash when calling initEmbedding with an appFileLocProvider. Don't delete the locProvider proxy after having called NS_InitEmbedding. Not part of default build. a=mkaply
|
2005-07-13 22:15:09 +00:00 |
|
pedemont%us.ibm.com
|
d37968b675
|
Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply
|
2005-05-03 20:15:35 +00:00 |
|
pedemont%us.ibm.com
|
d58ea1c0d9
|
Fix several memory leaks. Also, use monitors around sensetive structures.
|
2005-02-24 23:17:36 +00:00 |
|
pedemont%us.ibm.com
|
96198b173a
|
Bug 279649 - Dynamically create Java proxies. r=darin.
|
2005-02-23 20:19:55 +00:00 |
|
pedemont%us.ibm.com
|
b73f91d038
|
Make sure everything is still init'd in FinalizeStub
|
2005-01-21 22:21:47 +00:00 |
|
pedemont%us.ibm.com
|
7275a86670
|
In JNI, we should always call Release...(), no matter what isCopy says.
|
2005-01-20 23:59:10 +00:00 |
|
pedemont%us.ibm.com
|
af01e764d3
|
Merge duplicate code.
|
2005-01-20 22:07:26 +00:00 |
|
pedemont%us.ibm.com
|
5c5490bfe4
|
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
|
2b5e618ee2
|
Reorganize bindings methods. Also, properly check error conditions in those methods.
|
2005-01-14 00:09:49 +00:00 |
|
pedemont%us.ibm.com
|
3a6cf43e0e
|
Bug 270889 - Better error handling. r=darin
|
2005-01-12 17:59:01 +00:00 |
|
pedemont%us.ibm.com
|
d162f6d604
|
Bug 270889 - Various minor code and comment fixes.
|
2004-12-23 17:09:54 +00:00 |
|
pedemont%us.ibm.com
|
08de0b256b
|
Rework XPCOMException
|
2004-12-22 22:03:50 +00:00 |
|
pedemont%us.ibm.com
|
378181cd26
|
Throw exception before freeing globals.
|
2004-12-21 23:35:02 +00:00 |
|
pedemont%us.ibm.com
|
737c6636b1
|
Move methods used by Java stubs to their own private class.
|
2004-12-17 23:52:42 +00:00 |
|
pedemont%us.ibm.com
|
51b8fd67f6
|
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
|
fd060f4ede
|
Fix logging to not use variable arguments (not supported by win32 compiler).
|
2004-11-23 17:02:21 +00:00 |
|
pedemont%us.ibm.com
|
7a9c95414e
|
Remove nsWriteSegmentFun - no longer needed.
|
2004-10-27 22:03:45 +00:00 |
|
pedemont%us.ibm.com
|
0a7e2da254
|
Fix memory leaks. Make JavaXPCOMInstance hold ref to XPCOM object.
|
2004-10-27 17:10:03 +00:00 |
|
pedemont%us.ibm.com
|
051fceec64
|
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
|
9a08143a89
|
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
|
032c5f79ed
|
Added NS_NewArray function. Used by testcase. Not part of default build.
|
2004-10-01 22:59:12 +00:00 |
|
pedemont%us.ibm.com
|
9ebe7a881f
|
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
|
f0b068d822
|
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
|
3a689f5e26
|
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
|
d48227c7a9
|
QI, don't case! Not part of default build.
|
2004-09-15 19:47:19 +00:00 |
|
pedemont%us.ibm.com
|
d23fc1338b
|
Initial drop. Not part of default build.
|
2004-09-02 16:34:11 +00:00 |
|