Rafael Ávila de Espíndola
0360b639f4
Bug 674647 - Set MOZ_CAN_RUN_PROGRAMS in mozconfig.leopard and propagate it. r=khuey.
...
This patch sets MOZ_CAN_RUN_PROGRAMS in mozconfig.leopard so that the build
system knows it can run programs when producing 32 bit dmg files in a 64 bit
host (10.6).
The patch also propagates MOZ_CAN_RUN_PROGRAMS from the configure system to
Makefile.
2011-09-18 14:43:31 -04:00
Kyle Huey
e4ec1c04d2
Merge m-c to b-s.
2011-09-11 05:32:38 -04:00
Siddharth Agarwal
ecf8e75d9b
Bug 681659 - Execute mozconfig-find just once and make sure mozconfig detection errors are handled properly. r=ted
2011-09-09 02:00:31 +05:30
Jesse Ruderman
3f2652249b
Bug 670016 - Only append a -bin suffix if app-bin exists. This makes it possible to test Fennec on Mac. r=ted
2011-09-09 17:04:36 -07:00
Kyle Huey
a0800c6141
Merge m-c to b-s.
2011-09-07 10:47:50 -04:00
Jeff Walden
e5154a071f
Bug 684782 - Readd support for $topsrcdir/mozconfig, exclusive with support for $topsrcdir/.mozconfig (no more than one may be present). f=callek r=ted
2011-09-07 13:42:03 +02:00
Mike Hommey
402b882927
Backout the backout of e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440)
2011-09-03 08:19:06 +02:00
Ed Morley
ee10afb48a
Backout e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) for Win opt orange and purple galore, on a CLOSED TREE
2011-09-03 04:35:21 +01:00
Mike Hommey
8285bb9468
Bug 677501 - Build a mozutils library containing jemalloc and other things. r=khuey
...
--HG--
rename : memory/jemalloc/Makefile.in => memory/mozutils/Makefile.in
rename : memory/jemalloc/fixcrt.py => memory/mozutils/fixcrt.py
rename : memory/jemalloc/jemalloc.def => memory/mozutils/mozutils.def.in
2011-09-01 14:12:10 +02:00
Kyle Huey
134b8fad07
Merge m-c to b-s.
2011-08-31 07:52:43 -04:00
Mark Finkle
4758a3151a
Bug 683167 - Disable tablet UI during unit testing [r=jmaher]
2011-08-30 23:06:58 -04:00
Bob Moss
2c2ee6a2ed
Bug 668517 Add "stay awake" functionality into watcher for sutagent r=ctalbert
2011-08-30 15:54:07 -07:00
Rafael Ávila de Espíndola
562cee8ff8
Bug 680277 - Debug builds should always be compiled with frame pointers. r=khuey.
...
This patch creates a new MOZ_FRAMEPTR_FLAGS variable that is used only to
control the frame pointer flags passed to the compiler. It also computes this
flag in a macro so that the toplevel configure and js/src/configure stay in
sync.
2011-09-03 13:36:18 -04:00
Ehsan Akhgari
19e3aec907
Keep changeset e3626f903f9f backed out on the reverted tree
2011-09-02 09:06:01 -04:00
Ehsan Akhgari
44916171a8
Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run
2011-09-02 09:03:08 -04:00
Rafael Ávila de Espíndola
a9e50eeac8
revert 11247af82311, e3626f903f9f and 7ee51f8ea940.
...
CLOSED TREE
2011-09-01 22:01:56 -04:00
Rafael Ávila de Espíndola
ac8f6dc961
Bug 680277 - Add missing file.
...
CLOSED TREE
2011-09-01 16:17:50 -04:00
Matheus Kerschbaum
5803f18d8d
Bug 682751 - Remove build/hcc and build/hcpp r=ted
2011-08-29 20:17:17 +01:00
Kyle Huey
7b5d330147
Merge m-c to b-s.
2011-08-28 06:00:17 -04:00
Geoff Brown
942d20b453
Bug 681810 - Avoid xpcshell test failure when device not rooted and cp not available; r=jmaher
2011-08-27 00:23:02 +01:00
Kyle Huey
9a65cc7c71
Commit pymake test that got missed on the recent update.
2011-08-26 08:07:30 -04:00
Kyle Huey
7993d2d1ed
Update pymake snapshot.
2011-08-26 07:43:13 -04:00
Matheus Kerschbaum
ca0293b46f
Bug 680792 - Remove support for Irix from our build system. r=ted
2011-08-26 00:34:45 +01:00
Rafael Ávila de Espíndola
540dd95eb4
Bug 678558 - Detect broken vrp and disable it.
...
Test if the gcc we are using has PR49911 and if so disable value range
propagation to avoid.
--HG--
extra : rebase_source : d539914fa66a44f69399f2964740315f0723378f
2011-08-26 15:39:34 -04:00
Ed Morley
cba35094d2
Merge last green changeset of mozilla-inbound to mozilla-central
2011-08-25 01:09:05 +01:00
Rafael Ávila de Espíndola
113e49cebd
Bug 674647 - Fix mozconfig.leopard for machines without universal IDL builds.
...
Our 10.6 bots only have a 64 bit version of IDL, so we have to do a cross
compile when targeting a 32 bit 10.5.
DONTBUILD
2011-08-24 13:42:20 -04:00
Kyle Huey
4a1055ab6c
Merge m-c to b-s.
2011-08-24 08:34:27 -04:00
Siddharth Agarwal
93d6cc55ea
Bug 675691 - Get rid of mozconfig guesswork. r=ted
...
- MOZCONFIG is now the only environment variable we recognize. We used to
recognize MOZ_MYCONFIG as well, but we now error out if that is set.
- $topsrcdir/.mozconfig is now the only implicit location we recognize. We used
to recognize a number of other implicit locations, but we now error out where
we would have used one of them.
2011-08-24 12:09:29 +05:30
Mike Hommey
9877d798b0
Bug 678195 - Remove old style jemalloc. r=khuey
2011-08-23 15:43:17 +02:00
Mike Hommey
cdbf66ae45
Bug 678161 - Also install msvc*.dll when using new style jemalloc. r=khuey
2011-08-23 15:36:31 +02:00
Rafael Ávila de Espíndola
a83fa13385
Bug 674647 - Pass --target both in mozconfig.leopard and mozconfig.common. r=ted.mielczarek.
2011-08-23 16:06:17 -04:00
Geoff Brown
91a124ebf8
Bug 679602 - Improve robustness of devicemanagerADB: check for adb, remote cp; r=jmaher
2011-08-23 17:45:10 +01:00
Geoff Brown
7b61293fb1
Bug 668349 - Add or update script to run xpcshell tests on Android; r=jmaher
2011-08-22 09:00:50 +01:00
Geoff Brown
9e2995da86
Bug 678385 - Device manager needs to be updated for package name + username; r=jmaher
2011-08-22 09:00:50 +01:00
Bob Moss
b5991951b9
bug 679038 - error building WatcherService for SUTAgent r=blassey
2011-08-18 21:06:05 -04:00
Rafael Ávila de Espíndola
4bb438a0cd
Bug 678008 - Fix elfhack build in c++0x mode. r=mh+mozilla
...
In c++0x it is not valid to use a negative number in a unsigned
position in an initializer list. Add explicit casts and change
the size method to return an unsigned int.
2011-08-17 10:12:46 -04:00
Kyle Huey
fd7283a253
Bug 669031: Wallpaper over the error by disabling PGO for crashinject. r=ted
2011-08-15 09:27:35 -04:00
Siddharth Agarwal
f6b582d2dc
Bug 678475 - Make mozconfig-find always return an absolute path. Patch adapted from code by Hiroyuki Ikezoe <hiikezoe@mozilla-japan.org>. r=ted
2011-08-14 22:04:46 +05:30
Mounir Lamouri
43d40b8987
Merging mozilla-inbound into mozilla-central.
2011-08-11 13:08:47 +02:00
Kyle Huey
0dbd15635f
Merge b-s to m-c.
2011-08-10 11:12:30 -04:00
Brad Lassey
d8758cf4ec
backing out changesets 1baddb020156, d9456378c12d, 187ac0d7b154, 40e392d958e0 and f2e8ee893fe4
2011-08-10 18:18:09 -04:00
Geoff Brown
57b9207763
Bug 668349 - add or update script to run xpcshell tests on Android; r=jmaher
2011-08-10 16:48:26 -04:00
Bob Moss
922f4abda2
bug 665716 - build breaks when building SUTAgent with sdk level 11, follow up for watcher service r=blassey
2011-08-10 15:38:01 -04:00
ABE Hiroki
b25c6f7a91
Bug 672980 - M4 macro name should be quoted in AC_DEFUN. r=ted
...
fixes for js/src f+=Callek
2011-08-09 14:27:00 -04:00
Brad Lassey
5b5630d315
bug 665716 - build breaks when building SUTAgent with sdk level 11 r=blassey
2011-08-09 22:05:17 -04:00
Rafael Ávila de Espíndola
ab80d0b5b8
Bug 674647 - Add a file for setting the common settings used when building a non universal binary for 10.5. r=armenzg,ted
2011-07-27 17:32:00 -04:00
Mounir Lamouri
56646d07b2
Backout bug 563462, bug 675519, bug 674647, bug 341223 and bug 672980 to fix perma-orange.
2011-08-09 14:50:55 +02:00
Hiroyuki Ikezoe
fdce7cfaf5
Bug 672980 - M4 macro name should be quoted in AC_DEFUN. r=ted
2011-07-20 16:00:00 -04:00
Hiroyuki Ikezoe
488305c21e
Bug 341223 - Make $MOZCONFIG try $topsrcdir-local paths too
2011-08-02 18:48:00 -04:00
Rafael Ávila de Espíndola
2685ac4b1c
Bug 674647 - Add a file for setting the common settings used when building a non universal binary for 10.5. r=armenzg,ted
2011-07-27 17:32:00 -04:00