Commit Graph

474 Commits

Author SHA1 Message Date
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
Ted Mielczarek
735e15be83 bug 518641 - "make package-tests" doesn't work right on OS X universal builds. r=bsmedberg
This patch causes us to build archictecture-specific test packages in the
OS X universal build postflight makefile, and unifies them into a universal
test-package (containing the same test files, but universal binaries), and
then special-cases the "package-tests" target to use that pre-generated
test package in the universal build case.

--HG--
extra : rebase_source : 41d1f3fe887a2dbdee3ad560ab46bcb261883690
2009-09-29 08:31:50 -04:00
John Ford
89bec9f7dc Bug 514722 - Remove unneeded buildid directory. r=ted 2009-09-17 15:04:00 +02:00
Wan-Teh Chang
7a99ca1ed3 Bug 509319: We also need to generate libnssdbm3.chk with shlibsign.
We don't need to link with -lsoftokn3.  Add nssdbm3 to some packaging
files.  The patch is written by Kai Engert <kaie@kuix.de>.  r=wtc.
2009-09-04 18:28:54 -07:00
Florian Queze
b06df296e2 Bug 498330 - make distclean doesn't work with --disable-compile-environment. r=ted 2009-07-13 13:48:46 +02:00
Nick Thomas
b5df82242c Bug 493371 - 'make buildsymbols' appends to existing ...-crashreporter-symbols.zip, r=ted.mielczarek (build infra fix) 2009-05-16 23:55:23 +12:00
Benjamin Smedberg
411263a392 Use an explicit $(SHELL) for shell scripts so that pymake is happy, no bug, r=ted 2009-04-03 13:34:30 -04:00
Ted Mielczarek
9068ed2a35 bug 486076 - 'make uploadsymbols' and MOZ_PKG_PRETTYNAMES=1 don't play nice on Mac. r=bsmedberg 2009-03-31 16:52:41 -04:00
Benjamin Smedberg
31e8405239 When building with pymake, use gmake for NSS because of the pain and suffering on Windows. 2009-03-11 16:32:10 -04:00
Serge Gautherie
4eb784a90c Bug 479978 - remove references to MOZ_PROFILE from the build system; (Cv2-MC) the 8 files; r=ted.mielczarek 2009-03-28 03:00:25 +01:00
Ted Mielczarek
9f40731b32 bug 420474 - upload debug info for Linux and mac builds to symbol server. r=bsmedberg 2009-03-11 11:56:57 -04:00
Benjamin Smedberg
484c66b6de Bug 481732 - Check for crash minidumps in unit tests and dump them, if the MINIDUMP_STACKWALK path is set in the environment, r=ted 2009-03-10 13:36:14 -04:00
Ted Mielczarek
e5ff01fdb0 bug 478221 - make 'make upload' upload symbols zip alongside build. r=bsmedberg 2009-02-17 09:18:50 -05:00
Philippe M. Chiasson
3f39b39a8b Bug 452866 - "Teach Socorro/crash-stats about comm-central - add support for multiple source directories to buildsymbols." [r=ted.mielczarek] 2009-02-17 07:46:32 +00:00
Serge Gautherie
9d1dd38b45 Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Av1a-MC) Move the source harness directory; r=ted.mielczarek
--HG--
rename : tools/test-harness/xpcshell-simple/Makefile.in => testing/xpcshell/Makefile.in
rename : tools/test-harness/xpcshell-simple/README => testing/xpcshell/README
rename : tools/test-harness/xpcshell-simple/example/Makefile.in => testing/xpcshell/example/Makefile.in
rename : tools/test-harness/xpcshell-simple/example/unit/test_sample.js => testing/xpcshell/example/unit/test_sample.js
rename : tools/test-harness/xpcshell-simple/execute_test.js => testing/xpcshell/execute_test.js
rename : tools/test-harness/xpcshell-simple/head.js => testing/xpcshell/head.js
rename : tools/test-harness/xpcshell-simple/tail.js => testing/xpcshell/tail.js
rename : tools/test-harness/xpcshell-simple/test_all.sh => testing/xpcshell/test_all.sh
rename : tools/test-harness/xpcshell-simple/test_one.sh => testing/xpcshell/test_one.sh
2009-01-22 19:39:02 +01:00
Benjamin Smedberg
8bded86e48 Bug 466486 - Don't use a subshell to recurse over DIRS when DIRS is empty (try #2) r=ted 2008-12-19 09:50:24 -05:00
L. David Baron
230e056e02 Bug 455940: for now, remove dist/bin/components, so that the Windows builds will stop leaking due to the extra components. 2008-09-26 14:35:14 -07:00
L. David Baron
dd5bee904b Back out bug 455940 since it breaks many of the Windows boxes. 2008-09-26 14:18:44 -07:00
L. David Baron
d14919f77b Bug 455940, correction: remove dist/bin rather than dist/dist/bin. 2008-09-26 14:06:25 -07:00
Shawn Wilsher
7493afd334 Bug 455940 - Blow away the dist directory for top level makes
r=bsmedberg
2008-09-26 14:50:35 -04:00
Ted Mielczarek
21d004eaac bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg 2008-07-27 13:06:58 -04:00
alfred.peng@sun.com
cd72be63a8 Bug 391361. The integration of breakpad on Solaris. r=ted.mielczarek,a=beltzner. 2008-03-19 18:13:36 -07:00
reed@reedloden.com
3e85c1defd Bug 333308 - "make clean and make distclean miss various files" (cleanup even more 2) [p=fta+bugzilla@sofaraway.org (Fabien Tassin) / mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons] 2008-03-14 08:18:24 -07:00
ted.mielczarek@gmail.com
eb836b91cc bug 419348 - build config fixes for profile-guided optimization on mac. fixes for PGO on universal builds, configure arg to disable PGO in spite of profiled build. r=bsmedberg 2008-03-06 03:57:21 -08:00
reed@reedloden.com
2625226b42 Bug 408134 - "Source Server for Windows builds integrated into symbolstore.py" [p=lukasblakk@gmail.com (Lukas Blakk [lsblakk]) r=luser/ted a1.9=beltzner] 2008-02-26 16:54:47 -08:00
neil@parkwaycc.co.uk
4bc43ed789 Bug 419340 Need to include NSS exports in depend build cleanup r=ted a=beltzner 2008-02-26 15:19:16 -08:00
ted.mielczarek@gmail.com
577c020e6d bug 361343 - make profiledbuild work on windows. r=bsmedberg 2008-02-20 15:29:11 -08:00
reed@reedloden.com
a2aaecca91 Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep] 2008-02-13 03:33:38 -08:00
jag@tty.nl
6b4aa39072 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
jag@tty.nl
71fdc60d99 Bug 416337: We call make -C config export twice. r=bsmedberg, a=schrep 2008-02-08 20:13:36 -08:00
pavlov@pavlov.net
fdde8df444 bug 407459. hooking jemalloc up to the build system. r=various people 2008-02-04 19:16:24 -08:00
mozilla@weilbacher.org
1096a03a1c Bug 412923: Remove gfx/gfx-config.h.in, r=ted.mielczarek, a=beltzner 2008-01-28 14:05:47 -08:00
jst@mozilla.org
4054d48d00 Landing basic framework for dtrace support (bug 388564). Patch by john.rice@sun.com and padraig.obriain@sun.com. r+a=ted.mielczarek@gmail.com, sr=sayrer@gmail.com 2007-10-10 16:03:14 -07:00
bent.mozilla@gmail.com
4f65e2e0de Bug 395407 - Symbol upload and unpack can conflict if builds have the same buildid. Actually make the previously approved patch work. r=luser. 2007-09-22 09:55:43 -07:00
bent.mozilla@gmail.com
056ec0b8dc Bug 395407 - "Symbol upload and unpack can conflict if builds have the same buildid". r=luser, a=damons. 2007-09-10 10:36:17 -07:00
ted.mielczarek@gmail.com
84efe9f98c bug 383083 - post-process symbol files to add source file revision numbers - re-enable --vcs-info on win32/msys. r=mento 2007-08-21 14:52:54 -07:00
bent.mozilla@gmail.com
8b3f270c2d Bug 390699 - "Let DUMP_SYMS_BIN be set from environment". r=luser, a=bz. 2007-08-19 11:06:53 -07:00
bent.mozilla@gmail.com
865f2c19cb Bug 390566 - "mozilla/Makefile.in sets BUILDID based on application.ini that does not exist for XULRunner". r=bsmedberg, a=bz. 2007-08-19 11:03:13 -07:00
ted.mielczarek@gmail.com
7050a93f24 bug 389548 - fixup from cvs copy (airbag -> crashreporter). also note that this renames the configure flag from --disable-airbag to --disable-crashreporter. r=bsmedberg 2007-08-08 08:19:57 -07:00
benjamin@smedbergs.us
4b6ed1dfac Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
ted.mielczarek@gmail.com
b1e34916fc bug 383083 - post-process symbol files to add source revision numbers. re-enable --vcs-info on linux + dos2unix on symbolstore.py. r=bsmedberg 2007-07-09 14:37:28 -07:00
benjamin@smedbergs.us
f1593a410c 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
ted.mielczarek@gmail.com
9d35284d37 bug 386212 - fx-win32-tbox has lost the ability to report finishing nightly builds. r=bsmedberg 2007-06-30 05:57:43 -07:00
ted.mielczarek@gmail.com
ddc220bd6b bug 383083 - post-process symbol files to add source file revision numbers. r=bsmedberg 2007-06-27 03:25:14 -07:00
benjamin@smedbergs.us
b21f7b3a04 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
c93d1d5be6 Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
d782232066 Revert all of bug 383167 changes because they're not enough... going to try again later. 2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
7b42bb19aa Bug 383167 - Need buildid in an external file, r=luser sr=jst 2007-06-25 08:25:59 -07:00
ted.mielczarek@gmail.com
3dce152c07 bug 355470 - rebase throwing error 99 on tinderboxes with VC8. r=bsmedberg 2007-06-21 09:55:48 -07:00
ted.mielczarek@gmail.com
5e98a287fa bug 382172 - allow env var for extra uniqueness in symbols.txt file. r=bsmedberg 2007-05-27 18:57:56 -07:00
ted.mielczarek@gmail.com
64043d4f0b bug 380541 - build time logic to extract debug symbols on Linux - first cut at integrating Breakpad on Linux. r=mento 2007-05-22 13:20:55 -07:00
ted.mielczarek@gmail.com
d2ba686882 remove unnecessary ifdef MOZ_DEBUG_SYMBOLS. r=bsmedberg 2007-05-09 12:56:28 -07:00
ted.mielczarek@gmail.com
9765a75414 bug 378463 - build time logic to extract debug symbols on OS X. r=mento. second try 2007-05-02 11:45:36 -07:00
sayrer@gmail.com
8176f127f7 backout patch for bug 378463 due to bustage 2007-05-01 17:03:35 -07:00
ted.mielczarek@gmail.com
ae41f120c1 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:33:00 -07:00
kaie@kuix.de
9ab452369c Bug 370693, Mozilla.org nightly bits broken, Failure to use crypto with FIPS modeBuild system changes onlyPatch originally proposed by Wan-Teh in bug 249782r=bsmedberg 2007-04-17 13:42:54 -07:00
ted.mielczarek@gmail.com
9a0ae60a0c bug 376046 - add support for specifying an ssh private key in the symbol upload script - bash-fu + a bonus fix that i missed in a previous patch. r=bsmedberg 2007-04-04 11:47:44 -07:00
ted.mielczarek@gmail.com
a10d532b9d bug 375110 - symbol upload tweak for better symbol store management. r=bsmedberg 2007-03-26 07:55:27 -07:00
benjamin@smedbergs.us
6ab1b9b0cb Bug 374813 - Replace rsync with scp and tar with zip, to work around Windows oddities, r=luser 2007-03-23 11:05:24 -07:00
benjamin%smedbergs.us
be337f99f3 Additional removal of modules.mk, bug 367912 2007-03-12 20:27:08 +00:00
sayrer%gmail.com
3e4a98ce45 Bug 372294. remove _tests dir at the start of the build. r=bsmedberg 2007-03-02 16:38:42 +00:00
ted.mielczarek%gmail.com
dded09db77 bug 362970, Tinderbox changes to upload airbag symbols. r=preed 2007-01-11 23:42:21 +00:00
ted.mielczarek%gmail.com
d5d7bd2345 bug 363062, workaround to prevent out of disk space errors on hourly win32 tinderboxes. airbag symbol store generation is disabled for now. r=rhelmer 2006-12-08 16:22:58 +00:00
ted.mielczarek%gmail.com
e333cdebd1 bug 359151 Generate symbol files from pdb if airbag is enabled. r=preed. Use |make splitsymbols| to generate symbols. 2006-12-06 01:16:05 +00:00
kairo%kairo.at
34167297e7 small additional fix for bug 249782 - make previously introduced make NSS workaround not fail on <VC8, r=bsmedberg 2006-10-18 12:24:48 +00:00
cbiesinger%web.de
5b36f89cdb bug 353983 add --enable-application=netwerk option
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
benjamin%smedbergs.us
fc67c139c1 Followup, bug 350211 - xpcom and js are separate tiers now, not a single "core" tier 2006-08-29 18:02:16 +00:00
benjamin%smedbergs.us
4b74339c6f Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento 2006-08-29 16:53:40 +00:00
pedemont%us.ibm.com
d47f09f9df Bug 333618 - Use xpidl for generating Java interfaces. r=timeless/bsmedberg, sr=bsmedberg. 2006-08-28 15:24:32 +00:00
benjamin%smedbergs.us
ec5706586f Bug 325096 part 1 - move generic tier logic to rules.mk, so that the toplevel makefile can be split up sanely, r=mento 2006-08-25 10:45:39 +00:00
pedemont%us.ibm.com
a1100c07f7 Bug 348884 - Don't generate Java interfaces when cross compiling. Fix for Mac/Universal builds. r=bsmedberg. 2006-08-17 19:42:39 +00:00
benjamin%smedbergs.us
af03fc0477 Backout bug 345517 due to various issues. 2006-08-10 14:06:47 +00:00
benjamin%smedbergs.us
ffd802f9ed Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00
benjamin%smedbergs.us
1427ece273 Bug 339106 - integrate spellcheck into libxul, r=mento 2006-07-31 18:11:38 +00:00
gijskruitbosch%gmail.com
47d988e74e Bug 341764 - Should be able to debug from the slow script dialog if a debugger is present
r=bsmedberg for makefile changes and r=sicking for dom changes
sr=shaver
2006-06-22 21:30:49 +00:00
benjamin%smedbergs.us
53ac0b7a23 Bug 341406 - Build bookmarks as a separate component, r+sr=Neil 2006-06-15 13:35:59 +00:00
mozilla%weilbacher.org
d6a66baa65 Fix build break for os2embed but do not build it by default. Bug 339414, r=benjamin, sr=mkaply 2006-06-07 09:48:56 +00:00
benjamin%smedbergs.us
62ff848c6d Bug 332021 - Remove xpfe/components/search from the Firefox build, r=gavin 2006-05-30 13:08:47 +00:00
benjamin%smedbergs.us
d1a126b47a Bug 339099 - Integrate extensions/cookie and extensions/permissions into libxul, r=darin 2006-05-25 15:45:17 +00:00
kairo%kairo.at
c7a9f3ac75 bug 334478 - Get suiterunner to actually run (start up a somewhat usable browser window), build themes before suite for correct mac packaging, r+sr=Neil 2006-05-20 12:30:32 +00:00
jst%mozilla.jstenback.com
ed47496c33 Fixing bug 335540. Implement whatwg webapps storage. Patch by neil@mozilla.com and jst@mozilla.com, r/sr=neil/vlad/jst. 2006-05-19 05:57:36 +00:00
benjamin%smedbergs.us
ec18f62436 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
benjamin%smedbergs.us
2daffd0f4f Bug 335421 - Make FF+XR work on windows, r=mento 2006-04-27 13:37:15 +00:00
timeless%mozdev.org
533694580d Bug 315826 Scriptable XPCOM wrapper for SAX content handler
patch by sayrer@gmail.com r=peterv sr=sicking
2006-04-17 01:13:07 +00:00
bugzilla%standard8.demon.co.uk
19ae78b980 Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 3 - adjust Makefile.in. r=bsmedberg,sr=Neil 2006-03-29 20:21:45 +00:00
benjamin%smedbergs.us
8477358c26 From bug 214889 - build libreg if xpinstall or xpcomobsolete, patch by cls r=me 2006-03-28 18:12:19 +00:00
benjamin%smedbergs.us
f63a763e94 Bug 301249 - Checkout and build mozilla/dbm as part of NSS instead of the mozilla client, and pull NSS by the release tag instead of by the NSS_CLIENT_TAG which is now deprecated! r=dougt (+nelsonb) 2006-03-27 16:21:55 +00:00
tor%cs.brown.edu
d1cc8a96a4 Bug 330516 - remove depreciated and unmaintained SVG renderer backends.
r=bsmedberg, sr=roc
2006-03-20 21:16:45 +00:00
preed%mozilla.com
405b2fe9b0 Bug 329686: tools/update-packaging needs its own build target. r=darin 2006-03-09 05:47:25 +00:00
pedemont%us.ibm.com
f5134e66e3 Bug 327654 - Make sure to generate MozillaInterfaces.jar after all the IDL files have been processed. r=bsmedberg 2006-02-23 22:22:54 +00:00
benjamin%smedbergs.us
c028f45f24 Bug 327188 - enable places by default, r=bryner 2006-02-15 18:46:10 +00:00
benjamin%smedbergs.us
8ffa5f8f70 Bug 121881 - remove viewer, r=dbaron 2006-02-08 14:30:26 +00:00
vladimir%pobox.com
f4445bd103 b=249782, make mozilla build with vs2005, workaround that should be removed once the full set of patches land; r=bsmedberg 2006-02-07 20:03:32 +00:00
bsmedberg%covad.net
c720390105 Bug 299997 - Allow building Firefox as a XULRunner-based app by configuring --with-libxul-sdk=path r=darin 2006-01-28 17:32:37 +00:00
davel%mozilla.com
da85bb10e1 Unify necko and content test harnesses. Create common versions of test harness
files in tools/test-harness/xpcshell-simple, and modify the existing
instances to use the common files.  Bug 322894, r=darin,bzbarsky,
sr=benjamin
2006-01-27 20:56:16 +00:00
bsmedberg%covad.net
ec0ae1ec61 Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies 2006-01-25 20:23:24 +00:00
pavlov%pavlov.net
a6582b5239 backing out bsmedberg's checkins for bug 322965 due to build bustage. 2006-01-25 04:54:07 +00:00
bsmedberg%covad.net
abe638de27 Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul) 2006-01-24 19:27:00 +00:00
dougt%meer.net
4860f51a4f Export PSM interface when not building PSM. This fixes --disable-crypto. r=kaie+bsmedberg 2006-01-13 21:45:19 +00:00
wtchang%redhat.com
7cb9201cf8 Bugzilla Bug 317620: landed NSS 3.11 on the Mozilla trunk. The patch is
contributed by Kai Engert <kengert@redhat.com>. r=wtc,bsmedberg.
Bugzilla Bug 288647: (security/manager/Makefile.in only) enable building
NSS with system NSPR.  The patch is contributed by Chris Seawood
<cls@seawood.org>.  r=wtc,kengert.
Modified Files:
	Makefile.in browser/installer/unix/config.it
	browser/installer/unix/packages-static
	browser/installer/windows/config.it
	browser/installer/windows/packages-static
	calendar/installer/windows/config.it
	calendar/installer/windows/packages-static
	camino/Camino.xcode/project.pbxproj
	embedding/config/basebrowser-installer-win.pkg
	embedding/config/basebrowser-mac-macho
	embedding/config/basebrowser-qnx
	embedding/config/basebrowser-unix
	embedding/config/basebrowser-win embedding/config/minimo-qnx
	embedding/config/minimo-unix mail/config/basemail-os2
	mail/config/basemail-unix mail/installer/windows/config.it
	mail/installer/windows/packages-static
	minimo/config/linux_package.sh security/manager/Makefile.in
	security/manager/psm.pkg toolkit/mozapps/installer/packager.mk
	xpinstall/packager/packages-os2
	xpinstall/packager/packages-static-unix
	xpinstall/packager/packages-static-win
	xpinstall/packager/packages-unix
	xpinstall/packager/unix/deliver.pl
	xpinstall/packager/win_mfcembed/config.it
	xpinstall/packager/windows/browser.jst
	xpinstall/packager/windows/config.it
	xulrunner/installer/mac/Makefile.in
2006-01-13 18:09:32 +00:00