Sylvestre Ledru
c61c2ce747
Bug 1176533 - Rename the variable MOZ_APP_VERSION_ABOUT for something more general r=glandium
2015-07-11 19:37:54 -06:00
Kyle Machulis
bdea3bb66f
Bug 1157768 - Build files and config headers for libav fft; r=glandium
2015-07-10 14:34:07 -07:00
Wes Kocher
741b8c3fc2
Backed out 3 changesets (bug 1157768) for win64 pgo build bustage CLOSED TREE
...
Backed out changeset 24ced1b9f9dd (bug 1157768)
Backed out changeset 55efd92ce59d (bug 1157768)
Backed out changeset 812f311c4ee4 (bug 1157768)
2015-07-09 14:40:20 -07:00
Kyle Machulis
cd750a2fbb
Bug 1157768 - Build files and config headers for libav fft; r=glandium
2015-07-09 09:07:52 -07:00
Valentin Gosu
a8a7000530
Bug 1048131 - Remove MOZ_CAPTIVEDETECT and enable captive portal detector for all products. r=mcmanus
2015-07-03 17:14:51 +02:00
Carsten "Tomcat" Book
f2415d400f
Backed out changeset 5f2ca3ac2fcb (bug 1048131) for test failures in android s4 test_captive_portal_not_found.js
2015-07-03 14:26:56 +02:00
Valentin Gosu
27a9be8f6a
Bug 1048131 - Remove MOZ_CAPTIVEDETECT and enable captive portal detector for all products. r=mcmanus
2015-07-03 12:06:45 +02:00
Jan Gerber
c589f29790
Bug 1178215 - update update.py for new libvpx r=rillian
...
libvpx dropped vpx_mem_set_functions,
only use it if an external libvpx
is used and still has it.
update update.py
add vpx_dsp_rtcd.h
rebase disable_pthread_on_mingw.patch
add vp9_filter_restore_aligment.patch
drop msvc2015.patch
2015-06-29 23:06:04 +02:00
Carsten "Tomcat" Book
bbbabf1b45
Backed out changeset c3c503368fdd (bug 1176729) for frequently breaking windows 8 x64 builds
2015-06-24 12:27:24 +02:00
Ralph Giles
17747862d3
Bug 1176729 - Remove redundant env checks in MOZ_PATH_PROGS. r=glandium
...
If we don't want this for rustc, we shouldn't have it for
other tools. Note that setting absolute paths will still
work, but relative ones won't.
2015-06-22 10:34:00 -07:00
Ryan VanderMeulen
9506cf1179
Bug 1176097 - Update NSS to NSS_3_19_2_RTM.
2015-06-19 14:01:18 -04:00
Sylvestre Ledru
3442e660c1
Bug 1174506 - Bring back the version in the About:page of fennec r=glandium
...
Also update the configure to use MOZ_APP_VERSION for MOZ_APP_VERSION_ABOUT
if not found
2015-06-19 12:51:48 +02:00
Sylvestre Ledru
c5e49670f0
Bug 1174558 - Use separate file for the about window version r=glandium
...
A single file with two lines was breaking too much things
---
browser/config/version.txt | 2 --
browser/config/version_about.txt | 1 +
configure.in | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)
create mode 100644 browser/config/version_about.txt
2015-06-15 11:50:40 +02:00
Ted Mielczarek
ef3cd4dce9
bug 1163828 - build system changes to support building for iOS. r=glandium
2015-06-10 11:10:40 -04:00
Sylvestre Ledru
730c8097b4
Bug 1145175 - Include the beta version in 'About Firefox' r=glandium
...
This should not have any effect on nightly or aurora.
Also fix browser/installer/windows/Makefile.in
webapprt/win/Makefile.in to use the variable instead
of the file
2015-06-12 11:54:28 +02:00
Wes Kocher
bfea5e9dd0
Merge inbound to central, a=merge
2015-06-11 17:02:47 -07:00
vivek
e51037aa09
Bug 1055264 : Build flags added for firefox account profile -r=nalexander.
2015-06-10 21:22:00 -07:00
Kelly Davis
db7e998138
Bug 1051148 - Part 2: Patch that turns off the WebSpeech API implementation using flags. r=gps
2015-06-09 22:54:00 -04:00
Mike Hommey
d1c9cf4c1f
Fixup for bug 1172632 on a CLOSED TREE. r=me
2015-06-10 11:17:45 +09:00
Mike Hommey
555150fd1b
bug 1172632 - Move some allocator related configure checks in a common location for both top-level and js/src to use. r=mshal
2015-06-10 10:49:22 +09:00
Kelly Davis
b427ed718f
Bug 1171249 - Modified configure.in so MOZ_WEBSPEECH undefined implies both MOZ_WEBSPEECH_TEST_BACKEND and MOZ_WEBSPEECH_MODELS are undefined. r=gps
2015-06-04 06:53:00 +02:00
Muhsin A. Steiman
983ef0cf3b
Bug 1149279 - Remove unused build config variable NSS_NO_LIBPKIX. r=gps
2015-06-03 11:24:00 -04:00
Ryan VanderMeulen
e7e473d305
Merge inbound to m-c. a=merge
2015-06-03 15:55:09 -04:00
Ryan VanderMeulen
362875e830
Backed out changesets b2fb4270e0a6 and 2a0493fb37db (bug 1051148) for introducing new rooting hazards.
...
CLOSED TREE IGNORE IDL
2015-06-03 13:14:59 -04:00
James Willcox
09d686b910
Bug 1141693 - Build and use a PIE plugin-container on Android 5.0+. Based on a patch by Mike Hommey. r=me,glandium
2015-06-03 10:26:16 -05:00
Kelly Davis
90cbae5a2e
Bug 1051148 - Part 2: Patch that turns off the WebSpeech API implementation using flags. r=smaug, r=gps
2015-06-02 05:42:00 -04:00
Liang-Heng Chen
0f95d0e95a
Bug 1115480 - Part 1: Implement XPCOM module for mDNSProvider. r=mcmanus
2015-05-20 23:06:00 -04:00
Kelly Davis
ccb0984c60
Bug 1051146 - Part 1: Introduce the B2G specific build flags, initially enabled. r=smaug
2015-05-21 07:33:00 -04:00
Honza Bambas
661df2bbc8
Bug 1170534 - Remove Visual Event Tracer. r=dougt
2015-06-02 11:44:00 -04:00
Edwin Flores
f42c1a4f4c
Bug 1160101 - Disable Adobe EME by default; enable only in Mozilla builds - r=glandium
2015-06-03 22:44:55 +12:00
Ryan VanderMeulen
c6c4e6486b
Bug 1166031 - Update NSS to NSS_3_19_1_RTM. a=sledru
2015-05-28 14:14:52 -04:00
Nick Fitzgerald
ffe154cc52
Bug 1024774 - Part 0: Upgrade the protobuf library. r=mmc,glandium
2015-05-28 07:37:42 -07:00
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