Nick Alexander
af287ee2c5
Bug 1029232 - Part 3: Call Eclipse builder plugin before Android build steps. r=bnicholson
2014-06-24 19:14:35 -07:00
Mark Banner
fe7a1d992e
Bug 1032017 Remove MOZ_SERVICES_FXACCOUNTS flags as it is no longer necessary. Also fixes test_hawkrequest.js failures in m-c. r=glandium
2014-07-08 07:37:57 +01:00
Mike Hommey
ff94afab98
Bug 1035099 - Remove the comm-central workarounds from MozbuildObject.from_environment. r=gps
2014-07-08 13:47:26 +09:00
Mike Hommey
02e8c34ccb
Bug 1035096 - Make mach environment --format=configure only display configure arguments if COMM_BUILD is not set in the environment. r=gps
...
Also cleanup the output logic so that the configure arguments header is not
displayed when there aren't configure arguments, and so that variables are
still displayed when there aren't configure arguments.
2014-07-08 13:47:25 +09:00
Philippe Chassagnard
967d07a4c8
Bug 1024471 - Default user is now created in objdir/tmp/scratch_user. r=gps
2014-07-01 23:57:00 +02:00
Birunthan Mohanathas
254f890e2e
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Mike Hommey
3a7e38ad03
Bug 978211 - Seemlessly support make 4 output buffering for automation/% steps. r=mshal
2014-06-19 09:06:13 +09:00
Ryan VanderMeulen
1eaa17e14b
Bug 1025918 - Add support for the .cxx extension to mozbuild. r=ted
2014-06-16 22:36:24 -04:00
Nathan Froyd
6d1982eeb6
Bug 1018375 - part 2 - make db/sqlite3/src/ produce a version script for Linux-like OSes; r=glandium
2014-05-30 14:12:51 -04:00
Nathan Froyd
a1351056d0
Bug 1018375 - part 1 - add LD_VERSION_SCRIPT build variable; r=glandium
2014-05-30 14:12:20 -04:00
Armen Zambrano Gasparnian
4171140899
Bug 989583 - Install all tests (even disabled) from manifests. r=jmaher
2014-06-16 14:51:22 -04:00
Mike Shal
656ae5bdaa
Bug 978211 - add an automation/build target for post-build steps; r=glandium
2014-05-16 14:37:31 -04:00
Abdul Qadeer
0f24ebefe5
Bug 972329 - Install setuptools as part of bootstrap. r=gps
2014-06-11 11:22:00 -07:00
Ryan VanderMeulen
ac2722f92e
Backed out changeset ec353cd772b1 (bug 989583) for B2G emulator mochitest mass-fail.
2014-06-11 13:55:44 -04:00
Armen Zambrano Gasparnian
0241b82e2b
Bug 989583 - Include all tests upon build time (even disabled ones) & only run enabled ones during run time. r=jmaher
2014-06-11 12:16:10 -04:00
Jan Beich
af48d494b3
Bug 1022686: Don't pull libIDL for |mach bootstrap|, it's unused since bug 687766. r=gps
2014-06-11 09:42:19 +02:00
Marcos Caceres
d8e9cf7c2c
Bug 1011695 - At the end of the build suggest running |mach run| rather than app_path; r=glandium
2014-05-29 11:59:00 +01:00
Jan Beich
df784e8650
Bug 1022747: Add |mach bootstrap| support for DragonFly/DPorts. r=gps
2014-06-09 22:11:06 +02:00
Jan Beich
ccbb4595a3
Bug 1022739: Unbreak |mach bootstrap| with recent FreeBSD packages. r=gps
2014-06-09 22:11:00 +02:00
Nathan Froyd
838951e4de
Bug 996061 - part 0 - make tests use [scriptable] interfaces; r=ted
...
Smart xpt linking will keep around [scriptable] interfaces and anything
those interfaces depend on. Modify the tests that deal with xpt linking
so they use [scriptable] interfaces, ensuring that the tests continue to
work in the face of smarter linkers.
2014-05-19 12:35:21 -04:00
Mike Hommey
6ccc9056fa
Bug 1027890 - Remove all sorts of build system code dedicated to pymake. r=gps
2014-06-25 08:38:28 +09:00
Joshua Cranmer
64b69990d4
Backed out changeset b83296ec51b3 (bug 832112) for comm-central bustage, r=glandium.
2014-06-02 20:05:22 -05:00
Shih-Chiang Chien
dbd62b3dc7
Bug 1012510 - xulrunner for Mac is under XUL.framework instead of XULRunner.app/Contents/MacOS. r=gps
2014-05-19 12:26:34 +08:00
Mike Shal
78f963fd57
Bug 1015443 - make test_iter_modules_in_path case insensitive; r=glandium
...
From d2c5353da28b5134eeea078a6fac09f023b220ab Mon Sep 17 00:00:00 2001
---
python/mozbuild/mozbuild/test/test_pythonutil.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2014-05-27 13:07:24 -04:00
Mike Shal
4caf1092de
Bug 832112 - add mach support for MOZ_OBJDIR; r=glandium
...
From e8d4f5a17e217ab10677812c6c8960f4e61daed3 Mon Sep 17 00:00:00 2001
---
python/mozbuild/mozbuild/mozconfig.py | 2 +-
python/mozbuild/mozbuild/test/test_base.py | 1 +
python/mozbuild/mozbuild/test/test_mozconfig.py | 17 +++++++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
2014-05-16 14:33:01 -04:00
Wes Kocher
0d58303449
Merge m-c to inbound
2014-05-23 17:37:56 -07:00
Wes Kocher
4fa2d5340a
Merge fx-team to m-c
2014-05-23 17:04:56 -07:00
Lucas Rocha
2c78b1cc97
Bug 1011620 - Generate suggestedsites.json from region.properties (r=nalexander)
2014-05-23 13:29:18 +01:00
Nickolay Ponomarev
7cc6374426
Bug 957186 - Only 'port select clang' after installing it with port; r=gps
...
DONTBUILD (NPOTB)
2014-05-10 17:11:00 -07:00
Mike Hommey
1808ddd54a
Bug 996823 - Let mach pass-through subprocesses handle Ctrl-C themselves. r=mshal
2014-05-23 07:22:51 +09:00
Ting-Yu Lin
4499b38a92
Bug 1010028 - Set args properly for various debuggers. r=glandium
...
Set args properly to to separate the debugger and process arguments.
Also add "--args" automatically for gdb front-end cgdb and ddd.
Verification Steps:
1. mach debug +debugger gdb
2. Make sure gdb is launched correctly.
2014-05-19 19:21:00 +02:00
Ryan VanderMeulen
be6ccfea53
Revert to revision 63dfac3c9c87 due to mass bustage pile-ups that landed after it on a CLOSED TREE.
2014-05-16 12:29:37 -04:00
Armen Zambrano Gasparnian
ef626f6763
Bug 989583 - Install all tests (even disabled) from manifests. r=jmaher
2014-05-16 10:20:37 -04:00
Lucas Rocha
2bfd582e64
Bug 997772 - Generate suggestedsites.json from locale (r=nalexander)
2014-05-09 09:39:14 +01:00
Ting-Yu Lin
4f33718fa7
Bug 995847 - Add -h and --help support to mach. r=glandium
...
* |mach --help| prints the global help message as |mach help|.
* |mach command --help| prints the command help message as
|mach help command|.
2014-05-06 19:10:00 +02:00
Marco Castelluccio
8e456683d1
Bug 945869 - Provide more granular OS version information in mozinfo. r=ted.mielczarek
2014-05-01 06:09:00 +02:00
Markus Stange
ccbc729b87
Bug 1002712 - Add lldb type summaries for rects and regions. r=heycam
...
DONTBUILD
2014-04-29 12:14:42 +02:00
Jan Beich
f7e6d6271a
Bug 992621 - Add preprocessor tests for common use of && and || in ifdefs. r=gps
2014-04-06 00:31:00 -04:00
Robert O'Callahan
ed41614e81
Bug 993243. Add a +debugger parameter to 'mach debug' to specify the debugger to launch. r=gps
2014-04-24 23:25:44 +12:00
Robert O'Callahan
5577ccadcd
Bug 997762. Use --log-no-times option when building so Eclipse can parse the build output. r=BenWa
2014-04-18 03:03:28 +12:00
Mike Shal
c7f5a8da32
Bug 995762 - don't evaluate diff unless it's needed; r=gps
2014-04-14 13:53:20 -04:00
Jim Chen
1d4b8070c2
Bug 996780 - Use ANDROID_TARGET_SDK for Eclipse project target. r=nalexander
2014-04-16 17:04:47 -04:00
Carsten "Tomcat" Book
5974c308ae
Backed out changeset 16fc740d96f5 (bug 996780) for build test failures on a CLOSED TREE
2014-04-16 10:30:51 +02:00
Jim Chen
534595488c
Bug 996780 - Use ANDROID_TARGET_SDK for Eclipse project target. r=nalexander
2014-04-15 13:43:00 +02:00
Michael Ratcliffe
2dd4e2718b
Bug 995972 - Make mochitest-devtools mach command work with single folders or files. r=jmaher
2014-04-15 10:35:00 +01:00
Gregory Szorc
b8e8a84a79
Bug 995374 - Update virtualenv to 1.11.4; r=mshal
...
We're trying to stay up to date on virtualenv releases so we don't fall
too far behind and so we can leverage new features, such as wheels.
This virtualenv release features upgrades to pip (1.4.1 to 1.5.4) and
setuptools (0.9.8 to 2.2). These may fix bugs people are encountering
in the wild.
Tarball obtained from
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.4.tar.gz#md5=9accc2d3f0ec1da479ce2c3d1fdff06e .
the egg-info directory was removed (consistent with previous virtualenv
upgrades).
2014-04-11 12:07:20 -07:00
Benoit Girard
02a7128bc7
Bug 973770 - Typo fix. r=botond DONTBUILD for NPOTB
2014-04-08 15:06:05 -04:00
Joshua Cranmer
c3b680cc59
Bug 991449: Shorten Unified filename prefixes to avoid max path length linker errors on Windows, r=gps
2014-04-03 16:50:31 -05:00
Gregory Szorc
3ffe1dbe60
Bug 903149 - Part 3: Support for minifying packaged JavaScript; r=glandium
2013-09-11 19:54:19 -07:00
Gregory Szorc
0f5d3b825c
Bug 903149 - Part 1: Add jsmin Python package; r=glandium
...
Exported source code from changeset fdfa1b187681 from
https://bitbucket.org/dcs/jsmin without modifications.
2013-09-04 18:47:42 -07:00