gecko-dev/config
Chris Jones f2df9d3504 bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad 2009-10-01 21:50:09 -05: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
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
nspr Bug 463075: building xul app --with-libxul-sdk fails lacking nspr-config. r=ted 2009-06-30 13:57:56 +01:00
tests Bug 493611 - use $(MAKE) throughout the unit tests instead of make; r=ted.mielczarek 2009-05-26 18:40:26 +02:00
Expression.py bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
JarMaker.py bug 505713, factor multiple-jar.mn handling into method on JarMaker class, r=ted 2009-08-14 13:06:15 +02:00
Makefile.in Bug 463417 - import the nsinstall.exe source from CVS buildtools repository: make it capable of copying files with very long names, build it by default on Windows hosts, and stop using the moztools version, r?timeless 2009-07-17 15:10:35 -04: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
Preprocessor.py allow values in DEFINES to contain equals signs. r=pike (no bug) 2008-09-22 07:04:36 -04:00
add-chrome.pl bug 328317 - merge platform .jar files into en-US.jar, r=mento for the mozilla/config changes r=jag sr=Neil 2006-04-08 11:49:47 +00:00
asencode.cpp Adding comment explaining how to build this utility. Not part of the build. 2006-03-10 00:37:54 +00:00
autoconf.mk.in Bug 456646 - Replace Carbon printing dialog with Cocoa one. r=josh, r=bsmedberg, sr=jst 2009-10-01 11:15:32 +13:00
build-list.pl Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
buildpkg.bat
config.mk bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad 2009-10-01 21:50:09 -05:00
configobj.py Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
cvsco-fast-update.pl Bug 365745: fast-update should query bonsai for multiple directories at once. r=bsmedberg 2007-01-05 04:23:48 +00:00
cvsco.pl
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
fast-update.pl Bug 365745: fast-update should query bonsai for multiple directories at once. r=bsmedberg 2007-01-05 04:23:48 +00:00
fastcwd.pl
gcc_hidden.h
glibcversion.sh
gtscc.c Bug 106386 Correct misspellings in source code 2005-06-03 10:26:28 +00:00
install.bat
installcfunc.pl
installchrome.pl
insure.mk
make-atom-strings.pl
make-jars.pl Bug 433701 – don't print non-critical messages when make is invoked with -s, r=bsmedberg 2008-07-12 12:55:43 +02: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
milestone.pl Re-add milestone.pl to make configure.in MOZILLA_VERSION happy :-( 2007-06-25 10:35:03 -07:00
milestone.txt bug 508282: bump mozilla-central version to 1.9.3a1pre/3.7a1pre. r=catlee. CLOSED TREE 2009-08-13 10:06:28 -04:00
module2dir.pl
mozLock.pm
nfspwd.pl
nsStaticComponents.cpp.in Forgotten files from bug 296561 (NS_InitXPCOM3) 2005-07-21 13:47:05 +00:00
nsStaticComponents.h Forgotten files from bug 296561 (NS_InitXPCOM3) 2005-07-21 13:47:05 +00:00
nsinstall.c Bug 455259. Don't use access() to check if a file is writeable, since with at least some Linux kernels it will return OK for a file that will give 'text file busy' when written. Just try to open the file and take the rename/unlink path if we can't open it. r=bsmedberg 2008-09-22 14:09:53 +12:00
nsinstall.exe.manifest Bug 508202 - Cannot build on Vista x64 with VC9 + MozillaBuild1.4 after bug 505289 r=VYV03354 r=ted.mielczarek 2009-08-05 15:33:04 -07: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
nsinstall_win.c Fix review nits from bug 463417 which I forgot to address earlier. 2009-07-20 11:48:45 -04:00
outofdate.pl
pathsub.c
pathsub.h
preprocessor.pl Bug 277122 - XUL preprocessor #else-type conditions are evaluated relative to the result of the previous condition only. Fixed the bug with the original patch (unknowing use of a Perl 5.8.0 feature) and relanding... r=bsmedberg 2006-12-08 04:13:00 +00:00
preprocessor.txt Bug 277122 - XUL preprocessor #else-type conditions are evaluated relative to the result of the previous condition only. Fixed the bug with the original patch (unknowing use of a Perl 5.8.0 feature) and relanding... r=bsmedberg 2006-12-08 04:13:00 +00:00
printconfigsetting.py Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi 2007-07-02 11:20:24 -07:00
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 513921 - remove echo-requires-recursive target. r=ted 2009-09-26 17:49:56 +02:00
sj.pl
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 Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg 2009-09-18 10:26:13 -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
string-format.js Bug 468717 - enable static analysis for js/src, r=jorendorff 2008-12-11 11:40:04 -05:00
system-headers Add sys/quota.h to the system headers the correct way (followup to bug 72892) 2009-10-01 10:40:11 -04:00
utils.py Backed out changeset f66fabdbc090 (bug 485390) - the problem is not in utils.lockFile, and you shouldn't really need to hold the file descriptor 2009-03-31 10:38:25 -04:00
version.mk Bug 507897 - Remove 'WINDOWS16' (support) code everywhere; (Bv1-MC) version.mk 2009-09-16 02:54:54 +02: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
xterm.str Bug 329358 use ESC]2 rather than ESC]0 for xterm title setting in order to 2006-04-03 19:09:46 +00:00