Doug Turner
6cda9cb5f1
Merge
2011-11-07 10:20:27 -08:00
Matheus Kerschbaum
4813247daf
Bug 698630 - Remove --disable-smil build option; r=dholbert
2011-11-05 10:32:52 +00:00
Doug Turner
4a3bc4cd6c
Merge
2011-11-04 10:46:58 -07:00
Doug Turner
46ab5ad03a
merge
2011-10-28 11:46:10 -07:00
Thinker Li
3f37f29838
Bug 697756 - Define MOZ_RAW on Android, for video capture support; r=khuey f=mwu
2011-10-28 15:05:07 +01:00
Matt Woodrow
3390cb421d
Bug 688333 - Build changes to compile skia. r=khuey
2011-10-28 20:05:35 +13:00
Brian Smith
2e2b61c3bb
Bug 669061: Upgrade Mozilla to NSS 3.13.1, r=wtc
...
--HG--
extra : rebase_source : d43ffd0eae375aae83017b855859ef2bc78d30d6
2011-11-02 20:54:18 -07:00
Fabrice Desré
d2ac38299b
Don't harcode the appID in nsAndroidStartup.cpp [r=ted]
2011-10-24 13:07:33 -07:00
Doug Turner
05f2dd0d67
Merge from m-c
2011-10-24 11:11:26 -07:00
Mitchell Field
149f79153c
Bug 593768 - Remove --enable-cpp-exceptions configure option; r=ted
2011-10-21 18:56:25 +01:00
Ed Morley
72f2f2abfe
Fix bustage on non-android platforms; r=fabrice
2011-10-15 22:57:57 +01:00
Doug Turner
7093994409
Merge from mozilla-central
2011-10-14 10:22:33 -07:00
Timothy B. Terriberry
4d4b16ce75
Bug 693057 - Add libvpx's encoder support (disabled), r=cpearce,khuey
2011-10-13 17:37:34 -07:00
Timothy B. Terriberry
ccbd7c0714
Bug 693057 - Add libvpx's error concealment support (disabled), r=cpearce,khuey
2011-10-13 17:37:29 -07:00
Timothy B. Terriberry
01e1f76f66
Bug 693057 - Upgrade libvpx decoder to v0.9.7-p1, r=cpearce,khuey
...
--HG--
rename : media/libvpx/vp8/common/filter_c.c => media/libvpx/vp8/common/filter.c
rename : media/libvpx/vpx_scale/generic/scalesystemdependant.c => media/libvpx/vpx_scale/generic/scalesystemdependent.c
2011-10-13 17:37:21 -07:00
Doug Turner
f7ffea8082
Patch from https://github.com/snorp/mozilla-central faster branch.
2011-10-10 17:40:17 -07:00
Brad Lassey
5cf7a49da2
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
2011-10-10 10:40:27 -04:00
Matt Brubeck
d53193f383
Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE
2011-10-10 09:43:58 -07:00
Brad Lassey
4528a38462
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
2011-10-10 10:40:27 -04:00
Michael Edwards
8d268b37aa
Bug 687367 - Make bionic domain name functions thread-safe on pre-3.0 Android, r=dougt
2011-10-06 20:55:50 -07:00
Mike Hommey
14966259b2
Bug 677897 - Use objcopy from the NDK in symbolstore.py. r=ted
2011-10-06 09:08:14 +02:00
Matheus Kerschbaum
b520783790
Bug 477358 - Kill NS_USE_NATIVE r=khuey
2011-10-12 20:32:07 +02:00
Jeff Walden
eb2cb918a4
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Matheus Kerschbaum
8368560bae
Bug 477358 - Kill NS_USE_NATIVE r=khuey
2011-10-12 20:32:07 +02:00
Matt Brubeck
9a844008c2
Merge mozilla-central to mozilla-inbound
2011-10-11 14:11:09 -07:00
Kyle Huey
7acd90d977
Merge b-s to m-c.
2011-10-11 08:20:42 -04:00
Kyle Huey
209504202f
Merge m-c to b-s.
2011-10-09 18:19:28 -04:00
Gregory Szorc
364d4fb86e
Bug 687225 - Detect MSVC 2011 compiler. r=ted
2011-10-03 21:57:00 -04:00
Brad Lassey
d174ebedad
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
2011-10-10 10:40:27 -04:00
Matt Brubeck
eb9465f1a3
Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE
2011-10-10 09:47:27 -07:00
Serge Gautherie
ee915c7f60
Bug 661403. (Av1) Remove a redundant and misplaced MOZ_INSTALLER=1 block. r=ted
2011-09-29 12:26:23 -07:00
Ehsan Akhgari
ee637e4944
Merge mozilla-central into mozilla-inbound
2011-10-10 11:30:21 -04:00
Rafael Ávila de Espíndola
e58e0cde34
Bug 669953 - don't pass "--enable-optimize --enable-debug --disable-optimize" to sub configure. r=khuey.
...
This patch makes us always pass
--(enable|disable)-(optimizations|debug) to the nspr configure. That
way we don't have to worry about defaults in two configures being in
sync.
It also removes the hack for trace malloc from the top level
configure. If there are nspr only restrictions on tracing and
optimizations, the nspr configure should handle them.
2011-10-10 10:54:49 -04:00
Felix Fung
047e9060cf
Bug 674012 - Remove checks for HAVE_GCC3_ABI. r=glandium
2011-09-28 11:32:39 -07:00
Teemu Mannermaa
ab3d709d37
Bug 689157 - Fix CC variables used in "cl -showIncludes" detection logic. r=khuey
2011-09-29 15:20:51 +02:00
Makoto Kato
760958734d
Bug 681202 - Add Android x86 target. r=glandium
2011-09-29 13:39:03 +09:00
Rafael Ávila de Espíndola
b7d58bcaf2
Move android back to c++0x to see if we have some hidden dependency
...
on it. r=revert.
--HG--
extra : rebase_source : 5172df2e68d3881f8f19c89c209216778640f574
2011-09-28 23:05:31 -04:00
Rafael Ávila de Espíndola
57abd19f9d
Bug 689609 - Move the changes back in. Needs a clobber. r=re-revert.
2011-09-28 17:49:18 -04:00
Rafael Ávila de Espíndola
753b41e5e7
Switch android back to c++11. There are more dependencies on it now. r=revert.
...
CLOSED TREE
2011-09-28 17:13:23 -04:00
Rafael Ávila de Espíndola
7cf28de007
Bug 689609 - Don't enable c++11 on systems that don't really support it. r=ehsan,glandium.
...
--HG--
extra : rebase_source : 2735225fb50875a91c46230c1602920d6ae69f9a
2011-09-28 16:46:06 -04:00
Matheus Kerschbaum
3d31a8f676
Bug 687766 part 1: Remove build-time dependency on libIDL. r=khuey
2011-09-27 10:09:54 +02:00
Fabrice Desré
710899e3ab
Bug 659188 - Android and media parts [r=blassey] [r=cpearce]
2011-09-26 17:25:41 -07:00
Steve Fink
a81d18aebc
Bug 645887 - Build changes for JIT code registration API (r=dmandelin)
...
--HG--
extra : rebase_source : b9db642cf1315e0c120b11273f8b5c59c25dfeaa
2011-03-28 14:13:48 -07:00
Matheus Kerschbaum
e1d3c86e9c
Bug 669829 - Remove check for atlbase.h and oleacc.idl from configure. r=ted
2011-09-24 12:53:07 +02:00
Rafael Ávila de Espíndola
28388b7197
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
75aa6eed7a
Merge m-c to b-s.
2011-09-15 16:44:46 -07:00
Kyle Huey
0bf2dfd277
Merge m-c to b-s.
2011-09-14 08:45:54 -07:00
Kyle Huey
775e4bf54d
Merge m-c to b-s.
2011-09-11 05:32:38 -04:00
Oleg Romashin
ebc7020bfe
Bug 584217 - Add Meego Touch based filepicker implementation. r=jeremias.bosch,florian.haenel
2011-09-14 14:16:28 +01:00
Mounir Lamouri
8cd289fd81
Bug 686350 - Check in configure script that the selected Android SDK is correct. r=glandium
2011-09-13 15:35:23 -07:00