Makoto Kato
|
8eae865c49
|
Bug 552339 - 2010-03-14 xulrunner nightlies failed to build (mozilla-central). r=bsmedberg
|
2010-03-22 01:01:47 +09:00 |
Ginn Chen
|
0800fab6c3
|
Bug 538723: run_for_effect is not portable for Bourne shell r=ted.mielczarek
|
2010-03-08 17:30:40 +08:00 |
Jae-Seong Lee-Russo
|
d32039e6c7
|
Bug 530411 - Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in /extensions/java/. r=jst
|
2010-02-11 09:33:50 +01:00 |
Mitchell Field
|
02e66e18b9
|
Bug 514665 - fix stupid module name differences on windows. r=ted
|
2009-09-25 18:41:16 +02:00 |
Phil Ringnalda
|
fceecee8a4
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
Benjamin Smedberg
|
28fb767bd1
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
David Zbarsky
|
78b1e53099
|
Bug 392526. Some callers of nsID::ToString use a mismatched allocator to free the string. r=bsmedberg
|
2009-07-29 13:54:44 -04:00 |
Marco Perez
|
84acc84539
|
Bug 488168 - XULRunner build bustage on FreeBSD (in javaxpcom). r=benjamin
|
2009-04-20 18:57:03 +02:00 |
Daniel Holbert
|
c755eee8e7
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
Justin Wood
|
a0179962f0
|
Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner [js bits rs=sdwilsh]
|
2008-11-27 18:26:44 -08:00 |
Shawn Wilsher
|
be0287e0c9
|
Backed out changeset 87f6ae0c4324 (bug 435474) for orange.
|
2008-11-27 13:15:18 -08:00 |
Justin Wood
|
ace2ca7dd7
|
Bug 463824, Introduce GLOBAL_DEPS to build system
r=ted, a1.9.1=beltzner
|
2008-11-27 12:27:41 -08:00 |
reed@reedloden.com
|
2fc7493bb3
|
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
|
2008-02-13 03:33:38 -08:00 |
jag@tty.nl
|
081234e2e6
|
Bug 381579: extensions/java/xpcom/interfaces/org directory is incorrectly removed when "make clean". p=Wang Xianzhu <phnixwxz1@yahoo.com>, r/sr=jag, a=NPOTB
|
2008-02-03 17:02:50 -08:00 |
dwitte@stanford.edu
|
ae0034832c
|
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
|
2008-01-11 20:30:42 -08:00 |
dwitte@stanford.edu
|
6ba4acd13f
|
partial backout in an attempt to fix orange.
|
2008-01-11 02:08:58 -08:00 |
dwitte@stanford.edu
|
18cd35ef9d
|
relanding bug 410250.
|
2008-01-11 01:13:04 -08:00 |
dwitte@stanford.edu
|
d1d1599403
|
backing out to fix orange.
|
2008-01-10 20:59:44 -08:00 |
dwitte@stanford.edu
|
3aff67fa2b
|
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
|
2008-01-10 19:56:00 -08:00 |
jwalden@mit.edu
|
12e960c504
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
pedemont@us.ibm.com
|
ee86fd7b68
|
Bug 348710 - Set dependencies correctly, fix for build break. XULRunner only
|
2007-05-03 09:28:16 -07:00 |
pedemont@us.ibm.com
|
cbac1cea0a
|
Bug 348710 - Set dependencies correctly, fix for build break. XULRunner only
|
2007-05-03 09:22:24 -07:00 |
pedemont@us.ibm.com
|
e21f8510ce
|
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 |
pedemont@us.ibm.com
|
724370d2da
|
Bug 378236 - Crash when embedding trunk XULRunner in Java. Properly pass XPCOM object ptrs. Also do some restructuring. XULRunner only.
|
2007-05-02 08:43:41 -07:00 |
benjamin@smedbergs.us
|
57c3a8f47d
|
Bug 375449 - NS_InvokeByIndex not exported from xpcom, only from xpcom_core, r=dbaron
|
2007-04-24 10:02:51 -07:00 |
cbiesinger@web.de
|
595b965311
|
Bug 375189 use $(MAKE) instead of make in makefilespatch by Marco Perez <bugmail@millibyte.net> r=bsmedberg
|
2007-03-31 12:37:51 -07:00 |
dbaron@dbaron.org
|
4d961c5c49
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
reed%reedloden.com
|
5ba1e3637a
|
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
|
2008-02-13 11:33:40 +00:00 |
jag%tty.nl
|
58cf24219b
|
Bug 381579: extensions/java/xpcom/interfaces/org directory is incorrectly removed when "make clean". p=Wang Xianzhu <phnixwxz1@yahoo.com>, r/sr=jag, a=NPOTB
|
2008-02-04 01:02:50 +00:00 |
dwitte%stanford.edu
|
2706db7178
|
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
|
2008-01-12 04:30:44 +00:00 |
dwitte%stanford.edu
|
b5bc025224
|
partial backout in an attempt to fix orange.
|
2008-01-11 10:09:00 +00:00 |
dwitte%stanford.edu
|
bec597575a
|
relanding bug 410250.
|
2008-01-11 09:13:06 +00:00 |
dwitte%stanford.edu
|
7da61a1630
|
backing out to fix orange.
|
2008-01-11 04:59:46 +00:00 |
dwitte%stanford.edu
|
3ed045961f
|
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
|
2008-01-11 03:56:02 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
pedemont%us.ibm.com
|
6c6d39c5ed
|
Bug 348710 - Set dependencies correctly, fix for build break. XULRunner only
|
2007-05-03 16:28:16 +00:00 |
pedemont%us.ibm.com
|
edac7f7a68
|
Bug 348710 - Set dependencies correctly, fix for build break. XULRunner only
|
2007-05-03 16:22:24 +00:00 |
pedemont%us.ibm.com
|
712c8f579b
|
Bug 348710 - Fix array handling bug. Add support for sized strings. Update unit tests to test array parameters. XULRunner only.
|
2007-05-02 16:39:19 +00:00 |
pedemont%us.ibm.com
|
c794639cc7
|
Bug 378236 - Crash when embedding trunk XULRunner in Java. Properly pass XPCOM object ptrs. Also do some restructuring. XULRunner only.
|
2007-05-02 15:43:41 +00:00 |
benjamin%smedbergs.us
|
6858d908c4
|
Bug 375449 - NS_InvokeByIndex not exported from xpcom, only from xpcom_core, r=dbaron
|
2007-04-24 17:02:52 +00:00 |
cbiesinger%web.de
|
55e59def5f
|
Bug 375189 use $(MAKE) instead of make in makefiles
patch by Marco Perez <bugmail@millibyte.net> r=bsmedberg
|
2007-03-31 19:37:52 +00:00 |
dbaron%dbaron.org
|
a32fb9b241
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 15:33:45 +00:00 |
pedemont%us.ibm.com
|
e74d385bf4
|
Bug 363485 - Fix cygwin/msys build break in JavaXPCOM. r=bsmedberg.
|
2007-03-07 22:44:16 +00:00 |
pedemont%us.ibm.com
|
11e7b61647
|
Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg.
|
2007-03-02 21:28:58 +00:00 |
pedemont%us.ibm.com
|
7f43d5a7f5
|
Bug 367792 - Crash when running tests that call initXPCOM.
|
2007-03-02 16:56:30 +00:00 |
pedemont%us.ibm.com
|
eb4c8c253b
|
Bug 369410 - Fix JNICALL name mangling for Windows.
|
2007-02-16 22:32:35 +00:00 |
pedemont%us.ibm.com
|
4b53fd6e35
|
Bug 369410 - Missing a couple of 'JNICALL' declarations. Fix indentation.
|
2007-02-13 21:12:14 +00:00 |
pedemont%us.ibm.com
|
c9bc46fb48
|
Bug 369410 - Provide API for wrapping XPCOM and Java objects. XULRunner only. Not part of default build.
|
2007-02-13 18:55:34 +00:00 |
pedemont%us.ibm.com
|
9aec3eb2e6
|
Bug 330256 - Change generated interfaces package name.
|
2007-01-31 20:54:19 +00:00 |