pedemont%us.ibm.com
cd8d0700c3
Bug 310477 - Fix call method return types. Not part of default bulid.
2005-10-28 02:06:58 +00:00
pedemont%us.ibm.com
ba8d239827
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
6bb2f4c9a4
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
30153febff
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
e3ea369cb1
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
c1bd049ee1
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
06ca0acf9b
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
bbc7f5f284
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
c5cb95f8f9
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
950dbb684d
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
049a190b8c
Properly handle unsigned values. Not part of default build. a=mkaply.
2005-04-26 23:00:18 +00:00
pedemont%us.ibm.com
84b196c331
Missing some #defines. Not part of default build. a=mkaply
2005-04-26 22:58:26 +00:00
pedemont%us.ibm.com
4aa8a9115c
Fix memory leaks. Not part of build. a=mkaply.
2005-04-14 22:30:16 +00:00
pedemont%us.ibm.com
741eedeffd
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
1cf2c63372
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
0914e04744
'array' param support. Not part of build. a=mkaply1
2005-04-13 19:20:57 +00:00
pedemont%us.ibm.com
726ce24c3f
Generate Java interface from nsError.h. Not part of build. a=mkaply
2005-04-13 19:04:57 +00:00
pedemont%us.ibm.com
fca02abe08
Fix Javaconnect build bustage
2005-04-07 18:58:52 +00:00
bsmedberg%covad.net
44c4cbce10
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 18:38:19 +00:00
pedemont%us.ibm.com
e00c906352
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
6c6950d87a
Make thread locking less stupid.
2005-03-14 21:18:53 +00:00
pedemont%us.ibm.com
11e739bb78
Make sure files aren't created in srcdir during objdir build
2005-02-25 23:22:00 +00:00
pedemont%us.ibm.com
485419f8fe
Add files for creating an XPI.
2005-02-24 23:28:41 +00:00
pedemont%us.ibm.com
58b35c5441
Fix several memory leaks. Also, use monitors around sensetive structures.
2005-02-24 23:17:36 +00:00
pedemont%us.ibm.com
15ad801f43
Bug 281102 - Allow many Java proxies per XPCOM object. r=darin
2005-02-24 21:53:46 +00:00
pedemont%us.ibm.com
a80bafa8c5
Bug 279649 - Dynamically create Java proxies. r=darin.
2005-02-23 20:19:55 +00:00
pedemont%us.ibm.com
8c003df0cd
Make sure everything is still init'd in FinalizeStub
2005-01-21 22:21:47 +00:00
pedemont%us.ibm.com
6390cf798c
In JNI, we should always call Release...(), no matter what isCopy says.
2005-01-20 23:59:10 +00:00
pedemont%us.ibm.com
163bd48ebb
Use GetNameShared
2005-01-20 23:44:58 +00:00
pedemont%us.ibm.com
9a830f73df
Merge duplicate code.
2005-01-20 22:07:26 +00:00
pedemont%us.ibm.com
667fa82ca2
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
16473d71de
Set proper extension on JNI lib for MacOSX.
2005-01-17 21:18:11 +00:00
pedemont%us.ibm.com
f082648ef7
Reorganize bindings methods. Also, properly check error conditions in those methods.
2005-01-14 00:09:49 +00:00
pedemont%us.ibm.com
70f6dcd523
Bug 273357 - XPCOM.queryInterface doesn't properly walk up the inheritance chain. Patch by Michal Ceresna. r=jhpedemonte
2005-01-13 17:29:47 +00:00
pedemont%us.ibm.com
9639440433
Add testcase for XPCOM.queryInterface method.
2005-01-13 17:26:52 +00:00
pedemont%us.ibm.com
fdb6c94dc4
Fix typo.
2005-01-13 17:26:26 +00:00
pedemont%us.ibm.com
2826761c64
Bug 278113 - Fix parameter handling. r=darin.
2005-01-13 16:30:19 +00:00
pedemont%us.ibm.com
50ae79dc39
New testcase
2005-01-12 18:57:04 +00:00
pedemont%us.ibm.com
209a881ba2
Bug 270889 - nsIDirectoryServiceProvider2 impl. r=darin
2005-01-12 18:23:59 +00:00
pedemont%us.ibm.com
bdfac8f8e7
Bug 270889 - Better error handling. r=darin
2005-01-12 17:59:01 +00:00
pedemont%us.ibm.com
bb201d3271
Bug 270889 - Use correct versions of Append. r=darin.
2005-01-12 17:36:11 +00:00
gerv%gerv.net
213fc7b2cb
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-01-01 16:48:30 +00:00
pedemont%us.ibm.com
31064c0f44
Better assert msg
2004-12-23 20:56:30 +00:00
pedemont%us.ibm.com
0c060ce342
Use ExceptionCheck, since we don't need the actual exception
2004-12-23 20:51:36 +00:00
pedemont%us.ibm.com
123b5eb142
Bug 270889 - Various minor code and comment fixes.
2004-12-23 17:31:59 +00:00
pedemont%us.ibm.com
5bb823b0df
Bug 270889 - Various minor code and comment fixes.
2004-12-23 17:09:54 +00:00
pedemont%us.ibm.com
1974f5576e
Convert to Unix line endings
2004-12-23 00:05:37 +00:00
pedemont%us.ibm.com
1213febb5b
Better comments.
2004-12-22 22:36:57 +00:00
pedemont%us.ibm.com
8a070a3df8
Rework XPCOMException
2004-12-22 22:03:50 +00:00
pedemont%us.ibm.com
683b50df5a
Throw exception before freeing globals.
2004-12-21 23:35:02 +00:00