Luke Wagner
7371ad00ed
Bug 549143 - fatvals
2010-07-14 23:19:36 -07:00
Ben Turner
24407948af
Bug 574872 - 'Allow XPConnect to pass the JSContext through XPIDL when requested'. r=jst
2010-06-28 15:22:39 -07:00
Jason Orendorff
32d2f15ab1
Bug 560643 - Part 3, add support for jsval XPIDL type. r=jst, sr=jst.
2010-06-18 15:29:21 -05:00
Jacek Caban
21b911d85f
Bug 559854 - Compile target xpidl only if libIDL is configured when cross compiling. [r=ted]
...
(transplanted from 0388c837c9867762bcc10a1fb88428050d158479)
--HG--
extra : transplant_source : %03%88%C87%C9%86wb%BC%C1%0A%1F%B8%84%28%05%0D%15%84y
2010-06-02 10:08:00 -04:00
Michael Wu
a6b9079633
Bug 561464 - Add support for XPCOM on Android, patch mostly by vlad, r=bsmedberg
2010-06-01 12:02:42 -07:00
Ted Mielczarek
c1c99dd338
Backed out changeset 510669ff9ba1 "bug 559854 - Compile target xpidl only if libIDL is configured when cross compiling. r=ted" for OS X bustage
2010-05-05 11:00:22 -04:00
Jacek Caban
ae41b47c6b
bug 559854 - Compile target xpidl only if libIDL is configured when cross compiling. r=ted
2010-04-16 17:25:29 +02:00
Johnny Stenback
e9cead7751
Part 1 of fix for bug 459452 (Add support for optional arg count for IDL methods): add support for [optional_argc] to xpidl and XPConnect. r=sicking.
...
--HG--
extra : rebase_source : 3057c5af37ccb1bbdb022a0a3070122df3019d13
2009-08-10 16:41:07 +02:00
Boris Zbarsky
0c7da27d94
Bug 523817. Make optional out params actually work and allow [retval] after [optional]. r=shaver
2009-10-23 16:24:47 -04:00
Makoto Kato
162e47bde4
Bug 504519 - XPIDL command for Symbian native should not build. r=bsmedberg
2009-07-17 18:46:50 +09:00
Ted Mielczarek
9778d6ab76
bug 487396 - fix some of the jemalloc windows build madness. r=bsmedberg
2009-04-20 06:56:23 -04:00
Walter Meinl
7bf4b86d94
Bug 481476 - OS/2 xpidl creates headers in the srcdir, if no outputfile is specified. Let's do it like the other platforms; r=mozilla@Weilbacher.org
2009-03-15 14:55:18 +01:00
Dão Gottwald
7724726ab5
Backed out changeset 2df29cb1ed93
2009-02-07 15:07:36 +01:00
Tyler Downer
ca2d87685b
Bug 471930 - Strip User Docs from XPCOM. r=bsmedberg
2009-02-07 13:54:47 +01:00
Daniel Holbert
5492039225
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Josh Aas
81dfc77596
Remove a lot of dead Mac code. Part of bug 456662. sr=pinkerton
2008-09-25 12:23:33 -04:00
Benjamin Smedberg
1a06f59c98
Merge cvs-trunk-mirror to mozilla-central up through FF3RC2build2
...
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
2008-05-30 12:08:47 -04:00
gavin@gavinsharp.com
221838708e
Bug 422055: use jemalloc on Solaris, r=ted, a=shaver
2008-05-28 11:42:31 -07:00
David Mandelin
0da1bbdc0b
Bug 422555: outparam and inoutparam attributes
2008-04-24 15:05:06 -07:00
reed@reedloden.com
bb454ebb6a
Bug 414063 - "annotate xpidl-generated c++ headers with attributes for scriptable and deprecated methods" [p=Pidgeot18@gmail.com (Joshua Cranmer) r=dbradley a1.9=damons]
2008-03-12 04:00:24 -07:00
dougt@meer.net
a1ca1ae26e
Fixes for Windows CE. b=418662, r=bsmedberg, a=damons
2008-02-22 16:22:47 -08:00
jwalden@mit.edu
7e4141edec
Bug 397929 - Windows macro names kill kittens, maim babies, and introduce naming conflicts. Add an XPIDL annotation allowing the C++ method name for a method in an interface to either not be the method name, capitalized, or to not be [GS]et plus the attribute name, capitalized. This patch makes window.postMessage happy as PostMessageMoz; other APIs will need followup checkins. r=bsmedberg, a=schrep
2008-02-07 12:53:19 -08:00
philringnalda@gmail.com
a85d73705b
Bug 161453 - remove XP_MAC deadcode in typelib/xpidl, r=timeless, sr=mrbkap, a=dsicore
2007-11-12 19:25:55 -08:00
benjamin@smedbergs.us
c1f89b4189
Bug 368854 - Use new compiler/linker flags added in VC8 to improve security, r=luser
2007-07-17 06:31:28 -07:00
enndeakin@sympatico.ca
8b4e014430
Bug 382034, support optional args in idl, try again with fix for crash calling toString, r+sr=shaver
2007-06-25 07:23:26 -07:00
enndeakin@sympatico.ca
313674e7fc
Bug 382034, back out due to test content/base/test/test_bug352728.html failing
2007-06-22 08:21:13 -07:00
enndeakin@sympatico.ca
2ead939c02
Bug 382034, support optional arguments in idl, r+sr=shaver
2007-06-22 07:22:20 -07:00
ajschult@verizon.net
a4e3dbaf41
Bug 384748: xpidl can generate garbage .java filenames. r=jhpedemonte
2007-06-18 21:04:11 -07:00
pedemont@us.ibm.com
e608d6be61
Bug 348710 - Fix array handling bug. Add support for sized strings. Update unit tests to test array parameters. XULRunner only.
2007-05-02 09:39:19 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
jwalden%mit.edu
e78383bd82
Bug 361791 - Unnecessary signed-unsigned casts, warnings in xpidl_util.c. r=timeless, sr=darin
2007-02-19 00:02:19 +00:00
pedemont%us.ibm.com
3b0a1e60df
Bug 330256 - Change generated interfaces package name.
2007-01-31 20:54:19 +00:00
timeless%mozdev.org
8856d036f3
Bug 362843 xpidl should warn about attribute anytype aaaIAa ([a-z]{2,3}I[A-Z][a-z])
...
r=bsmedberg
2006-12-07 20:10:34 +00:00
joshmoz%gmail.com
f94613b36d
remove XP_MAC from xpcom. b=281889 r=bsmedberg
2006-11-16 09:10:09 +00:00
mozilla%weilbacher.org
ccb389386b
[OS/2] Bug 351472: Fix build break in xpidl_java.c for GCC 3.2.2 builds, r=jhpedemonte
2006-09-07 19:57:16 +00:00
timeless%mozdev.org
6d112f0859
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
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
timeless%mozdev.org
bd0c85a467
Bug 331818 xpidl crashes when no file name is given on the command line
...
patch by mh+mozilla@glandium.org changes per dbradley r=timeless sr=shaver
2006-05-06 23:39:09 +00:00
gerv%gerv.net
f7bf44c446
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-03-31 06:13:49 +00:00
mark%moxienet.com
0fcfd6405d
322578 Support ppc<->x86 cross builds for Mac OS X. Core cross-compile support. r=bsmedberg r=cls sr=bryner
2006-02-21 00:21:55 +00:00
bsmedberg%covad.net
1eb3ec5f06
Bug 242870 - (optionally) statically link libIDL/glib with xpidl on Windows instead of having to use compiler-specific DLLs r=cls
2006-01-24 18:15:11 +00:00
neil%parkwaycc.co.uk
4f99174f62
Bustage fix for previous checkin which was for bug 293485
2006-01-04 14:48:25 +00:00
neil%parkwaycc.co.uk
46301e899d
Rebuild .xpt files when included .idl files change r=bsmedberg sr=shaver
2006-01-04 13:43:59 +00:00
gerv%gerv.net
7f1b5c62e5
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-31 13:18:10 +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
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
dougt%meer.net
b0171845f9
make xpcom typelib tools build on wince. r/a=benjamin
2005-07-05 17:02:20 +00:00
joshmoz%gmail.com
fad47e58db
more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. r=josh r=pinkerton r=cls sr=bryner a=brendan
2005-06-01 18:48:04 +00:00
cls%seawood.org
4e1a592115
Add support for cross-compiling to mingw.
...
Bug #222013 r=bryner
2004-02-20 22:14:14 +00:00
pinkerton%aol.net
6233fbb29e
add support for OSX 10.3 SDK support so build done on 10.3 can be run on
...
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00