Commit Graph

249 Commits

Author SHA1 Message Date
Julian Seward
0d110cefac 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
a877c17c2c 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
5ff83f8eea Merge m-c to fx-team. a=merge 2014-10-31 16:35:46 -04:00
Gavin Sharp
131e60218d 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
67d91c0840 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
0102c02ede Bug 1084151 - Update sccache to 8ff474e. r=mshal 2014-10-24 13:08:17 +09:00
Mike Shal
64facf4193 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
David Major
632bb69f95 Bug 1061335 - Part 3: Switch Win32 builders to VS2013. r=glandium sr=bsmedberg 2014-10-14 15:31:23 +13:00
ffxbld
be274d1f29 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-10-13 13:39:31 -04:00
Wes Kocher
4a533e451f Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -07:00
Randell Jesup
6f09447b2b Bug 1081176: Apply loop oauth keys to debug builds/etc r=catlee 2014-10-10 14:59:24 -04:00
Chris AtLee
5589a69540 Bug 1075675: Fix configure options for oauth r=rail 2014-10-08 16:15:05 -04:00
David Major
ed1952c8e9 Bug 1080074 - Switch Win64 builders to VS2013. r=glandium sr=bsmedberg
Win32 will wait until after merge day.

--HG--
extra : rebase_source : 275eb45fc46b2bf3c187d86a27064f6543dbed94
2014-10-09 11:08:55 +13:00
Massimo Gervasini
4e5f8f8f37 Bug 1075675 - use google-oauth-api.key for builds r=catlee 2014-10-06 17:03:48 -04:00
Phil Ringnalda
8047b8bc30 Bug 978211 followup, make compare-mozconfig work on Win64 again, r=glandium DONTBUILD
--HG--
extra : rebase_source : 615a26cc88c663b1c4b1b8ad7b32e3107962f019
2014-09-02 13:28:31 -07:00
ffxbld
02d1667716 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-09-02 12:54:33 -04:00
Mike Hommey
6d5651c671 Bug 1058565 - Update sccache to 7c87f05. r=mshal 2014-08-29 03:28:09 +09:00
Mike Hommey
0b10e1e4a2 Bug 1057119 - Update sccache to 6938a9b. r=mshal 2014-08-24 09:11:04 +09:00
Mike Hommey
0e8672c225 Bug 1045923 - Update sccache to 4d312f8. r=mshal 2014-08-20 12:07:07 +09:00
Mike Hommey
7920de32b6 Bug 1044458 - Work around l10n jobs cherry-picking parts of the build system on a CLOSED TREE. r=mshal,a=ryanvm 2014-07-29 09:01:58 +09:00
Wes Kocher
adf51a28f6 Merge m-c to inbound 2014-07-21 17:34:59 -07:00
ffxbld
ba070e96be Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-07-21 14:19:15 -07:00
Mike Shal
b6a88e2676 Bug 978211 - OSX automation configs; r=glandium 2014-07-03 22:05:45 -04:00
Mike Shal
1fda77c088 Bug 978211 - Windows configs; r=glandium 2014-07-03 19:28:43 -04:00
Mike Shal
3346f253c3 Bug 978211 - add 'pretty' targets for automation; r=glandium 2014-07-02 23:15:10 -04:00
Wes Kocher
813a9b991b Backed out changeset a95aada9a565 (bug 978211) under suspicion of breaking xpcshell tests on a CLOSED TREE 2014-07-07 15:38:51 -07:00
Mike Shal
c98820c9f3 Bug 978211 - add 'pretty' targets for automation; r=glandium 2014-07-02 23:15:10 -04:00
Jim Blandy
49dfe7b943 Bug 800200: Delete all references to the obsolete Venkman chrome debugger from the tree. r=ted 2014-06-27 11:05:07 -07:00
Mike Hommey
e5332cd469 Bug 1028100 - Add l10n tooltool manifest for windows builds. r=nthomas 2014-06-24 07:28:51 +09:00
Mike Shal
4302c6dd2f Bug 978211 - enable MOZ_AUTOMATION_* flags in linux mozconfigs; r=glandium 2014-06-16 13:17:21 -04:00
ffxbld
d5e7d47bda Version bump. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release 2014-06-09 11:50:02 -07:00
Nicholas Nethercote
1640dcd133 Bug 1018039 - Enable DMD on TBPL debug builds. r=glandium.
--HG--
extra : rebase_source : 90b11d0a42d9a3f41630fedd4af0e60d34e67d7f
2014-05-19 18:17:07 -07:00
Steve Fink
3c98e08c21 Annotate je_malloc_printf as non-GC function. r=terrence,sorta
Backed out changeset efde4f7c20e5 (bug 1014134) to re-enable replace-malloc for the haz build. This patch fixes the reason for that disablement.

--HG--
extra : rebase_source : 2ae1c63bc088debb1b6191100d08f688acfb4135
2014-05-23 16:43:58 -07:00
Mike Hommey
b430fa62a7 No bug - Disable replace-malloc on rooting hazard builds until bug 1014134 is entirely fixed. r=me 2014-05-23 16:46:24 +09:00
Nicholas Nethercote
9fcf40eb03 Bug 1013014 (attempt 2) - Disable Trace Malloc on TBPL debug builds. r=glandium.
--HG--
extra : rebase_source : 08fa200fd205225f85b9845bf8c18ac38fe26e0d
2014-05-19 18:16:42 -07:00
Carsten "Tomcat" Book
1021555d7c Backed out changeset f611bb9c7cbd (bug 1013014) per suggestion from glandium to fix failing jsrefest on a CLOSED TREE 2014-05-21 09:25:57 +02:00
Mike Hommey
195b02093e Bug 1013055 - Update sccache to e27061a. r=mshal 2014-05-21 11:28:13 +09:00
Nicholas Nethercote
fd10dc315b Bug 1013014 - Disable Trace Malloc on TBPL debug builds. r=glandium.
--HG--
extra : rebase_source : 7f1286b7b64cb80f2b5f3efe605ba4437ead73ab
2014-05-19 18:16:42 -07:00
Jeff Gilbert
dbc5d236e7 Bug 999260 - Ship both d3dcompiler_43 and _46+. - r=mshal 2014-05-02 15:31:05 -07:00
Mike Hommey
024c32871c Bug 1002606 - Enable sccache for mac try builds. r=mshal 2014-04-30 06:06:09 +09:00
Mike Hommey
7359e82272 Bug 1002614 - Update sccache to 2f4c9a98. r=rail 2014-04-30 06:05:42 +09:00
ffxbld
8714c49598 Version bump. CLOSED TREE NO BUG a=release 2014-04-28 14:18:37 -04:00
Mike Shal
03a2e0db26 Bug 996307 - enable sccache for B2G Desktop Linux builds; r=glandium 2014-04-07 16:46:07 -04:00
Mike Hommey
d51913010e Bug 980117 - Use sccache on win32 try builds. r=mshal 2014-04-15 09:37:54 +09:00
Christian Holler
880d7074b0 Bug 957865 - Upgrade ASan Clang to r200213. r=me, f=rail.
--HG--
extra : rebase_source : 30b509b6128ec573c8d84f386759e259f16257c7
2014-01-20 16:52:37 +01:00
Mike Hommey
521a848168 Bug 989147 - Use new sccache for Linux and Android builds. r=gps 2014-03-28 18:41:06 +09:00
Mike Hommey
87638a0888 Bug 927672 - Get mozmake from tooltool. r=mshal 2014-03-28 18:41:05 +09:00
Brian R. Bondy
f25375066a Bug 988853 - Disable Metro builds on secondary configs. r=jimm 2014-03-27 10:44:19 -04:00
Brian R. Bondy
bf48200eab Bug 981166 - Turn off Metro Firefox. r=jimm 2014-03-24 11:58:29 -04:00
Mozilla Release Engineering
198567e0a0 Merging in version bump NO BUG CLOSED TREE DONTBUILD 2014-03-17 13:48:08 -07:00