Граф коммитов

144 Коммитов

Автор SHA1 Сообщение Дата
pedemont%us.ibm.com d47f09f9df Bug 333618 - Use xpidl for generating Java interfaces. r=timeless/bsmedberg, sr=bsmedberg. 2006-08-28 15:24:32 +00:00
pedemont%us.ibm.com 69e2287551 Bug 349074 - Mac/Intel: GenerateJavaInterfaces doesn't write constants for ifaces with no parent. XULRunner only. r=bsmedberg. 2006-08-18 15:31:00 +00:00
pedemont%us.ibm.com a1100c07f7 Bug 348884 - Don't generate Java interfaces when cross compiling. Fix for Mac/Universal builds. r=bsmedberg. 2006-08-17 19:42:39 +00:00
pedemont%us.ibm.com a1d77a1b40 Bug 348732 - getGREPathWithProperties() fails if temp path has spaces. XULRunner only. Patch by Dominik, r=jhpedemonte. 2006-08-16 16:13:23 +00:00
pedemont%us.ibm.com 4ddb486b7c Bug 342541 - JavaXPCOM jars not copied into XUL.framework. XULRunner only. r=bsmedberg 2006-06-26 20:31:44 +00:00
pedemont%us.ibm.com af6f05e0ee Bug 338110 - Remove operation on JavaXPTCStub map is called with bad parameters. XULRunner only. r=bsmedberg. 2006-06-15 16:14:24 +00:00
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
pedemont%us.ibm.com ab0aeec6c1 Bug 339947 - Java XPCOM proxies can get used (resurrected) after having been garbage collected causing VM crash. XULRunner only. patch by ttudor/jhpedemonte, r=jhpedemonte. 2006-06-06 17:13:18 +00:00
pedemont%us.ibm.com 4e265b7e8b Bug 340022 - Virtual machine deadlock can happen on finalization of Java XPCOM proxies. patch by ttudor, r=jhpedemonte 2006-06-05 21:09:02 +00:00
pedemont%us.ibm.com 3050bb70bb Bug 338896 - isXPCOMJavaProxy throws NullPointerException. r=apeller. 2006-05-30 16:18:10 +00:00
benjamin%smedbergs.us 4b8368949a Fix local copy of case-conversion which is no longer necessary, from bug 337730 2006-05-19 23:37:56 +00:00
pedemont%us.ibm.com 2e3ed0d23e Bug 337196 - Make sure to export public JNI methods when using GCC's hidden visibility feature 2006-05-17 21:42:41 +00:00
darin%meer.net e6e84dc252 fix javaxpcom bustage 2006-05-10 18:17:01 +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 db8ac880fc Fix bustage from bug 334038 2006-05-03 17:18:09 +00:00
benjamin%smedbergs.us ec18f62436 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
pedemont%us.ibm.com 6abbc7a264 Bug 333420 - Fix build break when building with gcj. 2006-04-12 21:28:35 +00:00
pedemont%us.ibm.com ed02b645af Update testcases to work with new MozillaInterfaces.jar. No bug. 2006-04-12 21:24:03 +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 dee2288e08 Bug 329522 - Use RegisterNatives for associating Java native methods with their implementation. r=bsmedberg 2006-04-03 21:16:49 +00:00
pedemont%us.ibm.com 7018c6550a Bug 327846 - Method names conflicting with Java keywords should have underscore prepended, not appended. Expand list of Java keywords. General cleanup. r=bsmedberg. xulrunner only 2006-03-30 22:31:58 +00:00
pedemont%us.ibm.com a267d6f58e Bug 329159 - StringIndexOutOfBoundsException in Mozilla.getGREPathFromRegistryFile. r=mkaply. 2006-03-16 20:59:42 +00:00
pedemont%us.ibm.com f5134e66e3 Bug 327654 - Make sure to generate MozillaInterfaces.jar after all the IDL files have been processed. r=bsmedberg 2006-02-23 22:22:54 +00:00
benjamin%smedbergs.us 5937dfda69 Bug 327469 - "argument list too long" when compiling javaxpcom, r=jhpedemonte 2006-02-16 20:02:21 +00:00
cbiesinger%web.de c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
bsmedberg%covad.net 3a37966923 Bug 321173 - Always build javaxpcom into the mini-libxul - r=jhpedemonte 2006-01-18 17:38:58 +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
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