Carsten "Tomcat" Book
5d83e31d04
merge mozilla-inbound to mozilla-central a=merge
2016-03-22 12:14:15 +01:00
Mike Hommey
b93503b5e7
Bug 1257468 - Move JS_STANDALONE to moz.configure. r=nalexander
2016-03-22 11:09:43 +09:00
Mike Hommey
8f7c8ceafe
Bug 1257468 - Move setting MOZ_BUILD_APP subst and define to moz.configure. r=nalexander
...
This has the side effect of making the variable available in js/src,
which it was not in the past.
2016-03-22 11:09:40 +09:00
Mike Hommey
41706c08fe
Bug 1257468 - Add --enable-project=js when calling configure for js/src from subconfigure.py. r=gps
...
subconfigure.py shortcuts js/src/configure to avoid a msys transition
breaking the environment. But js/src/configure passes an extra
--enable-project=js that subconfigure.py currently doesn't pass.
And because in some cases, MOZ_BUILD_APP is set in the environment
(notably, in OSX universal builds, through client.mk), we need to
unset it before calling the subconfigure.
2016-03-22 11:09:32 +09:00
Mike Hommey
d8e5f51dde
Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
2016-03-22 09:25:48 +09:00
Mike Hommey
9a0f2f15ea
Backout changeset 136f541c4406 (bug 1257445) for Android bustage on a CLOSED TREE
2016-03-22 08:40:37 +09:00
Mike Hommey
0ea268dc18
Backout changesets f5090987b7c6, 48a94777837d and a63437a74f7a (bug 1257468) for SM bustage on a CLOSED TREE
2016-03-22 08:27:28 +09:00
Mike Hommey
a74a4e5dde
Bug 1257468 - Move JS_STANDALONE to moz.configure. r=nalexander
2016-03-22 08:05:00 +09:00
Mike Hommey
dff9555828
Bug 1257468 - Move setting MOZ_BUILD_APP subst and define to moz.configure. r=nalexander
...
This has the side effect of making the variable available in js/src,
which it was not in the past.
2016-03-22 08:05:00 +09:00
Mike Hommey
9116f85e0e
Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
2016-03-22 08:05:00 +09:00
Nick Alexander
e90bd4aabb
Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice
...
MozReview-Commit-ID: 63yJGdgPbhe
--HG--
extra : rebase_source : 2256e0a12588703a83f4cba06971231ac3c64592
extra : amend_source : 1f35a04191f37225986bd7ff4d0b6b2c34a71b05
extra : histedit_source : 82d351700936c8e1297eeca91ce00f96340e2f2c
2016-03-18 14:41:51 -07:00
Chris Manchester
d91718bd8c
Bug 1256966 - Move NIGHTLY_BUILD and RELEASE_BUILD to Python configure. r=glandium
...
MozReview-Commit-ID: 2Z3XMO2n681
2016-03-18 11:24:11 -07:00
Mike Hommey
03219400f6
Bug 1257434 - Move --enable-vtune and --enable-profiling to moz.configure. r=ted
...
old-configure and js/src/old-configure interestingly didn't handle both
the same way. But vtune support is only actually implemented in js/src,
so only the rules from js/src/old-configure matter (nothing was
enforcing the decistion from old-configure to js/src/old-configure), and
this is what is implemented here.
2016-03-18 09:05:53 +09:00
Mike Hommey
f701be5ac8
Bug 1257434 - Move --enable-dmd to moz.configure. r=ted
2016-03-18 09:05:53 +09:00
Mike Hommey
8e033edefa
Bug 1257434 - Move --enable-callgrind to moz.configure. r=ted
...
Remove the unused DEFINES set in js/xpconnect/shell/moz.build,
subsequently making the MOZ_CALLGRIND subst unused, so don't add a
set_config for it.
2016-03-18 09:05:53 +09:00
Mike Hommey
89cb71ad55
Bug 1257434 - Move --enable-instruments to moz.configure. r=ted
2016-03-18 09:05:53 +09:00
Mike Hommey
baacddb8dc
Bug 1257434 - Move MOZ_ENABLE_PROFILER_SPS to moz.configure. r=ted
2016-03-18 09:05:53 +09:00
Mike Hommey
58397bd671
Bug 1257434 - Move --enable-jprof to moz.configure. r=ted
2016-03-18 09:05:53 +09:00
Mike Hommey
9589ff306f
Bug 1257434 - Move --enable-systrace to moz.configure. r=ted
2016-03-18 09:05:53 +09:00
Mike Hommey
31f294ed62
Bug 1257418 - Remove USE_DEPENDENT_LIBS. r=gps
...
Its value is always 1, and never used. Even when there were different
possible values back before bug 627277 (5 years ago), it was not used.
In fact, it hasn't been used since bug 298044 (more than 10 years ago).
2016-03-18 09:05:53 +09:00
Mike Hommey
fe53ffa77b
Bug 1257416 - Move MOZTTDIR to moz.configure. r=gps
2016-03-18 09:05:53 +09:00
Mike Hommey
50e9df2a3d
Bug 1257415 - Move --with-l10n-base to moz.configure. r=gps
2016-03-18 09:05:53 +09:00
Carsten "Tomcat" Book
0153b4e56c
Backed out changeset 818165fa787b (bug 1257415) for breaking l10n nightly's
2016-03-17 16:03:55 +01:00
Carsten "Tomcat" Book
7f34f4c017
Backed out changeset 8e9ad372486b (bug 1257416)
2016-03-17 16:03:32 +01:00
Carsten "Tomcat" Book
03c0241391
Backed out changeset 4b3b0c66d132 (bug 1257418)
2016-03-17 16:03:31 +01:00
Carsten "Tomcat" Book
f298917442
merge mozilla-inbound to mozilla-central a=merge
2016-03-17 11:00:17 +01:00
Mike Hommey
032b04800b
Bug 1257418 - Remove USE_DEPENDENT_LIBS. r=gps
...
Its value is always 1, and never used. Even when there were different
possible values back before bug 627277 (5 years ago), it was not used.
In fact, it hasn't been used since bug 298044 (more than 10 years ago).
2016-03-17 14:08:19 +09:00
Mike Hommey
686509e193
Bug 1257416 - Move MOZTTDIR to moz.configure. r=gps
2016-03-17 14:08:12 +09:00
Mike Hommey
48107a932f
Bug 1257415 - Move --with-l10n-base to moz.configure. r=gps
2016-03-17 14:08:04 +09:00
Mike Hommey
c82492a724
Bug 1257414
- Remove --with-libxul-sdk. r=gps
...
Bug 1038639 removed the option, but since autoconf doesn't barf for
unknown options, the option MOZ_ARG_WITH_STRING was kept to emit a
AC_MSG_ERROR. This is not necessary anymore.
2016-03-17 14:07:39 +09:00
Richard Newman
89a12baeec
Bug 1220184 - Eliminate Gingerbread compatibility. r=froydnj, r=nalexander
...
MozReview-Commit-ID: E5Ng6Y0IEU9
--HG--
extra : rebase_source : c65fae2ceaf486e536ea617e7912b3e8d97be755
extra : amend_source : cfd90e7b157a23fbe7a07e384d4702dadb603835
2016-02-24 09:25:14 -08:00
Mike Hommey
9015326e32
Bug 1256990 - Move tar detection to moz.configure. r=chmanchester
2016-03-16 08:26:47 +09:00
Mike Hommey
ad3d599d5f
Bug 1256584 - Remove AC_PROG_INSTALL and AC_PROG_LN_S. r=gps
...
We don't use the result of those tests:
- INSTALL is set in config.mk to something derived from NSINSTALL.
- LN_S is never used.
2016-03-16 07:12:53 +09:00
Mike Hommey
377f0ec95c
Bug 1256512 - Move TARGET_CPU and TARGET_OS to moz.configure. r=chmanchester
...
And remove the unused TARGET_VENDOR
2016-03-16 07:12:53 +09:00
Mike Hommey
3d0e3c4c8e
Bug 1257104 - Move --enable-eme to moz.configure. r=ted
2016-03-17 07:21:37 +09:00
Mike Hommey
d5fe73840f
Bug 1257104 - Move --disable-fmp4 to moz.configure. r=ted
...
Note the imply_option from --enable-ffmpeg replaces the explicit check from
old-configure.in and triggers an error in the same circumstances.
2016-03-17 07:21:37 +09:00
Mike Hommey
294a1dd5b6
Bug 1257104 - Move --disable-ffmpeg to moz.configure. r=ted
2016-03-17 07:21:37 +09:00
Mike Hommey
0a286dbf9a
Bug 1257104 - Move --disable-wmf to moz.configure. r=ted
2016-03-17 07:21:37 +09:00
Mike Hommey
97e39da5b9
Bug 1257104 - Move MOZ_APPLEMEDIA to moz.configure. r=ted
...
Note the AC_DEFINE used to be in a COMPILE_ENVIRONMENT block, but the
define is actually used in Gecko preferences, so it's actually better
that the define is always set when MOZ_APPLEMEDIA is enabled.
2016-03-17 07:21:37 +09:00
Mike Hommey
9ee0449cad
Bug 1256988 - Remove MOZ_TOUCH, nothing is using it. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
d750b89c8d
Bug 1256988 - Move USE_FC_FREETYPE to moz.configure. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
42022dc1f2
Bug 1256988 - Move MOZ_INSTRUMENT_EVENT_LOOP to moz.configure. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
9351ddacba
Bug 1256988 - Move MOZ_PDF_PRINTING to moz.configure. r=chmanchester
...
Remove the AC_DEFINE because it is unused.
2016-03-17 06:49:44 +09:00
Mike Hommey
44442bc4fe
Bug 1256988 - Move --with-gl-provider to moz.configure. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
2743bd43bd
Bug 1256988 - Move X11 and MOZ_WIDGET_TOOLKIT-related things to moz.configure. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
d2211d0a3f
Bug 1256988 - Skip the Xt library test for MOZ_WIDGET_TOOLKIT==qt. r=chmanchester
...
Now that the MOZ_WIDGET_TOOLKIT test is in moz.configure, the value for
MOZ_WIDGET_TOOLKIT is now set in old-configure.in very early, which
now allows to check for its value before doing to Xt test instead of
resetting XT_LIBS later.
2016-03-17 06:49:44 +09:00
Mike Hommey
747e8cd9f5
Bug 1256988 - Remove NO_X11. r=chmanchester
...
It hasn't done anything since bug 191447, 13 years ago
2016-03-17 06:49:44 +09:00
Mike Hommey
730bb6b0f9
Bug 1256988 - Move MOZ_WIDGET_* defines to moz.configure. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
0a771514a8
Bug 1256988 - Replace tests on MOZ_WIDGET_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester
...
But only do that for the AC_SUBST. The AC_DEFINE is still useful.
2016-03-17 06:49:44 +09:00
Mike Hommey
9ee28498c9
Bug 1256988 - Remove MOZ_WIDGET_GTK2 define. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
7f131dbc35
Bug 1256988 - Replace tests on MOZ_ENABLE_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
45e34d9474
Bug 1256988 - Replace tests on MOZ_ENABLE_GTK3 with tests on MOZ_WIDGET_TOOLKIT==gtk3. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
2360b9887b
Bug 1256988 - Replace tests on MOZ_ENABLE_GTK2 with tests on MOZ_WIDGET_TOOLKIT==gtk2. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
b6f701b9e1
Bug 1256988 - Move MOZ_WIDGET_TOOLKIT to moz.configure. r=chmanchester
2016-03-17 06:49:44 +09:00
Mike Hommey
0366070f0d
Bug 1256988 - Move --with-gonk to moz.configure. r=chmanchester
2016-03-17 06:49:44 +09:00
Ted Mielczarek
509c7d11f9
bug 1257689 - move YASM check to moz.configure. r=mshal
...
MozReview-Commit-ID: KU3eSCsykPl
--HG--
extra : rebase_source : 4ec8256a4c772b61497ad442620aacb39f3b9ade
extra : amend_source : 258380912dcbcdb4dee2ac6737d71aa5328d12a7
extra : histedit_source : 9cabff8c5ba88ce541ea9881d9147dc4fb3a5692%2Cb1a74d8d449ebbbf5727a9665542043a5b122af7
2016-03-17 19:15:01 -04:00
Mike Hommey
986945d9e4
Bug 1256568 - Move doxygen, zip, unzip, xargs, rpmbuild, genisoimage and dsymutil detection to moz.configure. r=gps
2016-03-15 16:40:15 +09:00
Mike Hommey
254313370d
Bug 1256568 - Move perl detection to moz.configure. r=gps
2016-03-15 16:40:15 +09:00
Mike Hommey
7aad9030cf
Bug 1256568 - Move awk detection to moz.configure. r=gps
2016-03-15 16:40:15 +09:00
Mike Hommey
84027af8da
Bug 1256507 - Remove --enable-xterm-updates. r=gps
...
It's an opt-in flag that allows to display where the build is in
terminal window titles. The fact that it's opt-in and likely unknown
makes it very low-value, and the fact that it was added in an era where
builds were not very well parallelized made it have a meaning, but now
that builds are parallelized, its meaningfulness is diminished.
Let's just remove it.
2016-03-15 16:40:15 +09:00
Mike Hommey
d464f29e5f
Bug 1255813 - Remove build system support for Solaris, HPUX and AIX. r=ted
2016-03-15 07:34:50 +09:00
Mike Hommey
d33300555c
Bug 1255305 - Move --host and --target to moz.configure. r=chmanchester
...
With all the things that still depend on all the variables derived from
--host and --target in both old-configure and moz.build, we still need
to keep variables such as OS_ARCH, OS_TARGET, CPU_ARCH, OS_TEST, etc.
Eventually, we'd settle on the output of split_triplet.
This /tries/ to preserve the current values for all these variables,
while also trying to make things a little more consistent. It also
effectively rejects OSes such as HPUX or AIX, because it is unclear
the decades old accumulated scripts related to them still do anything
useful, and we might as well have them start again from scratch, which,
in the coming weeks, will be even easier.
2016-03-15 07:34:50 +09:00
Mike Hommey
a768dba8e1
Bug 1255305 - Uniformize CPU_ARCH between old-configure.in and js/src/old-configure.in. r=chmanchester
2016-03-15 07:34:50 +09:00
Ted Mielczarek
68bd5e8c4d
bug 1244743 - Replace MOZ_NATIVE_X with MOZ_SYSTEM_X. r=gps
...
MozReview-Commit-ID: 9ip3qeAXFEe
--HG--
extra : commitid : H6aEkHprVyX
extra : rebase_source : e20d5f4b297caf66711c72cd55dd76f7f9ef9d9c
extra : histedit_source : 47545e0ea61eb66f16545f70e6d3792a389bedb1
2016-02-01 10:49:34 -05:00
Ted Mielczarek
86995dd661
bug 1248020 - convert a bunch of moz.build files to use USE_YASM. r=mshal
...
MozReview-Commit-ID: n59TejhJq6
--HG--
extra : rebase_source : a5fd47c48ae4f03fcd2b699d7283a8838d24449c
extra : amend_source : cdd00e6f76195956dd83f8a2e3109d453459d158
extra : histedit_source : 4e36a2c2ff01a2cb352a46b2f4d9062f14be5232
2016-03-03 11:38:59 -05:00
Ted Mielczarek
a673bd63e2
bug 1248020 - add USE_YASM to moz.build. r=mshal
...
MozReview-Commit-ID: Liw4RGOXiVf
--HG--
extra : rebase_source : 1fa28bafd7cec69dd82f7f3ef0cea9f52593983a
extra : amend_source : 5d9185ff8a5562b2565cc5558127548fa7b9fb1f
extra : histedit_source : cafda3835897efec5519c2326c88e7f85ae4aad8%2Caf73cf11903c5d7baf38953503e3839873be3c68
2016-03-09 11:07:35 -05:00
Ted Mielczarek
5c634ab869
bug 1248016 - make ASFILES rules work with .s/.asm, get rid of ASM_SUFFIX. r=mshal
...
MozReview-Commit-ID: 1MK0Kud51vR
--HG--
extra : rebase_source : de7a7f11bfbbac1e8eccc34de39dd2d88d803b03
extra : amend_source : d7eddb71b050e0576e783c6ce8c67f66cfd88e13
2016-03-01 13:47:19 -05:00
Ryan VanderMeulen
da1885e860
Merge inbound to m-c. a=merge
2016-03-12 15:23:38 -05:00
Carsten "Tomcat" Book
09388646a3
Merge mozilla-central to fx-team
2016-03-11 16:58:46 +01:00
Grigory Kruglov
9cc8e72cbc
Bug 1254729 - Remove about:devices from Fennec. r=nalexander
...
MozReview-Commit-ID: 2RC82OrrsnA
--HG--
extra : transplant_source : %C3%06%0B%1D%5E%15%60%C3%3BZS%28EB%8B3s%F3%B7k
2016-03-09 15:37:04 -08:00
Mike Hommey
aa23cc29a6
Bug 1254906 - Move --disable-shared-js and --disable-export-js to moz.configure. r=chmanchester
2016-03-11 09:38:28 +09:00
Masatoshi Kimura
3210c8f233
Bug 1254967 - Actually test if dia2.h exists instead of assuming the existence. r=poiru
2016-03-11 07:25:33 +09:00
Mike Hommey
bf9a11821c
Bug 1255185 - Move --with-external-source-dir to moz.configure. r=chmanchester
2016-03-10 13:54:02 +09:00
CJKu
9799fb0aaa
Bug 1243734 - Part 5. Add MOZ_ENABLE_MASK_AS_SHORTHAND compile flag; r=ted r=dbaron
...
MozReview-Commit-ID: 8KbrEXnJqlp
2016-03-09 11:15:09 +08:00
Mike Hommey
564de8ea0e
Bug 1254410 - Include app-specific configure files according to --enable-application/--enable-project. r=chmanchester
...
Because --enable-application is the current way to do things, transpose
it to configure.py, but since --enable-application=js doesn't make
sense, make it an alias of a new --enable-project option.
This only partially moves --enable-application out of old-configure.in
because there are a lot of other things intertwined with it.
2016-03-09 09:23:27 +09:00
Birunthan Mohanathas
ec65f12dd8
Bug 623183 - Build dump_syms on Windows when using VS2015; r=ted
...
MozReview-Commit-ID: LCvipO5FXdR
--HG--
extra : source : e68a8c608182025bac53dcbb48b0c0d474931f90
extra : amend_source : 3113865fb4be93db6b51ce55514cd2a55e577df9
2016-03-08 14:07:28 -08:00
Mike Hommey
849ac02d19
Bug 1253553 - Move --enable-artifact-builds, --disable-compile-environment and --enable-build-backend to moz.configure. r=nalexander,r=chmanchester
...
Note I'm using raw primitives until patterns emerge and we decide on
some helpers.
2016-03-08 15:41:32 +09:00
Mike Hommey
9ac013d5cf
Bug 1253502 - Move python virtualenv initialization to moz.configure. r=gps
2016-03-08 15:41:32 +09:00
Mike Hommey
74b4506047
Bug 1253203 - Move parts of configure.py into sandboxed moz.configure. r=nalexander,r=chmanchester
...
This moves all the reading mozconfig, finding autoconf, refreshing the
old configure, and running the old configure into sandboxed
moz.configure. This effectively bootstraps the sandboxed python configure.
2016-03-08 15:41:32 +09:00
Mike Hommey
83a6429d67
Bug 1253466 - Don't pass --enable-threadsafe to js/src/configure. r=mshal
...
The flag was removed in bug 1031529, and silently doesn't do anything.
Configure.py will start barfing about unknown options, so don't pass it
down.
2016-03-08 15:41:32 +09:00
Mike Hommey
29758f5f42
Bug 1250297 - Make python configure output config.status instead of old-configure doing it. r=gps
...
The nice side effect is that now we can have actual dicts for defines
and substs from the start, which simplifies so things, although it
requires adjustments to some unit tests.
2016-03-08 15:41:32 +09:00
Myk Melez
db9a40ca42
Bug 1238079 - remove the desktop web runtime; r=fabrice,mossop,gps,jryans,jmaher,marco
2016-03-07 13:33:12 -08:00
Mike Hommey
dd71ac573a
Bug 1255763 - Remove OS_RELEASE and OS_MINOR_RELEASE. r=gps
...
We're not doing anything with them anymore.
2016-03-12 09:03:37 +09:00
Mike Hommey
1d024cccb1
Bug 1255763 - Remove the NEED_USLEEP_PROTOTYPE define. r=gps
...
It has not done anything since gtk+ 1.0 support has been removed in bug 326152.
2016-03-12 09:03:37 +09:00
Mike Hommey
60313183f5
Bug 1255763 - Remove the MUST_UNDEF_HAVE_BOOLEAN_AFTER_INCLUDES define. r=gps
...
It has not done anything since we switched to libjpeg-turbo in bug 573948
2016-03-12 09:03:37 +09:00
Mike Hommey
87f7c3427c
Bug 1255763 - Remove OS_CONFIG, it is now unused. r=gps
...
It was also already unused in old-configure.in.
2016-03-12 09:03:37 +09:00
Kai Engert
9b8bef561d
Bug 1245053, NSS_3_23_RTM, only version numbers finalized, no code changes, DONTBUILD
2016-03-03 10:53:54 +01:00
Bobby Holley
95d46f19ca
Bug 1252980 - Link the geckolib into libxul and define MOZ_STYLO if --with-servo=PATH is passed. r=gps
2016-03-02 16:43:12 -08:00
Nick Alexander
b9a7550646
Bug 1252694 - Set MOZ_ANDROID_GCM_SENDERID directly in branding. r=glandium
...
Non-Mozilla distributors may wish to run their own autopush endpoint,
using a sender ID and corresponding Google API key that they control.
This simplifies that just a little bit, and gets Mozilla's release
engineering out of the business of managing non-sensitive secrets.
In the future, this sender ID will be baked into the Android APK's
string resources, in accordance with newer Google Play Services
library requirements.
MozReview-Commit-ID: AAxreEP73B0
--HG--
extra : rebase_source : 0a35d18a83558e4d27ac6a47b3833f1d69fed264
2016-03-01 15:31:27 -08:00
Ralph Giles
f89081c25a
Bug 1252041 - rust: disable sse2 code generation on win32. r=mshal
...
By default llvm (and rustc) generate sse2 instructions on x84, but
we have users on old cpus without this extension, causing crashes
in the rust code. Pass a flag when building for win32 to prevent this.
Export and AC_SUBST RUSTFLAGS so it's available in the build.
This apparently wasn't hooked up before.
2016-02-29 17:02:04 -08:00
Ryan VanderMeulen
a0deb7b2fd
Bug 1248472 - Upgrade SQLite to version 3.11.0. r=mak
...
--HG--
extra : rebase_source : b1775e96d3d4626eafc0bf0b4f18aaf8ee5a43e9
2016-02-25 19:45:00 -05:00
Mike Hommey
b82e33004b
Bug 1251210 - In configure.py, take AUTOCONF from the environment, if set there. r=ted
...
At the same time, remove the (useless and wrong) check for AUTOCONF in
old-configure.in (wrong because it very likely is picking autoconf > 2.5).
--HG--
extra : rebase_source : 4a17c9d92c9561ef221b1a300e0e6d48ca56862f
2016-02-26 02:08:29 +09:00
Ted Mielczarek
c4e64b365a
bug 1249923 - use PogoSafeMode for MSVC PGO. r=gps
...
MozReview-Commit-ID: 4CMiqba5NZd
--HG--
extra : rebase_source : 0ad6a0ac3785ff45527b31ee845cd67eb7ee4021
extra : histedit_source : 05010c17bf8dc0f52f711a832f6ee037728bfedb
2016-02-24 13:04:54 -08:00
Ted Mielczarek
b862f7401a
bug 1250971 - pass cgthreads with number of cores for Windows PGO builds. r=gps
...
MozReview-Commit-ID: Hf5QoDHXPUz
--HG--
extra : commitid : 42qB3HeFqda
extra : rebase_source : 21048ea52c2e0ef60eaac79b886048016c6204c0
extra : amend_source : 11f4ec10f94338e7af283164dc1300e7cd96233b
extra : histedit_source : b0e629b9eee1bcfffb312a3a43a137c7c957e0e0
2016-02-24 10:27:27 -08:00
Glenn Randers-Pehrson
e98a2bee8f
Bug 1230757 - Update the minimum version of libpng to 1.6.21. r=seth
...
DONTBUILD
--HG--
extra : rebase_source : 32be18c8573e188062b13eae51443d8932a0b160
2016-02-26 08:27:00 -05:00
Ryan VanderMeulen
3cfffea30e
Backed out changeset 0b3813f906c1 (bug 1230757) for landing with the wrong MOZPNG version.
...
--HG--
extra : rebase_source : c87e4758e44bb410e22b4165ae33056a37ac79f1
2016-02-26 11:29:27 -05:00
Glenn Randers-Pehrson
a0838fa11f
Bug 1230757 - Update the minimum version of libpng to 1.6.21. r=seth
...
--HG--
extra : rebase_source : 7a8b4b84145314977514c47ed784b2d943e4b67c
2016-02-26 07:56:00 -05:00
Chris Peterson
dcaae98769
Bug 1233297 - Part 2b: Remove some unnecessary warning flags. r=glandium
...
-Wno-psabi has not been necessary since we updated the build machines to Android NDK r8c three years ago in bug 826133.
-Wsometimes-initialized is not necessary because it is implicitly enabled by clang's -Wuninitialized, which is enable by -Wall.
-Wcast-align is very noisy and we apparently only enable it for gcc on 32-bit x86 builds?
-Wno-unused-local-typedef is no longer necessary. This is the clang flag; gcc's flag is -Wno-unused-local-typedefs, with an 's'. Suppressing gcc's warning was recently deemed unnecessary and WONTFIX'd in bug 1243604. Unsurprisingly, we no longer need it on clang either.
-Wrange-loop-analysis is no longer necessary because it is implicitly enabled by -Wloop-analysis, which is enabled by the previous commit.
2016-02-24 22:51:21 -08:00
Jeff Muizelaar
1ea38cd44f
Bug 1245693. Only set the SSE[2]_FLAGS for x86. r=glandium
2016-02-25 11:44:12 -05:00
Mike Hommey
7df9087b2b
Bug 1250294 - Make configure a Python script that invokes the old configure.sh. r=ted
...
--HG--
rename : js/src/configure.in => js/src/old-configure.in
rename : configure.in => old-configure.in
2016-02-25 07:22:33 +09:00
Gabriele Svelto
fe73634c76
Bug 1296579 - Remove the SimplePush API r=kitcambridge,baku
2016-09-01 20:17:03 +02:00