pedemont%us.ibm.com
b8a0e94c4a
Remove temporary code.
2005-12-19 18:04:48 +00:00
pedemont%us.ibm.com
66b6bf3a63
Temporarily force compilation of Java classes in order to take JAVAC_FLAGS change from bug 315917.
2005-12-18 22:27:33 +00:00
pedemont%us.ibm.com
3d5ffa9079
Fix comment.
2005-12-18 22:18:59 +00:00
pedemont%us.ibm.com
47590e516e
Bug 315917 - Make sure javac compiles JVM 1.4 compatible class files. r=bsmedberg
2005-12-18 17:09:28 +00:00
pedemont%us.ibm.com
7a2fb883ea
Fix Linux build bustage, missing header.
2005-12-17 16:52:07 +00:00
pedemont%us.ibm.com
65331c9fba
Bug 317012 - Fix crash due to over-aggressive Release() of xpcom object.
2005-12-16 23:17:03 +00:00
pedemont%us.ibm.com
ee4e4f20ee
Bug 320574 - Use new 'javaxpcom' GRE property for finding appropriate GRE. r=bsmedberg.
2005-12-16 22:30:03 +00:00
bsmedberg%covad.net
8d1b612e89
Bug 320540 - Make GenerateJavaInterfaces.cpp uset the frozen string API r=jhpedemonte
2005-12-16 18:40:02 +00:00
pedemont%us.ibm.com
af57d88b50
Nomenclature change. No bug.
2005-12-16 17:32:45 +00:00
bsmedberg%covad.net
8973e44fff
Temporarily ship the JavaInterfaces.jar file in the xulrunner package itself (bin/sdk/lib) until we have a real developer kit build system.
2005-12-16 15:25:00 +00:00
pedemont%us.ibm.com
677a40abb4
Force Java interfaces to be regenerated if GenerateJavaInterfaces.exe changes. No bug
2005-12-15 22:55:32 +00:00
pedemont%us.ibm.com
fc9116e0aa
Bug 320441 - JavaXPCOM is not 64-bit safe. patch by bsmedberg and myself. r=bsmedberg
2005-12-15 22:50:38 +00:00
bsmedberg%covad.net
c11b10827a
Bustage from bug 316090 - need to link with CoreFoundation on mac
2005-12-15 16:47:29 +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
cb1aba9a57
XPCOMJavaProxyBase belongs in impl jar, not interfaces jar. No bug. Not part of default build
2005-11-22 23:09:09 +00:00
bsmedberg%covad.net
78f6d0683d
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
bsmedberg%covad.net
0f0bb1393c
Convert javaxpcom from using the (now-removed) XPTI_GetInterfaceInfoManager to use do_GetService, moa=jhpedemonte, from bug 315401
2005-11-10 20:09:22 +00:00
pedemont%us.ibm.com
75c5a6f9e7
Bug 310477 - Fix call method return types. Not part of default bulid.
2005-10-28 02:06:58 +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
wtchang%redhat.com
40145d9911
Bugzilla Bug 302212: allow Mac OS X x86 builds to target SDKs. The patch
...
was written by Mark Mentovai <mark@moxienet.com>. r=joshmoz. sr=bryner.
Modified Files:
configure.in config/autoconf.mk.in config/config.mk
extensions/java/xpcom/tools/xpidl/Makefile.in
security/manager/Makefile.in xpcom/typelib/xpidl/Makefile.in
2005-10-26 19:01:18 +00:00
peterv%propagandism.org
3cdcbbef6b
Fix for bug 304374 (|nsCOMPtr<nsIInterfaceInfoManager> iim = XPTI_GetInterfaceInfoManager()| leaks). r/sr=jst.
2005-08-18 11:29:12 +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
eea43f64b5
Fix Javaconnect build bustage on Win32. r=tor, a=mkaply. Not part of default build.
2005-06-08 16:41:19 +00:00
joshmoz%gmail.com
f299a66dc7
more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan
2005-06-01 18:53:30 +00:00
pedemont%us.ibm.com
6aaaba878f
Bug 291512 - In generated Java interface files, add URL pointing to original IDL file. Not part of default build. a=mkaply
2005-05-04 19:46:52 +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
d75b5fa3eb
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
2005-05-02 16:30:03 +00:00
pedemont%us.ibm.com
a55c5e341d
Properly handle unsigned values. Not part of default build. a=mkaply.
2005-04-26 23:00:18 +00:00
pedemont%us.ibm.com
dac34cffa2
Missing some #defines. Not part of default build. a=mkaply
2005-04-26 22:58:26 +00:00
pedemont%us.ibm.com
25792dda71
Fix memory leaks. Not part of build. a=mkaply.
2005-04-14 22:30:16 +00:00
pedemont%us.ibm.com
2b51b19d3b
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
656d99e8fc
When recursing on SetupParams, don't overwrite param type. Fixes crash on Mac and Win32. Not part of build. a=mkaply.
2005-04-13 19:55:25 +00:00
pedemont%us.ibm.com
b7d88362f8
'array' param support. Not part of build. a=mkaply1
2005-04-13 19:20:57 +00:00
pedemont%us.ibm.com
8955da97f2
Generate Java interface from nsError.h. Not part of build. a=mkaply
2005-04-13 19:04:57 +00:00
pedemont%us.ibm.com
e879274019
Fix Javaconnect build bustage
2005-04-07 18:58:52 +00:00
bsmedberg%covad.net
be30b2f533
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 18:38:19 +00:00
pedemont%us.ibm.com
a5c7019ff4
Should be using variant.val.p rather than variant.ptr for some instances
2005-03-16 18:32:18 +00:00
pedemont%us.ibm.com
727e6e4ffc
Make thread locking less stupid.
2005-03-14 21:18:53 +00:00
pedemont%us.ibm.com
4001eb57bc
Make sure files aren't created in srcdir during objdir build
2005-02-25 23:22:00 +00:00
pedemont%us.ibm.com
16c1912523
Add files for creating an XPI.
2005-02-24 23:28:41 +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
5b73ebfd1f
Bug 281102 - Allow many Java proxies per XPCOM object. r=darin
2005-02-24 21:53:46 +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
eeb4844959
Use GetNameShared
2005-01-20 23:44:58 +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
a8b2a69aed
Set proper extension on JNI lib for MacOSX.
2005-01-17 21:18:11 +00:00