Граф коммитов

453 Коммитов

Автор SHA1 Сообщение Дата
Ted Mielczarek 37f448a515 bug 607946 - Allow specifying a post-upload command for uploadsymbols. r=catlee a=bsmedberg
--HG--
extra : rebase_source : 5b152bd6833924b69af8e3ec0f0e7be36e388891
2010-11-01 14:47:16 -04:00
Ted Mielczarek c6ccfd720f backout bug 607946, hg rebase did some bad things. a=bustage 2010-11-02 08:21:07 -04:00
Ted Mielczarek 5e66f34e1c bug 607946 - Allow specifying a post-upload command for uploadsymbols. r=catlee a=bsmedberg
--HG--
extra : rebase_source : c613fcbdc37f2154dd0f8029068584ccdf867b44
2010-11-01 14:47:16 -04:00
Ted Mielczarek de88b0bc81 bug 595171 - crashreporter glue for Android. r=blassey a=blocking-fennec 2010-10-13 14:27:44 -04:00
Michael Wu 2c88a3ece0 Bug 588607 - 4a. Wrap the dl* functions with our own version, r=ted a=blocking-fennec
--HG--
extra : rebase_source : e10df4b4a99b04156b660fbc443b3061ec88c38f
2010-10-15 11:28:32 -07:00
Benjamin Smedberg 74e5d94ba5 Bug 388971 - Add unit test to check for R_386_PC32 relocations, patch by Ted fixed up by myself, r=theotheroneofus a=build only 2010-10-13 08:43:03 -04:00
Kyle Huey 6bf13b4c5c Backed out changeset 0ac9a37f9428 2010-10-07 12:10:54 -04:00
Kyle Huey 4911771a09 Bug 596585: Toplevel makefile should be aware of js/src's configure. r=Mitch a=NPOTB
--HG--
extra : rebase_source : 893995282c601b64e528563aaac6bee6ede39520
2010-10-02 04:27:19 -04:00
Mounir Lamouri 0e0e895f9e Merging to tip. a=blocking-b7 2010-09-30 17:10:19 -07:00
Nick Thomas 37e10f9397 Bug 571367, turn production x86_64 builds into i386/x86_64 universal binaries (build system changes) r=ted 2010-09-27 11:06:01 +13:00
Jeff Hammel 4867e8e6ea Bug 516984 - Make file changes for Mozmill support in buildbot r=ted 2010-06-01 13:45:01 -07:00
Chris AtLee 852139d801 bug 561419: Only upload breakpad symbols to FTP for now, to reduce load on mv<-->mpt link. r=bsmedberg, a=dholbert_sheriff 2010-04-23 13:00:06 -07:00
Egor Starkov ba0dff954e Bug 552385 - "Memory" directory is compiling twice while building fennec. r=ted.mielczarek 2010-03-24 06:07:45 -04:00
Brad Lassey aa2a6e2a6a follow up to bug 548207, test for WINCE instead of CROSS_COMPILE due to make check failure on OSX
--HG--
extra : rebase_source : 2b0ab634f5286e6317e147daa0cd790f633acdbf
2010-03-10 15:35:31 -05:00
Brad Lassey 4257e0473f bug 548207 - allow make check to run over remote connection from devicemanager.py r=ted,ctalbert,jmaher
--HG--
rename : build/devicemanager.py => build/mobile/devicemanager.py
2010-03-10 13:36:45 -05:00
Chris Jones 90e5b2265a Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg 2010-03-03 23:02:57 -06:00
Benjamin Smedberg a9da59df7f Bug 528250 - Unify all the intermediate tiers (xpcom/necko/external/gecko/toolkit) into one tier_platform, r=ted sr=vlad 2009-11-12 14:37:34 -05:00
Ted Mielczarek 1042977486 bug 474610 - generate a text file alongside application packages that includes the build ID and source changeset, and upload it with the build package. r=bhearsum 2010-02-25 11:19:35 -05:00
Serge Gautherie 2618c3c0e5 Bug 484799 - make {package,installer} should rebase on windows; (Dv1) Makefile.in obsolete target removals part only.
rs=ted.mielczarek r=benjamin.
2010-02-23 06:00:43 +01:00
Ben Hearsum e922db9f7e Backing out bug 484799 which breaks new Windows build machines, and was meant to be backed out in December.. 2010-02-19 08:47:47 -05:00
Mike Hommey 76c1573a7a Bug 541767 - "Various problems with how config/my{config,rules}.mk are handled" [r=ted] 2010-02-04 09:19:00 -05:00
Vladimir Vukicevic befc4d461f b=530038; add build warning if configure or config.status are out of date; r=ted 2010-01-22 16:39:13 -08:00
Brad Lassey 32ecdb4260 bug 532925 - implement make buildsymbols for targets without crash reporter support in order to enable symbol server support for Windows Mobile r=ted 2010-01-14 09:52:33 -05:00
Gijs Kruitbosch 569fe7220a Bug 515792 - use hg parent, as few times as possible, rather than lots of hg identify, r=ted.mielczarek 2009-12-20 15:25:48 +01:00
Bill Lancashire 1bc2bc71b3 Bug 520704 - "Build problems with libffi and PGO" [r=ted] 2009-12-03 02:20:11 -06:00
Ted Mielczarek f828fb016e bug 484799 - make {package,installer} should rebase on windows. r=bsmedberg 2009-10-20 08:13:38 -04:00
Chris AtLee cc436edfb6 Bug 457753: Ensure that the directory exists before zipping up crashreporter symbols. r=ted 2009-11-04 09:59:47 -05:00
Chris AtLee 5c668adf76 Bug 457753 - Make sure crashsymbols are uploaded into the right directory for release builds. r=ted
--HG--
extra : rebase_source : 4445d6def7d1db0d14b819d2d9e3d13f61884261
2009-09-29 18:22:08 -04:00
Chris Jones 708e2e04ae Backed out changeset 8cbc47eee659 2009-10-02 18:09:08 -05:00
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