Commit Graph

292 Commits

Author SHA1 Message Date
Ehsan Akhgari
dfc1421bdb 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
f6956cee11 Bug 1184085 - L10N nightly repacks should use compiler from tooltool. r=bhearsum 2015-07-15 10:47:47 -04:00
Chris Manchester
bd0df6e67e 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
b94ba21a39 Bug 1181342 - tooltool manifests and build-clang config for clang 3.6 r=rail 2015-07-10 10:30:37 -07:00
Chris Manchester
d19d375631 Bug 1181255 - Mozconfigs for tsan builds. r=glandium 2015-07-14 18:45:54 -07:00
Ehsan Akhgari
4f27a0c9a5 Backout bug 1123386 - Part 3 because of build failures 2015-07-13 23:29:01 -04:00
Ehsan Akhgari
0e1e60ff54 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
f6023a75a1 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
5aeb5f401e Bug 1182407 - Use unpack feature of tooltool wherever possible. r=mshal 2015-07-11 06:26:21 +09:00
Mike Hommey
45ed79edc7 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
413970eee0 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
3496a3282e Bug 1180494 - Generate partials for OSX l10n; r=rail 2015-07-06 15:29:20 -04:00
Mike Shal
0723d376cb Bug 1178785 - Add --with-branding to browser l10n mozconfigs; r=rail 2015-06-30 15:29:02 -04:00
ffxbld
e847a9f863 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-06-29 13:34:04 -07:00
Sylvestre Ledru
a8eb41805f 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
975304f0e9 Bug 1145175 - Followup: Remove the trailing space r=trivial CLOSED TREE 2015-06-12 13:21:15 +02:00
Sylvestre Ledru
cbe20c8b3e 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
a0e7782d0f 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
3242831a61 Bug 1157289 - Use unoffical branding for local Firefox builds. r=glandium rs=Gijs,ttaubert 2015-05-28 09:03:23 -05:00
Nathan Froyd
f3f39dad4d 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
bb5e7ed3f3 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-05-11 15:06:43 -04:00
Mike Hommey
b8b69b865b Bug 1155476 - Update sccache to 155c926 2015-04-18 09:01:44 +09:00
Mike Shal
92b72eabf7 Bug 1152031 - Add mozconfig for non-universal OSX opt builds; r=bhearsum 2015-04-14 14:29:36 -04:00
ffxbld
dce57f8925 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-03-30 11:44:20 -07:00
ffxbld
940b3be96c Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-02-23 10:22:56 -05:00
Ben Hearsum
a9bda1a334 bug 1125921: add win64 mozconfigs - fix win64 sccache. r=rail, a=tomcat 2015-01-28 08:50:07 -05:00
Wes Kocher
c9d1805991 Merge m-c to inbound a=merge CLOSED TREE 2015-01-27 16:16:21 -08:00
Masatoshi Kimura
6c8ed2254f Bug 1126017 - Use --enable-warnings-as-errors on Win64 builders. r=glandium CLOSED TREE 2015-01-28 08:55:44 +11:00
Ben Hearsum
24a8d1e26c 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
7c8fd857a1 Bustage fix for bug 1125921: update mozconfig whitelists. r=bustage a=bustage 2015-01-27 10:11:13 -05:00
Ben Hearsum
d2b04860fb bug 1125921: add win64 mozconfigs. r=rail, a=tomcat,no-l10n-on-inbound 2015-01-27 08:34:46 -05:00
Ehsan Akhgari
4760091678 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
5a04745802 Bug 1121000 - Remove support for non-unified builds; r=gps 2015-01-14 17:26:39 -05:00
Chris AtLee
fa97c31962 Bug 1113606: Use app-specific API keys. r=mshal,nalexander 2015-01-14 14:07:20 -05:00
ffxbld
5e7f48cfda Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-01-12 15:33:37 -05:00
Massimo Gervasini
194fb08090 Bug 1114577 - Set SDK version 603 as the minimum supported - l10n-mozconfig. r=mshal 2015-01-09 09:51:00 +01:00
Ehsan Akhgari
ebcea98789 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
8117ad74ce Bug 1112314 - Add a mozconfig for Linux64 code coverage builds, r=ted, DONTBUILD because NPOTB
--HG--
extra : rebase_source : 0f63920d2cd8c836775a126cd8ae09c48a2f2452
extra : amend_source : 06d6d829c999b005c6221734ebbf0bfb54d1d4f5
2014-12-16 16:54:54 -05:00
ffxbld
4130d4a2f3 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:54:49 -05:00
Ben Hearsum
03c550c974 Backout bad version bumps IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:51:29 -05:00
ffxbld
54c7c6a960 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:39:09 -05:00
ffxbld
9b3319e2ca Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-11-28 10:33:05 -05:00
Mike Hommey
7d0b1b5bbf Bug 1094565 - Update sccache to e68dfc2. r=mshal 2014-11-26 16:04:25 +09:00
Julian Seward
dde41080ff Bug 788974 - Don't disable elfhack when enabling profiling on platforms supporting dl_iterate_phdr. r=glandium.
--HG--
extra : rebase_source : b89c14b8a11473e34707447656d8616dd90075c5
2014-11-17 23:43:14 +01:00
Panos Astithas
258c8862d6 Use the full name as the short name (bug 1090324). r=gavin
--HG--
extra : rebase_source : a5e6721a8ef53f611e36747c5ef3a7cec01f9f35
2014-10-28 20:59:17 +02:00
Ryan VanderMeulen
142a2f5154 Merge m-c to fx-team. a=merge 2014-10-31 16:35:46 -04:00
Gavin Sharp
f2998a1fe2 Bug 717824: make --with-macbundle-prefix dependent on update channel in nightly mozconfigs, r=bhearsum/catlee 2014-10-31 12:40:59 -07:00
Ehsan Akhgari
1296bf13df Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee
This is the source for the new setup.sh:

#!/bin/sh

rm -rf sccache
tar -xjf sccache.tar.bz2

if test -d LLVM; then
  rm -rf LLVM
fi
if test -f LLVM-*-win32.zip; then
  unzip LLVM-*-win32.zip
  mv LLVM-*-win32 LLVM
fi
2014-10-31 10:40:56 -04:00
Mike Hommey
204d00086b Bug 1084151 - Update sccache to 8ff474e. r=mshal 2014-10-24 13:08:17 +09:00
Mike Shal
4752ae5f98 Bug 1084163 - Remove 'make check' from automation/build; r=glandium
'make check' is somewhat special in that we want to trigger testers
before it finishes. Since moving sendchange into mach is difficult and
'make check' may be going away in the future anyway, just pull it out
for now.

Also remove the MOZ_AUTOMATION_*_SENDCHANGE flags since we aren't using
them.
2014-10-23 11:30:17 -04:00