..
js
bug 471188 - stop calling 'make install' for spidermonkey. r=bsmedberg,jimb
2009-01-08 13:51:27 -05:00
mkdepend
Bug 435923 - Remove BUILD_OFFICIAL in favor of MOZILLA_OFFICIAL, r=ted
2009-07-07 20:24:45 -07:00
Moz
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
nspr
Bug 600435, XULRunner universal for i386/x64_64 fails to unify nspr-config, r=bsmedberg,mhommey, a=NPOTB
2011-01-17 14:36:25 +13:00
tests
Bug 644081 - Use relative paths as much as possible in expandlibs.py. r=ted
2011-03-25 19:50:29 +01:00
add-chrome.pl
android-common.mk
bug 617074 - Fix for building with Android 2.3 SDK (android-9 platform) r=mwu,khuey a2.0=dougt
2010-12-15 11:22:16 -08:00
asencode.cpp
autoconf.mk.in
Bug 627981 - [clang]: A lot of errors for libtheora; r=ted
2011-03-17 09:03:00 -04:00
buildlist.py
bug 531135 - rewrite build-list.pl in Python to fix race conditions with locking. r=bsmedberg
2009-12-14 06:55:40 -05:00
check_source_count.py
Bug 634155: Account for NewCompartment's memory, and change allocation APIs (r=nnethercote)
2011-03-31 01:13:49 -07:00
config.mk
Bug 420707 - Remove MOZ_META_COMPONENT ifdef from config.mk; r=khuey. Original Patch by mcsmurf, updated by Standard8
2011-03-22 08:04:00 +00:00
configobj.py
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
doxygen.cfg.in
Bug 433206 - Update doxygen.cfg.in r=biesi, sr=bsmedberg
2008-07-23 09:26:17 -04:00
elf-dynstr-gc.c
Bug 432800 - make elf-dynstr-gc silent on success; r=benjamin@smedbergs.us
2009-02-18 01:14:55 +01:00
expandlibs_config.py.in
Bug 584474 part 9 - Replace fakelibs with a more sophisticated library expansion system. r=ted
2011-02-25 15:05:08 +01:00
expandlibs_exec.py
Bug 644081 - Use relative paths as much as possible in expandlibs.py. r=ted
2011-03-25 19:50:29 +01:00
expandlibs_gen.py
Bug 584474 part 9 - Replace fakelibs with a more sophisticated library expansion system. r=ted
2011-02-25 15:05:08 +01:00
expandlibs.py
Bug 644081 - Use relative paths as much as possible in expandlibs.py. r=ted
2011-03-25 19:50:29 +01:00
Expression.py
bug 581516 - stop handling octal literals in Preprocessor.py. r=pike a=blocking
2010-07-29 11:30:56 -04:00
fastcwd.pl
find_OOM_errors.py
Bug 642327 - Add OOM regression checking to the shell via |make check|. (r=nnethercote)
2011-01-17 15:15:00 -08:00
find_vanilla_new_calls
Bug 634155: Account for NewCompartment's memory, and change allocation APIs (r=nnethercote)
2011-03-31 01:13:49 -07:00
gcc_hidden.h
gcc-stl-wrapper.template.h
Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg
2010-04-20 15:12:02 -05:00
glibcversion.sh
gtscc.c
install.bat
installcfunc.pl
installchrome.pl
JarMaker.py
Bug 634596 - On Windows, use hardlinks when --enable-chrome-format=symlink is specified. r=ted
2011-03-01 23:58:24 +05:30
make-atom-strings.pl
make-stl-wrappers.py
Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg
2010-04-20 15:12:02 -05:00
makedep.cpp
Bug 438331 - Remove WIN16 (support) code everywhere; (Kv2) <makedep.cpp>; r=ted.mielczarek
2009-07-21 03:37:52 +02:00
makedep.exe
Makefile.in
Backed out changeset 0c5da403b68e
2011-03-19 07:59:37 -04:00
milestone.pl
milestone.txt
Bug 644011 - Bump milestone.txt, do NOT bump Firefox version.txt [yet]. r=khuey, a=joduinn for CLOSED TREE
2011-03-23 00:28:57 -04:00
module2dir.pl
mozLock.pm
mozunit.py
bug 505713, adding tests for JarMaker.py, better error reporting for missing files in jars, r=ted
2009-10-27 13:33:38 +01:00
MozZipFile.py
Bug 485390, try #2 - when a .jar file doesn't exist yet, there's a race creating it, r=ted
2009-03-31 12:47:38 -04:00
msvc-stl-wrapper.template.h
Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg
2010-04-20 15:12:02 -05:00
nfspwd.pl
nsinstall_win.c
Backed out changeset 0c5da403b68e
2011-03-19 07:59:37 -04:00
nsinstall.c
Bug 536352 - missing null check and memory leak in nsinstall.c. r=ted
2010-01-18 11:22:03 +01:00
nsinstall.exe.manifest
Bug 567497 - "Files executed via download manager cause Win7 compatibility mode to permanently apply to firefox.exe and not downloaded file" [r=ted]
2010-05-24 09:55:00 -04:00
nsinstall.py
bug 483800 - fix nsinstall.py to not error if a target dir already exists. r=pike
2009-03-17 12:09:50 -04:00
nsStaticComponents.cpp.in
Bug 569629 - Remove static xpcom modules list static initializer. r=bsmedberg,a=bsmedberg
2010-11-07 09:25:38 +01:00
nsStaticComponents.h
Bug 569629 - Remove static xpcom modules list static initializer. r=bsmedberg,a=bsmedberg
2010-11-07 09:25:38 +01:00
optimizejars.py
Bug 589368 - Locale repacking support for jar reordering; r=ted a=blocking-betaN+
2010-09-10 12:30:07 -04:00
pathsub.c
pathsub.h
preprocessor.pl
Backed out changeset d7692aed054f
2011-03-09 12:29:25 +11:00
Preprocessor.py
bug 581516 - stop handling octal literals in Preprocessor.py. r=pike a=blocking
2010-07-29 11:30:56 -04:00
preprocessor.txt
printconfigsetting.py
printprereleasesuffix.py
Bug 481703 - Use python to create pre release suffix. r=bsmedberg
2009-03-19 11:56:40 -07:00
pythonpath.py
bug 483062 - figure out how to get crash stacks from xpcshell tests. r=bsmedberg
2009-05-11 15:54:39 -04:00
rules.mk
Bug 640838: Remove OpenVMS support. r=khuey
2011-03-26 11:51:35 -04:00
solaris_ia32.map
Bug 522440 QCMS: Make sse/sse2 code built with Sun Studio 12 on Solaris r=jmuizelaar, ted.mielczarek
2009-11-20 14:15:39 +08:00
static-checking-config.mk
Bug 575720 - static checking suite: use Dehydra multiple-arg support + fix method signature comparison in several scripts r=taras
2010-08-18 18:06:05 -07:00
static-checking.js
Bug 575720 - static checking suite: use Dehydra multiple-arg support + fix method signature comparison in several scripts r=taras
2010-08-18 18:06:05 -07:00
static-config.mk
Bug 514131 - remove xpcom/obsolete, r=bsmedberg
2009-09-02 13:01:29 -04:00
static-rules.mk
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
2009-09-18 19:59:53 -07:00
stl-headers
bug 527276 - part 2 - add OTS lib to the build process. r=ted a=blocking2.0
2010-10-07 08:59:18 +01:00
string-format.js
Bug 468717 - enable static analysis for js/src, r=jorendorff
2008-12-11 11:40:04 -05:00
system-headers
Bug 623797 (1/2) - Work around new features that are not avaliable in system-cairo on linux. r=jmuizelaar a=joe
2011-02-07 19:52:40 +01:00
utils.py
bug 579790 - fix another race condition in utils.lockFile. r=pike a=beltzner
2010-08-31 13:39:16 -04:00
version_win.pl
Force daysFromBuildID() to return an int so that mingw windres doesn't fail.
2009-08-15 17:24:35 -07:00
version.mk
Bug 507897 - Remove 'WINDOWS16' (support) code everywhere; (Bv1-MC) version.mk
2009-09-16 02:54:54 +02:00
xterm.str