Mike Hommey
0ea7bef89f
Bug 1168293 - Remove MOZ_GLUE_IN_PROGRAM from config/config.mk. r=mshal
2015-05-27 11:33:23 +09:00
Ted Mielczarek
45edc3270c
Bug 1167222 - don't warn about out-of-date rustc when --enable-rust is not specified, r=ted-self-review-because-gps-said-so
2015-05-26 13:12:54 +01:00
Phil Ringnalda
c98ffedf1c
Merge b-i to m-c, a=merge
2015-05-23 14:35:55 -07:00
Ryan VanderMeulen
ec6d6e831d
Merge m-c to b2g-inbound. a=merge
2015-05-22 14:20:37 -04:00
Blake Wu
26fe833a85
Bug 1166169 - Add MOZ_GONK_MEDIACODEC in configure and define it in moz.build. r=cpearce, r=glandium
2015-05-21 14:38:51 +08:00
Mike Hommey
0156647ba1
Bug 1167005 - Remove gcc_hidden_dso_handle hack. r=nfroyd
...
The hack from bug 1001320 is not necessary anymore, since it originally
applied to gcc 4.4 only and now gcc 4.6, which we don't support anyways.
2015-05-21 15:17:02 +09:00
Ryan VanderMeulen
4878d81681
Merge m-c to fx-team. a=merge
2015-05-22 14:21:30 -04:00
Dave Townsend
0308cb5728
Bug 1164168: Add a build time flag to control add-on signature checks. r=dveditz, r=gps
2015-05-12 14:03:59 -07:00
Benjamin Smedberg
3e97cc563c
Bug 1167201 - Make absence of gconf developer packages a fatal error rather than disabling gconf automatically in the build system. This is necessary because if gconf is disabled, many tests don't work because they use gconf to detect linux. r=glandium
2015-05-21 12:25:22 -04:00
Ralph Giles
5370fc7c35
Bug 1164109 - Target MacOS X 10.7 or later for rust. r=ted
...
The rust compiler uses thread-local storage features which aren't
available on MacOS X 10.6. Until that's worked around or we drop
support for 10.6 in Firefox, we'll need to require a higher minimum
target version when building rust code.
2015-05-20 17:03:07 -07:00
Ralph Giles
106ab767c9
Bug 1163214 - Add rustc version detection. r=ted
...
Read and parse the rustc semvar, and require at least v1.x.
We want to reject old installs which are unlikely to be
compatible.
2015-05-20 17:03:06 -07:00
Ralph Giles
64a6a27873
Bug 1163214 - Align --enable-rust help text. r=ted
2015-05-20 17:03:05 -07:00
Philipp Kewisch
616ecea288
Fix bug 1165428 - Restore support for binary components on a per-application basis. r=bsmedberg
2015-05-20 20:01:27 +02:00
Chris Peterson
1324937359
Bug 8607346 - Add -fvisibility-inlines-hidden to VISIBILITY_FLAGS to hide inline member functions. r=glandium
2015-05-11 00:53:16 -07:00
Mike Hommey
6ec460bd24
Bug 1165654 - Cleanup how libjpeg-turbo assembly build variables are set. r=mshal
...
Most notably, always set LIBJPEG_TURBO_AS if LIBJPEG_TURBO_ASFLAGS is set.
2015-05-20 09:44:33 +09:00
Oleg Romashin
f02e2f5089
Bug 1165918 - Qt widget port does not compile anymore. r=rojkov
2015-05-18 18:13:56 -07:00
Andrew Osmond
5da5f466e4
Bug 1164525 - Ignore GAIADIR on B2G device builds, only useful for B2G desktop. r=mshal
2015-05-14 18:51:33 -04:00
James Willcox
dfe5051da3
Backout fb6329699801 for x86 breakage on a CLOSED TREE
2015-05-14 15:40:00 -05:00
James Willcox
39dfbb22d5
Bug 1141693 - Build and use a PIE plugin-container on Android 5.0+. Based on a patch by Mike Hommey. r=me,glandium
2015-05-14 14:52:10 -05:00
Makoto Kato
f70409d767
Bug 1134110 - other-license/android is unnecessary if Android minimum version is 11 or later. f=esawin, r=sworkman
2015-05-14 15:38:18 +09:00
Lee Salzman
1850a6f595
Bug 1159273 - Allow loading of tree cairo and system cairo at the same time. r=glandium
2015-05-13 12:04:03 +09:00
David Major
e2b806f5fa
Bug 1160146: Disable global sized deallocation for VS2015. r=glandium
2015-05-12 18:20:10 -04:00
Mike Hommey
bf048111fa
Bug 1162845 - Move ASFLAGS to moz.build. r=mshal
2015-05-12 07:54:06 +09:00
Ben Turner
4006e443d2
Bug 1162643 - Upgrade to SQLite 3.8.10.1, r=mak.
2015-05-11 13:44:14 -07:00
Ralph Giles
d8a171701b
Bug 1161339 - Check for the rust compiler. r=ted
...
Add a configure switch --enable-rust to control compilation
of rust source.
This serves as a basic conditional for experimentation with
gecko code written in rust. It presumes we can use a rustc
installed on the system, e.g. by the developer or by tooltool.
Requesting rust support without making rustc available will fail
since we don't want the build configuration to change based on
the available environment.
2015-05-05 10:48:00 -07:00
Felipe Gomes
d04f328740
Bug 1161260 - Make e10s opt-in on Aurora and display popup asking users to try it. r=billm
2015-05-07 17:38:56 -03:00
Nathan Toone
fa4c4dbed6
Bug 1161195 - Part 1: Set java class names at compile time. r=nalexander
...
Rather than hardcoding the following classes in AppConstants.java.in and AndroidManifest.xml, they are set in
confvars.sh:
org.mozilla.gecko.GeckoApplication (Specified using MOZ_ANDROID_APPLICATION_CLASS)
org.mozilla.gecko.BrowserApp (Specified using MOZ_ANDROID_BROWSER_INTENT_CLASS)
org.mozilla.search.SearchActivity (Specified using MOZ_ANDROID_SEARCH_INTENT_CLASS)
2015-05-05 20:10:50 -06:00
Kai Engert
8ea2fcf08e
Bug 1144055
, Upgrade Firefox to use NSS 3.19, landing NSS_3_19_RTM
2015-05-04 21:34:38 +02:00
Nick Alexander
a04a591544
Bug 1159371 - Make --disable-compile-environment work with --enable-application=mobile/android. r=glandium
2015-05-01 13:42:15 -07:00
Nick Alexander
19352a0881
Backed out changeset dcd206152465 (bug 1159371)
2015-04-30 11:40:41 -07:00
Nick Alexander
b268112eff
Bug 1159371 - Make --disable-compile-environment work with --enable-application=mobile/android. r=glandium
...
This doesn't really do what it says on the tin: it still requires a
compile environment in the situation when
--disable-compile-environment is set but we would be cross compiling.
It just doesn't do the compilation (or linking) of C/C++ binaries.
This is a step towards real support of --disable-compile-environment
when cross compiling.
2015-04-28 10:12:11 -07:00
Ryan VanderMeulen
60ffba2a66
Merge inbound to m-c. a=merge
2015-04-30 13:56:09 -04:00
Chris Peterson
6c651b982e
Bug 1001975 - Enable -Wuninitialized warnings as errors. r=glandium
2015-04-07 20:52:54 -07:00
Bob Owen
5b15224b3e
Bug 1158849: Only enable Windows content sandbox on Nightly because of thumbnail process. r=glandium
2015-04-29 10:35:34 +01:00
Florian Quèze
8f0a9154da
Bug 1140364 - "configuring with --disable-compile-environment fails on Mac while looking for CoreMedia/CoreMedia.h" [r=mh+mozilla]
2015-03-06 04:29:00 -08:00
Makoto Kato
e5ebd5c587
Bug 866301 - Part 4. Turn on Intl API for B2G. r=fabrice,waldo
2015-04-28 18:59:53 +09:00
Carsten "Tomcat" Book
1a74144837
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Mark Finkle
af2ac81dc3
Bug 1143888 - Integrate the Adjust install tracking SDK. r=mfinkle
2015-04-08 22:49:16 -07:00
Carsten "Tomcat" Book
150d4d1475
Backed out 19 changesets (bug 1149397, bug 1065657, bug 1024774) for fixing Linux PGO xpcshell bustage on a CLOSED TREE
...
Backed out changeset 53058615e7a3 (bug 1024774)
Backed out changeset 68fe0894bb09 (bug 1065657)
Backed out changeset 1b9620d674df (bug 1024774)
Backed out changeset a31c514b59da (bug 1024774)
Backed out changeset 0fcf8757f6c2 (bug 1024774)
Backed out changeset 9a3c71b925d4 (bug 1024774)
Backed out changeset 783acc92af04 (bug 1024774)
Backed out changeset ad71c9a3446b (bug 1024774)
Backed out changeset 4f37e72e70f6 (bug 1024774)
Backed out changeset ec869578cc0a (bug 1024774)
Backed out changeset 3c1d306c8a3d (bug 1024774)
Backed out changeset b3a90f30892d (bug 1024774)
Backed out changeset cf7bbb3774c0 (bug 1024774)
Backed out changeset 2522eb4d3cf2 (bug 1024774)
Backed out changeset 89a502d88f9c (bug 1024774)
Backed out changeset 61046ad3161f (bug 1024774)
Backed out changeset 36706aaa2f06 (bug 1024774)
Backed out changeset ba8e68e05149 (bug 1149397)
Backed out changeset 532169437c2f (bug 1065657)
2015-04-23 08:37:24 +02:00
Nick Fitzgerald
415497cd29
Bug 1024774 - Part 0: Upgrade the protobuf library. r=mmc,glandium
2015-04-22 11:09:54 -07:00
Jim Blandy
07096b90b5
Bug 1155438: Don't permit inconsistent values of MOZ_MEMORY between js/src and the top level. r=glandium
2015-04-22 09:14:18 -07:00
Kartikaya Gupta
8ec41da08a
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Jim Blandy
c49a3b9f79
Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium
2015-03-19 00:46:40 -07:00
Jim Blandy
207318c9b0
Bug 1145051: Replace uses of NS_ATTR_MALLOC with new MOZ_ALLOCATOR from mfbt/Attributes.h. r=glandium
2015-03-18 23:56:08 -07:00
Reed Loden
8a181cfa03
Bug 1152939 - "Upgrade to SQLite 3.8.9". r=mak77
2015-04-14 17:31:00 +02:00
Mike Hommey
a24e87333a
Bug 1153122 - Disable -Warray-bounds as a fatal warning. r=cpeterson
2015-04-15 09:21:22 +09:00
Mike Hommey
00ed205534
Bug 1153109 - Add -D_GLIBCXX_USE_CXX11_ABI=0 to CXXFLAGS when building with --enable-stdcxx-compat. r=nfroyd
2015-04-14 10:42:41 +09:00
Chris Double
935f513b7d
Bug 1148203 - Fix build errors with combinations of enable/disable of ffmp4/ffmpeg/eme - r=cpearce,ted
...
Fixes build error with all three disabled. Prevents other combinations
that cause build errors by detecting them at configure time and displaying
an error message.
2015-04-13 11:07:14 +12:00
Doug Turner
9ed5f2a720
Bug 1038811 - Push Notifications - Move old push to simplepush. r=nsm. sr=jst
2015-04-10 20:19:28 -07:00
Makoto Kato
d7ce2f788a
Bug 1128365
- MOZ_TOOLS is unnecessary. r=glandium
2015-04-09 19:24:02 +09:00