Mike Hommey
3fc1b75a7f
Bug 965151 - Use tooltool in valgrind jobs. r=mshal
2015-07-24 06:49:40 +09:00
Mike Hommey
0207bc856a
Followup for bug 1186229: Still use Gtk+2 for builds that don't pull the Gtk+3 tooltool package. r=nthomas on a CLOSED TREE
2015-07-23 11:08:53 +09:00
Mike Hommey
deced47b4d
Bug 1186003 - Switch automated builds to Gtk+3. r=mshal
...
The build-gtk3.sh script contains the script used to generate the tooltool
packages.
2015-07-22 07:37:01 +09:00
Ralph Giles
bd6af783da
Bug 1183850 - Enable rust for macosx64 Nightly and Dev. r=mshal
...
Add a mozconfig fragment enabling rust on mac builds.
Include it in the official integration mozconfig files only.
Developer checkouts don't require rust.
2015-07-20 12:59:26 -07:00
Ralph Giles
933e5de68a
Bug 1183850 - Update macosx64 tooltool manifest for rust. r=mshal
...
This is a 1.3.0-dev built with --disable-elf-tls and
MACOSX_DEPLOYMENT_TARGET=10.7.
2015-07-20 12:59:26 -07:00
Stephen Pohl
b8f06a8380
Bug 1158870: Fix make check failures on Windows. r=nthomas
2015-07-20 15:35:56 -04:00
Stephen A Pohl
d620760991
Bug 1158870: Remove --enable-signmar from mozconfigs. r=nthomas
2015-07-20 15:35:50 -04:00
Brian R. Bondy
241c45b83b
Bug 1158870: Enable MAR verification on linux32 and 64bit by default. r=nthomas
2015-04-27 22:37:32 -04:00
Ehsan Akhgari
0e6ebc3155
Bug 1123386 - Part 4: Update the tooltool manifests for the OSX and Linux static analysis builds in order to upgrade clang; r=rail
2015-07-17 22:20:03 -04:00
Rail Aliiev
711b3b53ca
Bug 1184085 - L10N nightly repacks should use compiler from tooltool. r=bhearsum
2015-07-15 10:47:47 -04:00
Chris Manchester
c0b4535add
Bug 1181342 - Follow up to use the unpack feature of tooltool instead of setup.sh r=glandium
2015-07-14 19:14:44 -07:00
Chris Manchester
214c63a9a1
Bug 1181342 - tooltool manifests and build-clang config for clang 3.6 r=rail
2015-07-10 10:30:37 -07:00
Chris Manchester
632a35de26
Bug 1181255 - Mozconfigs for tsan builds. r=glandium
2015-07-14 18:45:54 -07:00
Ehsan Akhgari
533bff78a2
Backout bug 1123386 - Part 3 because of build failures
2015-07-13 23:29:01 -04:00
Ehsan Akhgari
e5920cd37a
Bug 1123386 - Part 3: Update the tooltool manifests for the OSX and Linux static analysis builds in order to upgrade clang; r=rail
2015-07-13 22:42:15 -04:00
Sylvestre Ledru
76532a0e31
Bug 1176533 - Rename the variable MOZ_APP_VERSION_ABOUT for something more general r=glandium
2015-07-11 19:37:54 -06:00
Mike Hommey
972f86a202
Bug 1182407 - Use unpack feature of tooltool wherever possible. r=mshal
2015-07-11 06:26:21 +09:00
Mike Hommey
99d1f544b7
Bug 1181040 - Include mozconfig.cache after mozconfig.common.override. r=mshal
...
Enable sccache on windows b2g builds at the same time to simplify things.
2015-07-11 06:26:20 +09:00
Terrence Cole
e56f1d3d59
Bug 1171904 - Remove --enable-js-crash-diagnostics and just use the NIGHTLY defines; r=sfink
2015-07-10 10:50:19 -07:00
Mike Shal
ec7c08ec93
Bug 1180494 - Generate partials for OSX l10n; r=rail
2015-07-06 15:29:20 -04:00
Mike Shal
45fd1048e2
Bug 1178785 - Add --with-branding to browser l10n mozconfigs; r=rail
2015-06-30 15:29:02 -04:00
ffxbld
868d59e6eb
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-06-29 13:34:04 -07:00
Sylvestre Ledru
2cda4acbb8
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
Sylvestre Ledru
95cd9af163
Bug 1145175 - Followup: Remove the trailing space r=trivial CLOSED TREE
2015-06-12 13:21:15 +02:00
Sylvestre Ledru
d5d1f7b0cf
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
Edwin Flores
9c05ceec3d
Bug 1160101 - Disable Adobe EME by default; enable only in Mozilla builds - r=glandium
2015-06-03 22:44:55 +12:00
J. Ryan Stinnett
b29156af38
Bug 1157289 - Use unoffical branding for local Firefox builds. r=glandium rs=Gijs,ttaubert
2015-05-28 09:03:23 -05:00
Nathan Froyd
50c91f9f23
Bug 1166325 - use default optimization settings in valgrind mozconfigs; r=ted.mielczarek
...
Using -O for valgrind builds optimizes the code slightly differently
than our default of -Os, which can lead to spurious build failures if
the compiler's warnings depend on the optimization level. Since using
-Os in the mozconfigs would just duplicate the settings in configure.in,
delete the --enable-optimize lines entirely and let the defaults work
for us.
2015-05-19 12:05:53 -04:00
ffxbld
e8930ca8b7
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-05-11 15:06:43 -04:00
Mike Hommey
2f56e30af4
Bug 1155476 - Update sccache to 155c926
2015-04-18 09:01:44 +09:00
Mike Shal
ca3741a2f3
Bug 1152031 - Add mozconfig for non-universal OSX opt builds; r=bhearsum
2015-04-14 14:29:36 -04:00
ffxbld
1498a9e06c
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-03-30 11:44:20 -07:00
ffxbld
9cda0f8eb2
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-02-23 10:22:56 -05:00
Ben Hearsum
aa3f036301
bug 1125921: add win64 mozconfigs - fix win64 sccache. r=rail, a=tomcat
2015-01-28 08:50:07 -05:00
Wes Kocher
c751baa1f9
Merge m-c to inbound a=merge CLOSED TREE
2015-01-27 16:16:21 -08:00
Masatoshi Kimura
1ec94ad6ef
Bug 1126017 - Use --enable-warnings-as-errors on Win64 builders. r=glandium CLOSED TREE
2015-01-28 08:55:44 +11:00
Ben Hearsum
4e9e1c1b0f
bug 1125921: add win64 mozconfigs - fix host/target for l10n. r=rail, a=ryanvm NPOTB DONTBUILD
2015-01-27 13:59:42 -05:00
Ben Hearsum
b02388e8e2
Bustage fix for bug 1125921: update mozconfig whitelists. r=bustage a=bustage
2015-01-27 10:11:13 -05:00
Ben Hearsum
9686cd19c2
bug 1125921: add win64 mozconfigs. r=rail, a=tomcat,no-l10n-on-inbound
2015-01-27 08:34:46 -05:00
Ehsan Akhgari
b4396498b8
Bug 1123342 - Add a new tooltool manifest for OS X static analysis builds; r=bhearsum a=NPOTB
...
This is currently a copy of releng.manifest.
DONTBUILD
2015-01-19 14:26:50 -05:00
Ehsan Akhgari
f57e602fe0
Bug 1121000 - Remove support for non-unified builds; r=gps
2015-01-14 17:26:39 -05:00
Chris AtLee
3fe46640f7
Bug 1113606: Use app-specific API keys. r=mshal,nalexander
2015-01-14 14:07:20 -05:00
ffxbld
6e563926ad
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2015-01-12 15:33:37 -05:00
Massimo Gervasini
28c0a2aafc
Bug 1114577 - Set SDK version 603 as the minimum supported - l10n-mozconfig. r=mshal
2015-01-09 09:51:00 +01:00
Ehsan Akhgari
99f5ab9b2d
Bug 1115426 - Fix static-analysis builds on OSX on the infrasturcture, and add a mozconfig for such builds; r=glandium
...
This also cleans up some of the existing mozconfig files.
2015-01-06 12:01:13 -05:00
Andrew Halberstadt
9fe78ca541
Bug 1112314 - Add a mozconfig for Linux64 code coverage builds, r=ted, DONTBUILD because NPOTB
2014-12-16 16:54:54 -05:00
ffxbld
05c5cbc196
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-11-28 10:54:49 -05:00
Ben Hearsum
7808f0b140
Backout bad version bumps IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-11-28 10:51:29 -05:00
ffxbld
d33fe6d8f6
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-11-28 10:39:09 -05:00
ffxbld
b66dd76b44
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-11-28 10:33:05 -05:00