.. |
annotationProcessors
|
Bug 913985: Part 3 - Update the annotation processor to generate wrapper classes. r=kats
|
2013-11-21 20:41:28 +00:00 |
autoconf
|
Bug 778236 - Treat gyp files as if their content was defined in moz.build files. r=gps
|
2013-12-12 23:41:05 +09:00 |
clang-plugin
|
Bug 929200, part 1: Add MOZ_HEAP_ALLOCATOR to stack-only/non-heap analyses, r=Waldo.
|
2013-12-06 21:23:06 -06:00 |
compare-mozconfig
|
bug 763903: regularly run mozconfig comparisons. r=gps/bhearsum
|
2013-07-31 14:27:13 -04:00 |
docs
|
Bug 939367 - Part 2: Move requirements.txt into tools/docs
|
2013-12-12 18:10:04 +09:00 |
macosx
|
Bug 926906 - Kill core_abspath, core_realpath and core_winabspath. r=gps
|
2013-10-17 07:55:16 +09:00 |
mobile
|
Bug 934646 - Part 3: Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
|
2013-12-11 21:20:07 -08:00 |
os2
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
package/mac_osx
|
Bug 947811 - Remove build/package/Makefile.in. r=bsmedberg
|
2013-12-09 16:30:09 +09:00 |
pgo
|
Backed out changeset f1abdc201968 (bug 823787) for breaking PGO builds on Windows
|
2013-12-12 19:43:25 -08:00 |
pymake
|
Bug 935050 - Manually flush native command's stdout and stderr, multiprocessing exits via os._exit. r=gps
|
2013-11-08 09:04:28 -05:00 |
release
|
bug 763903: regularly run mozconfig comparisons for firefox. r=ted/bhearsum
|
2013-07-15 13:27:12 -04:00 |
sanitizers
|
Bug 940299 - Add a runtime suppression list for ThreadSanitizer. r=glandium DONTBUILD
|
2013-11-21 17:35:59 +01:00 |
stlport
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
unix
|
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
|
2013-12-09 13:39:26 +09:00 |
util
|
bug 763903: regularly run mozconfig comparisons for firefox. r=ted/bhearsum
|
2013-07-15 13:27:12 -04:00 |
valgrind
|
Bug 944141 - Disable Valgrind suppressions that are no longer needed. r=me.
|
2013-11-28 05:39:28 -08:00 |
win32
|
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
|
2013-12-09 13:39:26 +09:00 |
win64
|
Bug 919528 - export LD path that works with both GNU make and Pymake. r=catlee
|
2013-09-25 06:52:30 -04: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 933803 - Add a note to application.ini that it needs to be moved under browser/. r=ted
|
2013-11-06 14:22:33 +09:00 |
automation-build.mk
|
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
|
2013-12-03 06:34:21 +09:00 |
automation.py.in
|
Bug 932898 - Bring back the shutdown leak detector r=ted
|
2013-11-20 21:53:08 +01:00 |
automationutils.py
|
Bug 943734 - escape URL arguments in mochitests for the benefit of LLDB; r=jmaher
|
2013-12-03 13:01:30 -05: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 |
ConfigStatus.py
|
Bug 948787 - Print diffs during config.status; r=glandium
|
2013-12-11 13:06:56 +09: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
|
Bug 924431 - Remove dumbmake dependency of js/xpconnect on js/src. r=gps
|
2013-10-17 10:00:01 +02:00 |
dumpScreen.py
|
Bug 921676 - mochitest screenshots fallout from bug 746243;r=ted
|
2013-10-05 15:28:34 -07:00 |
genrc.sh
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
gyp.mozbuild
|
Bug 778236 - Treat gyp files as if their content was defined in moz.build files. r=gps
|
2013-12-12 23:41:05 +09: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 915735 - Part 2: Tickle stdout when linking the PGOed xul.dll; r=ted
|
2013-09-26 16:54:48 -04:00 |
mach_bootstrap.py
|
Bug 948209 - Remove mozbuild.config. r=gps
|
2013-12-11 10:59:02 +09:00 |
Makefile.in
|
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
|
2013-12-03 06:34:21 +09:00 |
moz.build
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +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
|
Bug 926900 - Remove msys-make specific mozconfig. r=gps
|
2013-10-16 08:31:18 +09: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 |
virtualenv_packages.txt
|
Bug 778236 - Treat gyp files as if their content was defined in moz.build files. r=gps
|
2013-12-12 23:41:05 +09:00 |