..
Moz
…
js
…
mkdepend
…
nspr
Bug 674883 - Remove temporary workarounds in mozilla-central for bugs in NSPR
2011-07-28 15:07:15 +02:00
tests
Backed out changeset 8b7150ba4450 because of win opt build failure
2011-07-07 14:48:17 +02:00
Expression.py
bug 581516 - stop handling octal literals in Preprocessor.py. r=pike a=blocking
2010-07-29 11:30:56 -04:00
JarMaker.py
Bug 664907 - Don't link to self when dealing with files in the object directory, r=khuey
2011-07-25 21:57:28 -07:00
Makefile.in
Bustage fix for bug 670249 -- remove PLSRCS
2011-07-13 18:54:41 -07:00
MozZipFile.py
…
Preprocessor.py
bug 581516 - stop handling octal literals in Preprocessor.py. r=pike a=blocking
2010-07-29 11:30:56 -04: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 675500 - Remove --disable-storage. r=khuey
2011-08-06 19:05:49 +02: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
*Fewer* *occurrences*, not "less occurences". r=languagenazi
2011-06-23 11:07:27 -07:00
config.mk
Bug 673940: Don't accidentally overwrite the environment's PYTHONPATH. r=ted
2011-07-25 10:20:43 -07:00
configobj.py
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
createprecomplete.py
followup mac orange fix (so we can turn mac nightly update generation on) for Bug 386760 - directory removal with software update. r=khuey
2011-04-12 13:46:02 -07:00
doxygen.cfg.in
…
elf-dynstr-gc.c
…
expandlibs.py
Bug 644081 - Use relative paths as much as possible in expandlibs.py. r=ted
2011-03-25 19:50:29 +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
Backout Bug 648134 due to bustage. (rather than back out the whole push)
2011-08-10 05:18:24 -04: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
find_OOM_errors.py
Fix OOM checker in non-regression mode (NPOTB)
2011-04-03 18:39:36 -07: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-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
gcc_hidden.h
…
glibcversion.sh
…
gtscc.c
…
install.bat
…
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
…
makedep.exe
…
milestone.pl
…
milestone.txt
Version bump from 7.0a1 to 8.0a1
2011-07-05 12:59:19 -04:00
module2dir.pl
…
mozLock.pm
…
mozunit.py
…
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
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
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
…
nsinstall_win.c
Backed out changeset 0c5da403b68e
2011-03-19 07:59:37 -04:00
optimizejars.py
Bug 653143 - Avoid duplicates in omnijar; r=tglek
2011-06-20 15:23:21 -04:00
pathsub.c
…
pathsub.h
…
printconfigsetting.py
…
printprereleasesuffix.py
…
pythonpath.py
Bug 672938: Make pythonpath.py work as a pymake native command. r=ted
2011-07-21 15:07:33 -07:00
rules.mk
Bug 574403 - Make --enable-dtrace work on all Linux and OSX builds
2010-09-20 12:43:52 -07:00
solaris_ia32.map
…
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
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
…
system-headers
bug 673072 - remove deprecated curl header curl/types.h from Breakpad includes. r=ted
2011-07-21 02:32:00 -04: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.mk
…
version_win.pl
…
writemozinfo.py
bug 664197 - support universal builds in mozinfo/writemozinfo. r=jhammel
2011-06-28 07:55:56 -04:00
xterm.str
…