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

2517 Коммитов

Автор SHA1 Сообщение Дата
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
kairo%kairo.at 22601940c4 re-enable tests, Ts tests might run again 2007-07-19 14:51:08 +00:00
preed%mozilla.com c5c8834b50 Bug 387766: Version/monitoring bumps for Fx, 2.0.0.6pre. r=rhelmer 2007-07-19 01:46:03 +00:00
sayrer%gmail.com db95c102dd Clobber for bug 332174. 2007-07-18 19:51:12 +00:00
sdwilsh%shawnwilsher.com 0aad9a15ae Build bustage fix for Bug 306907? 2007-07-18 18:13:36 +00:00
ted.mielczarek%gmail.com bbe472ff76 bug 377100 - configure all trunk tinderboxen to use objdirs--really switch tb-linux-tbox to an objdir. r=mscott 2007-07-18 16:32:29 +00:00
ted.mielczarek%gmail.com d8a0b9b5ce bug 382723 - Windows File picker always Windows Classic theme (Suiterunner). switch to an objdir. r=kairo 2007-07-18 13:58:56 +00:00
ted.mielczarek%gmail.com ba1c4b6833 bug 377100 - configure all trunk tinderboxen to use objdirs--switch win32/linux xulrunner trunk to objdirs. r=bsmedberg 2007-07-18 13:53:14 +00:00
dmose%mozilla.org a39f628657 Try and fix bustage from bug 386078 2007-07-17 23:34:15 +00:00
dmose%mozilla.org a31857a81b Trying to fix bustage from bug 386078 landing 2007-07-17 23:28:44 +00:00
joshmoz%gmail.com 8c33764316 clobbar mac trunk tinderboxes 2007-07-17 18:17:22 +00:00
joshmoz%gmail.com 9d4e2cf9f1 use gcc 4 on PPC Mac OS X (we already use gcc 4 on Intel), use 10.4 SDK on all tinderboxes, Mac OS X 10.4 is the new minimum system requirement for Gecko 1.9. b=385221 r=mento r=luser 2007-07-17 18:10:59 +00:00
kairo%kairo.at 3a8d85c1c9 temporarily disable tests on sea-win32-tbox due to bug 387933 2007-07-17 16:18:03 +00:00
preed%mozilla.com 65d8f9dd32 Bug 388103: release automation config bumps for Tb 2.0.0.5; r=rhelmer 2007-07-16 09:11:28 +00:00
kherron%fmailbox.com d8000a902c Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov. 2007-07-15 12:27:59 +00:00
rhelmer%mozilla.com 79992d3990 master.cfg and mozbuild.py for buildbot tryserver b=387958 p=bhearsum r=rhelmer hallelujah=preed 2007-07-14 00:46:26 +00:00
scott%scott-macgregor.org b15263d4f8 Bug 379396 move to objdir 2007-07-13 23:56:22 +00:00
scott%scott-macgregor.org 84c17f72bc Bug #379396 --> stop shipping talkback now that thunderbird is using breakpad.
switch windows and linux to objdir builds.

r=preed
2007-07-13 23:07:33 +00:00
preed%mozilla.com 4023cdfc51 Start RC 2 builds for Firefox 2.0.0.5; picks up regression bug 387979. 2007-07-13 22:18:31 +00:00
preed%mozilla.com 03c193bf0a Bug 384035: Switch nightly linux tinderbox to fxnewref-linux-tbox. r=rhelmer 2007-07-13 06:18:36 +00:00
preed%mozilla.com 6a24908f33 Bug 387766: Version/config bumps for Fx 2005; r=rhelmer,cf 2007-07-12 21:57:43 +00:00
jwalden%mit.edu a3fce23391 Force a clobber so nightlies get an update with sessionstore again for the bug 386635 backout. 2007-07-12 19:20:42 +00:00
mark%moxienet.com b585525be4 387680 Talkback on trunk is not getting the correct build ID. Push the build ID in from Tinderbox. r=coop 2007-07-12 17:54:51 +00:00
nrthomas%gmail.com 29cc788d90 Bug 378226, Push() subroutine for Updates step, r=rhelmer 2007-07-12 17:54:14 +00:00
nrthomas%gmail.com ed23bc34b1 Bug 378226, Push() subroutines for Build & Repack steps, r=rhelmer 2007-07-12 17:47:39 +00:00
rcampbell%mozilla.com 179fe1e689 Bug 387676 - Need buildbot configs for new ref platform VM, r+=preed 2007-07-12 14:25:07 +00:00
rhelmer%mozilla.com fd79a87a56 bump all relevant tags in client.mk b=387426 r=preed r=cf 2007-07-12 03:57:18 +00:00
mark%moxienet.com 56f24c01fc Flip the switches to allow official release builds to be provided by cb-xserve01 instead of maya. 2007-07-11 18:07:37 +00:00
ccooper%deadsquid.com 7b225bfe0f - switch to depend build
- change tinderbox label to 'Nightly'
2007-07-11 16:12:59 +00:00
axel%pike.org 16812ad3cd bug 387665, don't overwrite existing files, r=rcambell 2007-07-11 14:23:37 +00:00
rhelmer%mozilla.com 3ea437ef6b handle cc list better in emergency fail email b=372762 r=preed 2007-07-11 06:12:16 +00:00
ccooper%deadsquid.com 1238116ecf b=381996
- use calbld user
2007-07-11 05:34:15 +00:00
ccooper%deadsquid.com 7fc29976bb b=381996
- use project-specific bld users
2007-07-11 03:45:20 +00:00
axel%pike.org 49a7d6788e bug 387437, add --app to specify application, r=KaiRo 2007-07-10 13:55:01 +00:00
rhelmer%mozilla.com 08919569c4 buildbot config checker, b=378529 r=rhelmer p=bhearsum 2007-07-09 20:17:47 +00:00
kairo%kairo.at 985381f99e bug 383125 - Use breakpad for SeaMonkey trunk, r=luser 2007-07-09 18:31:23 +00:00
nrthomas%gmail.com ba4d950998 Bug 373911, Tinderboxes don't remove old packages when talkback disabled, eventually exhausting disk space. r=coop 2007-07-09 15:00:42 +00:00
nrthomas%gmail.com 01ecec54b9 Bug 383775, work around pacifica-vm cruftiness by going back to using rsync for Cygwin, r=preed 2007-07-09 08:26:00 +00:00
kairo%kairo.at d337d5c494 bug 386726 - Upload SeaMonkey debug symbols for breakpad support, r=preed (plus trigger new nightlies for testing this and Mark's debugQA re-addition) 2007-07-08 14:36:34 +00:00
preed%mozilla.com 4fa0bc3a7c Revert cf's nagios monitoring change, so fx-linux-tbox is once again the nightly build machine. 2007-07-06 23:23:12 +00:00
nrthomas%gmail.com 90a853b548 Bug 384035, new tinderbox name in linux ref platform update 2007-07-06 21:38:45 +00:00
preed%mozilla.com 1febfaaf8c Bug 372755: respin support for Bootstrap. Finally! ;-) r=rhelmer,cf 2007-07-05 22:58:32 +00:00
ted.mielczarek%gmail.com f06c0d41df bug 386618 - Upload debug symbols for Thunderbird (Breakpad Support). r=preed 2007-07-03 22:04:20 +00:00
axel%pike.org cfb321b8cc bug 383585, improve tooling for dummy localizations, r=sayrer 2007-07-03 17:54:52 +00:00
nrthomas%gmail.com d6633ca78e Bug 386114, nagios monitoring changes for bump to a7pre 2007-07-03 15:43:40 +00:00
benjamin%smedbergs.us d10f10670e Bug 384174 - Disable talkback completely on Firefox trunk, add objdirs, and clobber 2007-07-02 15:59:35 +00:00
kherron%fmailbox.com 65699de1f2 Trying to reland patch for bug 381631. 2007-06-30 12:04:20 +00:00
gavin%gavinsharp.com 73453f5971 Trigger a new nightly now that the patch for bug 347743 was backed out (it was causing bug 386332) 2007-06-29 20:29:44 +00:00
mark%moxienet.com b65a91c135 Set $build_hour to 0 now that we have a fast-enough tinderbox to produce
nightly builds from four branches in three hours total.  We had moved it back
to 22 on maya, which took nine or ten hours for three branches, so that it'd
get the nightlies out of the way and be back in business to do rolling depend
builds during the day while important people on the east coast were awake.

Also update other recent changes to keep this file conformant with
tinder-defaults.
2007-06-27 17:50:40 +00:00
ccooper%deadsquid.com 619acac721 - missing semicolon 2007-06-27 17:42:00 +00:00
ccooper%deadsquid.com 8f5372ebdd b=373373
- use prebuilt talkback packages
2007-06-27 13:40:18 +00:00
ccooper%deadsquid.com 88745b5cf5 b=373373
- set MofoRoot
2007-06-27 13:09:34 +00:00
ccooper%deadsquid.com 0dc73eef38 b=373373
- use prebuilt talkback for SeaMonkey
2007-06-27 13:02:28 +00:00
ccooper%deadsquid.com ca7192c2cd b=373373
- set MofoRoot
2007-06-27 12:48:18 +00:00
nrthomas%gmail.com 40c9d5f32e Bug 378226, Push support for Source step, r=rhelmer 2007-06-27 10:46:27 +00:00
sdwilsh%shawnwilsher.com fe6f4b699c Bug 384235 - The check-interactive target doesn't load head_*, tail_* files for a test. Patch by Alex Vincent <ajvincent@gmail.com>. r=rcampbell 2007-06-27 00:51:33 +00:00
ccooper%deadsquid.com f42719dbe7 b=373373
r=preed
- allow builds to use prebuilt Talkback packages
- add defaults to tinder-* config files to disable using Talkback packages by default
2007-06-26 21:53:42 +00:00
ted.mielczarek%gmail.com 77b84f1e75 bug 385759 - upload breakpad symbols from fx-linux-tbox. r=preed (clobbering Linux) 2007-06-26 13:16:43 +00:00