.. |
js
|
|
|
mkdepend
|
|
|
Moz
|
|
|
nspr
|
|
|
tests
|
Merge mozilla-central to tracemonkey.
|
2010-06-05 19:13:45 -04:00 |
add-chrome.pl
|
|
|
android-common.mk
|
Bug 567945 Import of sutagent code for Android
|
2010-06-21 14:26:56 -07:00 |
asencode.cpp
|
|
|
autoconf.mk.in
|
Bug 508082: Implement a raw video decoder. Based on an earlier patch by Brad Lassey. r=doublec
|
2010-07-26 12:35:16 -07: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 |
buildpkg.bat
|
|
|
config.mk
|
bug 542504 - SIMPLE_PROGRAMS (and CPP_UNIT_TESTS) don't get re-linked in a PGO build. r=mitch, a=mossop
|
2010-07-26 15:21:55 -04:00 |
configobj.py
|
Bug 506041 Part 2: Correct misspellings in source code
|
2010-05-13 14:19:50 +02:00 |
cvsco-fast-update.pl
|
|
|
cvsco.pl
|
|
|
doxygen.cfg.in
|
|
|
elf-dynstr-gc.c
|
|
|
Expression.py
|
Bug 569373 - make Preprocessor.py handle -DVAR=NUMBER such that #if VAR == NUMBER works, r=l10n@mozilla.com
|
2010-06-02 09:48:31 +12:00 |
fast-update.pl
|
Bug 506041 Part 2: Correct misspellings in source code
|
2010-05-13 14:19:50 +02:00 |
fastcwd.pl
|
|
|
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 505713, adding tests for JarMaker.py, better error reporting for missing files in jars, r=ted
|
2009-10-27 13:33:38 +01:00 |
make-atom-strings.pl
|
|
|
make-jars.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
|
|
|
Makefile.in
|
Bug 568944: Regenerate STL wrappers after dist/ is deleted. r=ted
|
2010-06-02 12:56:35 -05:00 |
milestone.pl
|
|
|
milestone.txt
|
Bug 580010, bump versions to Fx4.0b3pre/Gecko 2.0b3pre, r=nthomas (CLOSED TREE)
|
2010-07-21 12:49:22 +12: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
|
|
|
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
|
bug 463411 - nsinstall.exe can race creating directories. r=timeless
|
2009-10-30 13:00:20 -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
|
|
|
nsStaticComponents.cpp.in
|
Follow up to bug 568691 - fix static components bustage. r=bsmedberg
|
2010-07-08 10:02:35 -07:00 |
nsStaticComponents.h
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
outofdate.pl
|
Bug 506041 - Correct misspellings in source code (Patch 3)
|
2010-07-07 15:33:52 +02:00 |
pathsub.c
|
|
|
pathsub.h
|
|
|
preprocessor.pl
|
|
|
Preprocessor.py
|
Bug 569373 - make Preprocessor.py handle -DVAR=NUMBER such that #if VAR == NUMBER works, r=l10n@mozilla.com
|
2010-06-02 09:48:31 +12:00 |
preprocessor.txt
|
|
|
printconfigsetting.py
|
|
|
printprereleasesuffix.py
|
|
|
pythonpath.py
|
|
|
rules.mk
|
Bug 581903 Make --enable-xterm-updates work with PARALLEL_DIRS r=khuey
|
2010-07-27 12:44:21 +01:00 |
sj.pl
|
|
|
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 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
|
2009-09-18 10:26:13 -07:00 |
static-checking.js
|
Fix the static analysis error: m.isVirtual is a tri-state undefined, true, or "pure", and I didn't take that into account when writing the original NS_OVERRIDE analysis.
|
2009-10-04 14:35:33 -04: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
|
Add <map> to the stl-headers list to make gfx/angle build on some of our Windows boxes, r=cjones on IRC
|
2010-07-15 14:00:37 -07:00 |
string-format.js
|
|
|
system-headers
|
Make ipc/ build with gcc 4.1.2. r=cjones
|
2010-05-24 09:36:49 +12:00 |
utils.py
|
bug 522804 - fix two more JarMaker lockFile race conditions on Windows. r=pike
|
2009-11-24 07:11:25 -05:00 |
version_win.pl
|
|
|
version.mk
|
Bug 507897 - Remove 'WINDOWS16' (support) code everywhere; (Bv1-MC) version.mk
|
2009-09-16 02:54:54 +02:00 |
xterm.str
|
|
|