..
annotationProcessors
Bug 794981 - Part 8: Add an annotation processor to the build process to generate the contents of part 5. r=kats, r=glandium
2013-09-09 08:57:37 -04:00
autoconf
Bug 911893 - cannot use --enable-android-libstdcxx configure option. r=glandium
2013-09-06 14:40:48 +09:00
clang-plugin
Another fixup for static analysis builds after bug 912832. r=jcranmer
2013-09-06 13:30:47 +09:00
compare-mozconfig
bug 763903: regularly run mozconfig comparisons. r=gps/bhearsum
2013-07-31 14:27:13 -04:00
macosx
Bug 715549 - remove last vestiges of tri-licence. DONTBUILD.
2013-07-19 16:08:33 +01:00
mobile
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
os2
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
package
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
pgo
Bug 907559 - Update the PGO profile to open and close tabs between test pages. r=ted
2013-08-23 13:48:32 -04:00
pymake
Bug 912971 - Strip ./ from targets given to pymake on the command line. r=ted
2013-09-06 09:21:04 +09:00
release
bug 763903: regularly run mozconfig comparisons for firefox. r=ted/bhearsum
2013-07-15 13:27:12 -04:00
stlport
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
unix
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
util
bug 763903: regularly run mozconfig comparisons for firefox. r=ted/bhearsum
2013-07-15 13:27:12 -04:00
valgrind
Bug 874658 - Add Valgrind suppression. DONTBUILD
2013-05-21 15:28:26 -07:00
virtualenv
Backout changeset df244fde6aa4 (bug 870420). Temporarily allow older versions of python because people are having trouble getting upgraded. r=bsmedberg_on_irc
2013-09-07 11:09:47 -07:00
win32
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
win64
Bug 774910 - Switch mozilla-central to the Windows 8.0 sdk. r=armenz
2013-01-09 13:04:39 -06:00
__init__.py
appini_header.py
Bug 911154 - Better handle missing variables in application.ini when creating the corresponding header. r=gps
2013-08-31 10:20:37 +09:00
application.ini
Bug 717538 - Enable crash reporter in application.ini with MOZ_CRASHREPORTER instead of MOZILLA_OFFICIAL. r=ted
2013-08-30 11:10:57 +09:00
automation-build.mk
Bug 833018 - Enable special ASan options for tests when running with low memory. r=jmaher,a=nonlibxul
2013-01-22 16:48:02 +01:00
automation.py.in
Bug 911249 - Followup for WindowsError, Access denied. r=ted
2013-08-30 18:55:10 -07:00
automationutils.py
Bug 875126 - Make cgdb an option for mach --debugger. r=ted
2013-06-12 16:17:11 -04:00
binary-location.mk
Bug 912801 - Avoid defining PROGRAM in top-level Makefile. r=gps
2013-09-05 15:08:13 +09:00
bloatcycle.html
Bug 792036 - Fix up tests to avoid relying on the existence of window.Components (MANUAL). r=mccr8
2012-09-24 14:46:28 +02:00
buildconfig.py
Bug 780561 - Fix the buildconfig python module handling of environment variables. r=ted
2013-01-23 11:23:15 +01:00
checksums.py
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
cl.py
Fixup for bug 904743, thanks to cl.py running without assertions. r=me
2013-08-26 16:59:53 +09:00
ConfigStatus.py
Bug 902619 - Write mozinfo.json as part of config.status; r=ted
2013-08-07 23:48:41 -07:00
defines.sh
Bug 853071: add some build-time defines for channel-specific features, r=gps, f=bhearsum
2013-04-25 12:23:21 -07:00
dumbmake-dependencies
No bug - Add toolkit/components/jsdownloads to dumbmake-dependencies. rs=paolo
2013-08-16 15:35:38 -03:00
genrc.sh
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
leaktest.py.in
Bug 688667 - refactor automation.py into mozprocess and mozprofile and load via virtualenv. r=jmaher
2013-07-30 08:30:40 -04:00
link.py
bug 661908 - work around stupid Python 2.5 bug. r=bustage
2012-05-25 14:02:54 -04:00
mach_bootstrap.py
Bug 860839 - Initial implementation of |mach test|; r=jhammel
2013-09-09 12:37:38 -07:00
Makefile.in
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
moz.build
Bug 850576 - Statically link stlport on b2g and android, and always use a custom built stlport for that. r=ted
2013-07-15 18:48:39 +09:00
mozconfig.common
Bug 904979 - Add build option for rel-eng type builds. r=ted
2013-08-15 23:45:09 +09:00
mozconfig.common.override
Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
2012-09-05 12:10:21 -07:00
mozconfig.vs2010-common
Backed out changeset e40466e428dc (bug 853301) for breaking cross-compiles.
2013-05-08 08:27:00 -04:00
msys-perl-wrapper
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
qemu-wrap
Add in support for running a cross-shell directly in qemu (bug 807936, r=ted)
2012-11-15 10:24:07 -05:00
subconfigure.py
Bug 906403 - Avoid subconfigure fail in incremental builds when some variable like CFLAGS change. r=gps
2013-08-20 15:26:23 +09:00
update-settings.ini
Bug 767839 Don't preprocess update-settings.ini twice r=khuey
2012-07-03 08:33:54 +01:00
upload.py
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00