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

2474 Коммитов

Автор SHA1 Сообщение Дата
preed%mozilla.com 4c77746936 Testing a new (local) patch for bug 392579. 2007-08-18 19:39:15 +00:00
preed%mozilla.com 4bff5a070e Clobber to kick fxnewref-win32-tbox into building a nightly update; testing the patch in b
ug 392579. (also testing Clobber support on teh new ref box.)
2007-08-18 05:04:34 +00:00
mark%moxienet.com b1ebecf853 Reducing test timeouts on boxset to speed up builds slightly. 2007-08-17 20:18:47 +00:00
mark%moxienet.com dc3d43d94f Introducing current configurations from maya and boxset into CVS; these will now be versioned. 2007-08-17 18:23:38 +00:00
dbaron%dbaron.org 43e926f735 Initial underscore for symbols is not only public symbols, and we can remove it for C++ too if we pass the right option to c++filt. 2007-08-17 06:26:09 +00:00
preed%mozilla.com 7a7879f717 Bug 384624: Bump Tier 1 Nagios checks for Win32 ref platform. r=rhelmer 2007-08-16 23:02:47 +00:00
preed%mozilla.com b4532f7eee Bug 384624: Switch nightly builds to the new Win32 reference platform. 2007-08-16 06:29:35 +00:00
rhelmer%mozilla.com 4e84bb4e0c make sure to use .clean 2007-08-16 02:01:48 +00:00
preed%mozilla.com 2b34ae86d4 Bug 387970: _M5 regression issues; fix the PatcherConfig bug where to/from/past-updates stanzas of the config don't get updated if we were on RC > 1, but hadn't run updates yet. r=cf, r=rhelmer 2007-08-16 00:16:59 +00:00
preed%mozilla.com f8eeeb48ac Bug 387970: _M5 regression issues; this patch moves CvsTag from Bootstrap::Step::Tag to Bootstrap::Util, so other parts can get access to its functionality. (Need this change to fix the Bootstrap::Step::TinderConfig not tagging things when it's done.) 2007-08-16 00:03:47 +00:00
preed%mozilla.com 86e9734643 Bug 387970: Release regressions in _M5; this takes care of the ftp/pub/firefox/nightly/$version-candidates directory having the incorrect permission upon creation. r=cf 2007-08-15 23:50:13 +00:00
axel%pike.org e8c5b2518f bug 389706, fix bonsaipoller test for urlopen->getPage, too, r=bhearsum 2007-08-15 20:41:45 +00:00
rhelmer%mozilla.com 703c62c0c2 make staging creation more hands-off b=391968 r=cf 2007-08-15 18:46:22 +00:00
preed%mozilla.com 35be3f1023 Bug 372836: Tinderbox changes to work with MSYS, specifically adding support for copying files around manually, since MSYS doesn't have symlinks and only supports hardlinks on NTFS. r=coop,cf 2007-08-15 18:01:58 +00:00
benjamin%smedbergs.us 4e5b11dfc3 Bug 391308 - Ship the .tar.bz2 SDK for mac, r=cf 2007-08-15 16:12:56 +00:00
reed%reedloden.com c17cb0fe29 Bug 391545 - "Upload debug symbols for Sunbird (Breakpad support)" [p=mschroeder r=preed] 2007-08-15 06:45:24 +00:00
rhelmer%mozilla.com 13dfde26d0 pass build ID to FTP for use by PatcherConfig b=387970 r=preed 2007-08-14 23:53:34 +00:00
preed%mozilla.com e1c9ac7194 Bug 372836: Munge Tinderbox so that it can test MSYS-created builds. r=rhelmer 2007-08-14 17:15:04 +00:00
dbaron%dbaron.org d0bc05ebce Port trace-malloc to Mac OS X. b=392118 r+a=brendan 2007-08-14 16:35:46 +00:00
philringnalda%gmail.com 9cd3665d92 CLOBBERing to get the bug 392170 fix for a wrong-patch checkin for bug 391243 2007-08-14 15:53:52 +00:00
rhelmer%mozilla.com 65eac795c6 nightly win32 build busted, clobbering 2007-08-14 15:14:14 +00:00
dbaron%dbaron.org 4656373872 Trim extra underscores. 2007-08-14 05:06:05 +00:00
dbaron%dbaron.org d439557679 Use vmaddr for __TEXT section, not first section, so that we get correct results for the binary. 2007-08-14 04:44:33 +00:00
dbaron%dbaron.org b9f9cb3abe Don't ignore exported symbols. 2007-08-14 04:35:29 +00:00
dbaron%dbaron.org ee4ad752d8 Correct stack trace addresses to call instruction rather than return instruction. Read SO stabs entries. 2007-08-14 04:28:51 +00:00
dbaron%dbaron.org fa544b7867 Add script to fix Mac OS X stack traces. b=336517 2007-08-14 03:25:51 +00:00
sharparrow1%yahoo.com b11b3ec93e Clobbering win32 in attempt to fix orange 2007-08-14 02:40:44 +00:00
nrthomas%gmail.com 91464b0172 *** empty log message *** 2007-08-13 20:21:56 +00:00
dbaron%dbaron.org ce60d38f6d Don't count frees of things whose allocations weren't counted because they were before we overrode malloc, etc. b=391950 r+a=brendan 2007-08-12 22:20:36 +00:00
dbaron%dbaron.org ff4e8b1f82 Make void signatures match header. b=391766 r+a=brendan 2007-08-11 00:53:28 +00:00
dbaron%dbaron.org 8b010ccfad Lock around NS_TraceMallocDumpAllocations. b=391766 r+a=brendan 2007-08-11 00:53:02 +00:00
dbaron%dbaron.org 86c68d7e66 Stop using strncpy unnecessarily. b=391766 r+a=brendan 2007-08-11 00:52:35 +00:00
nrthomas%gmail.com b30ea4374a Bug 391320, use sysvar for logDir lookups, r=preed 2007-08-10 23:30:01 +00:00
dbaron%dbaron.org 4764771947 Add suppression code around calls to original allocation functions to handle things like new[] calling new. b=391491 r+a=brendan 2007-08-10 22:22:07 +00:00
dbaron%dbaron.org a5ba3b4162 Hook new[] and delete[] too, since (with VC8 anyway) we're picking up new[] through new, but not picking up delete[]. b=391491 r+a=brendan 2007-08-10 22:21:37 +00:00
dbaron%dbaron.org 327dcb72df Define the __libc_* on Windows to something that does automatic suppression, like on Linux. b=391477 r+a=brendan 2007-08-10 22:21:13 +00:00
dbaron%dbaron.org d834a42cdd Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan 2007-08-10 22:20:49 +00:00
dbaron%dbaron.org 8276ca56e2 Start reducing the scope of locking in trace-malloc, and convert the PRMonitor to a PRLock. b=376874 r+a=brendan 2007-08-10 22:19:32 +00:00
dbaron%dbaron.org f0e1c0f75d Use thread-local storage for tracing suppression. b=376874 r+a=brendan 2007-08-10 22:19:14 +00:00
dbaron%dbaron.org 1f637899a8 Mention new value of XPCOM_DEBUG_BREAK in comment. b=391722 r=preed 2007-08-10 22:12:03 +00:00
dbaron%dbaron.org 3db03dc8d8 Fix bustage on VC8. b=391141 r=brendan a=DEBUG-only 2007-08-10 21:26:03 +00:00
dbaron%dbaron.org 064c7b788d Improve performance when trace-malloc is built but not used by adding a fast-path around the locking. b=150015 r=brendan a=bzbarsky 2007-08-10 21:24:32 +00:00
nrthomas%gmail.com b710873621 Bug 385454, re-enable releasing builds and make a nightly 2007-08-10 17:18:35 +00:00
nrthomas%gmail.com 19dba477ac bug 376264, change build name annotation from release to Nightly (xulrunner trunk) 2007-08-10 15:47:52 +00:00
nrthomas%gmail.com 33ce085199 Bug 385454, move XULRunner trunk build to ref platform - enable crashreporter and temporarily disable releasing builds 2007-08-10 15:11:03 +00:00
preed%mozilla.com 3ca5a17d7e Bug 354166: Cache HashFile() calls. r=cf 2007-08-09 22:10:53 +00:00
nrthomas%gmail.com c61c6c0455 Bug 388717, Automation changes for Tb1.5.0.13 RC1, r=preed 2007-08-09 22:08:58 +00:00
mark%moxienet.com 844cc7b061 388651 Tinderbox tests shouldn't attempt to load favicons. Set the prefs in tinderbox. r=coop 2007-08-09 21:52:14 +00:00
ted.mielczarek%gmail.com c48145cb6d bug 372836 - tinderbox changes to work with MSYS/MozillaBuild - fix MSYS sysinfo. r=preed 2007-08-09 19:54:58 +00:00
rcampbell%mozilla.com 8b39d000ca 388223 - unit test CLOBBER support on windows, r=rhelmer 2007-08-09 18:13:24 +00:00
rcampbell%mozilla.com 6058299e7e CLOBBER - testing bug 388223 2007-08-09 16:34:43 +00:00
rcampbell%mozilla.com cbf6f6076a CLOBBER! Testing bug 388223 2007-08-09 15:17:44 +00:00
rcampbell%mozilla.com 5a6a315022 Bug 391382, Need talos buildbot configs checked in - r=anodelman@mozilla.com 2007-08-09 11:26:51 +00:00
dolske%mozilla.com 0a6be4bd39 Try to fix unknown cause of OS X orange. 2007-08-09 03:42:19 +00:00
ted.mielczarek%gmail.com 13d883a522 bug 386045 - MozillaBuild doesn't recognize MSVC9. patch by Robin Monks <mozillamonks@yahoo.ca>, r=me 2007-08-09 02:11:39 +00:00
nrthomas%gmail.com c5fd465765 Remove checks on non-shipped nightlies 2007-08-08 18:41:11 +00:00
kairo%kairo.at 745a082195 Try if clobbering fixes bud^Hstage 2007-08-08 18:03:49 +00:00
rcampbell%mozilla.com ecff9f19d5 bug 387415 - Run browser chrome tests on the unit test buildbots, r=gavin.sharp 2007-08-08 16:15:53 +00:00
reed%reedloden.com 25c90baa52 Bug 391056 - "Swap to SQLite-based pageload server (take three)" [p=reed r=BuildTeam] 2007-08-08 03:32:47 +00:00
rhelmer%mozilla.com 4a99053a0d simple build unpacker, b=373995 r=preed 2007-08-07 02:20:54 +00:00
sdwilsh%shawnwilsher.com e19117da6e Bug 319768 - (XPathGenerator) - Implement XPath generator. Patch by Alex Vincent <ajvincent@gmail.com>. r=peterv, sr=jonas NPOTB 2007-08-03 23:00:40 +00:00
mark%moxienet.com 4f2ebc12b9 388982 Tinderbox server losing mail, causing perpetually yellow builds. Add a subject to Tinderbox status e-mails. r=coop. Recommitting as-is, cf says that the problems on bl-bldlnx03 and bl-bldxp01 are unrelated to this patch. 2007-08-03 17:49:21 +00:00
mark%moxienet.com 50a360607f Backing out patch from bug 388982, because it caused bl-bldlnx03 (Firefox fxnewref-linux-tbox), bl-bldxp01 (Firefox fx-win32-tbox) to be unable to send status e-mails? 2007-08-03 16:28:04 +00:00
ted.mielczarek%gmail.com 57852352e1 bug 377929 - mozilla2 buildbot setup. mozilla2 master.cfg + hgpoller.py r=rhelmer 2007-08-03 15:02:19 +00:00
mark%moxienet.com 84e47c7d03 388982 Tinderbox server losing mail, causing perpetually yellow builds. Add a subject to Tinderbox status e-mails. r=coop 2007-08-03 14:39:45 +00:00
nrthomas%gmail.com 8965e73ae0 Bug 390514, bump version to 3.0a8pre (for now), r=bsmedberg 2007-08-03 14:26:47 +00:00
myk%mozilla.org e390235796 bug 390498: starts ssh-agent automatically in MozillaBuild, making rxvt a client of ssh-agent, so you don't have to start it yourself before running ssh-add to register
your ke$
r=bsmedberg
NPOTB
2007-08-02 20:06:46 +00:00
nrthomas%gmail.com 63a8123725 Bug 389915, version bump to 2.0.0.7pre, r=rhelmer 2007-08-02 16:45:30 +00:00
nrthomas%gmail.com 4e55d64dd3 Cloober for Cairo landing at vlad's request 2007-08-02 14:57:51 +00:00
nrthomas%gmail.com c565fd628e Bug 389218, xulrunner nagios bump for milestone bump to 2.0.0.7pre, r=preed 2007-08-01 19:36:25 +00:00
nrthomas%gmail.com 0ea36a8925 Bugt 389218, version in 2.0.0.7pre now, r=preed 2007-08-01 15:18:28 +00:00
nrthomas%gmail.com e600931916 Restore monitoring for linux boxes, missing since new ref platform deployed 2007-08-01 14:50:40 +00:00
preed%mozilla.com f861d1ec03 Bump the Thunderbird 2.0.0.6 candidates to RC2 to correct bug 389975. 2007-07-28 23:27:48 +00:00
preed%mozilla.com ed83f70d4e Bug 389915: bootstrap.cfg bumps for Tbird 2.0.0.6; r=rhelmer 2007-07-28 01:27:16 +00:00
axel%pike.org 11e4f3bba7 bug 389706, make bonsai request async with timeout by using twisted.web.client.getPage, r=bhearsum 2007-07-27 09:32:50 +00:00
axel%pike.org b1533a7522 bug 389645, fixes for empty comments and multiple ci nodes, r=bhearsum 2007-07-26 12:52:09 +00:00
preed%mozilla.com 26f181ba47 Bug 389218: bootstrap.cfg bumps for 2.0.0.6 rc 2. 2007-07-25 23:59:09 +00:00
myk%mozilla.org 527a390961 clobbering to fix flash crash in bug 389474 due to checkin for bug 388388 2007-07-25 23:22:06 +00:00
kairo%kairo.at c5b68f9fef try if clobbering fixes orange 2007-07-25 21:48:18 +00:00
kairo%kairo.at 2d3b45f913 use the correct var for disabling crash reports 2007-07-25 20:54:01 +00:00
kairo%kairo.at 078dc991fa remove mozconfig options that are defaults/unneeded 2007-07-25 20:44:12 +00:00
steffen.wilberg%web.de 2defeba10e Bug 387181: remove unneeded mozconfig options which are the default anyway. r=bsmedberg 2007-07-25 19:53:10 +00:00
kairo%kairo.at 7bb85b1cea set MOZ_CRASHREPORTER_DISABLE on SeaMonkey tinderboxen so they don't pop up breakpad windows 2007-07-25 19:49:02 +00:00
rhelmer%mozilla.com a311aab0c8 make blat write to a tempfile, so it works on all tested versions b=372762 r=cf 2007-07-25 19:04:04 +00:00
surkov.alexander%gmail.com de845c47fd Try to fix bustage from Bug 371394 2007-07-25 12:46:53 +00:00
dmose%mozilla.org 13dec0ed39 Pre-emptively clobbering in order to avoid more lossage from backout of bug 388388 2007-07-24 23:42:38 +00:00
ccooper%deadsquid.com a6c95b21a7 - set ssh_user to calbld 2007-07-24 13:45:01 +00:00
ccooper%deadsquid.com ace9a38169 - don't use anonymous CVS inside the firewall 2007-07-24 01:08:05 +00:00
ccooper%deadsquid.com 16bf9daa53 - don't use anonymous CVS inside the firewall 2007-07-24 00:28:12 +00:00
preed%mozilla.com 991f9862c7 Bug 388103: Version/monitoring bumps for Thunderbird; r=rhelmer. 2007-07-24 00:13:23 +00:00
bzbarsky%mit.edu 5dc3866546 Enable codesize test on Mac. Bug 388891, r=preed 2007-07-23 22:13:07 +00:00
preed%mozilla.com 9df80f1301 Bug 389218: bootstrap.cfg changes for fx2006; r=cf 2007-07-23 07:37:35 +00:00
rhelmer%mozilla.com 0c3907cdcd check out shipped-locales file before trying to use it, b=389172 r=preed 2007-07-23 01:48:27 +00:00
nrthomas%gmail.com 512e46dd5d Follow up for bug 387766 - XULRunner version follows Gecko milestone 2007-07-21 22:08:45 +00:00
bzbarsky%mit.edu 60b7190094 Make codesighs work on OSX again. Bug 388891, patch by Vlad Sukhoy
<vladimir.sukhoy@gmail.com>, r=shebs
2007-07-21 03:23:35 +00:00
sdwilsh%shawnwilsher.com b97b93ce31 trying a clobber 2007-07-19 22:14:07 +00:00
ccooper%deadsquid.com 4cc85ff898 - adding files to allow clean shutdown on Mac 2007-07-19 20:48:57 +00:00
ccooper%deadsquid.com bbc74d3526 b=388691
- delete ObjDir first in case it require mozilla/ as part of a relative path
2007-07-19 19:40:21 +00:00
ccooper%deadsquid.com 78eae6579a b=388691
r=rhelmer
- undo previous patch
- allow for CLOBBERing of non-release builds
2007-07-19 18:54:58 +00:00
ccooper%deadsquid.com b7784a93d2 b=388691
r=rhelmer
- allow depend builds to be CLOBBERed as well
2007-07-19 17:00:23 +00:00