Commit Graph

2201 Commits

Author SHA1 Message Date
rhelmer@mozilla.com
9f572172c3 set stagingUser and stagingServer in StoreBuildID method 2007-08-21 08:40:20 -07:00
rhelmer@mozilla.com
c4c0d6fe14 varibilize download/ftp/stage.m.o and replace sshUser/sshServer w/ stagingUser/stagingServer b=391968 r=cf 2007-08-20 17:32:16 -07:00
rhelmer@mozilla.com
e5b17a3ac0 include CvsCatfile b=387970 r=me 2007-08-20 16:30:48 -07:00
rhelmer@mozilla.com
2ed1117c52 backing out attachment 276714 from bug 387970, see comment 30 2007-08-20 12:11:10 -07:00
dbaron@dbaron.org
ce5cbcd62f Link readers against libxul when trace-malloc is part of libxul (fixing tinderbox bustage). 2007-08-19 18:30:04 -07:00
dbaron@dbaron.org
84c375636f Revert previous checkin. 2007-08-19 17:59:57 -07:00
dbaron@dbaron.org
5e0e5baefe Attempt to fix trace-malloc bustage in libxul builds by removing LIBXUL_LIBRARY=1 (fixing tinderbox bustage for newly-enabled test). 2007-08-19 17:50:01 -07:00
dbaron@dbaron.org
d9acf0063d Force linking with the C++ compiler rather than the C compiler (since we're using SIMPLECPPSRCS rather than CPPSRCS). b=392118 r=bsmedberg a=bzbarsky 2007-08-19 17:00:40 -07:00
rhelmer@mozilla.com
13fbbc4d9d use sysvar not var for logDir b=375782 r=cf 2007-08-19 09:51:54 -07:00
preed@mozilla.com
e94a57bbbb Bug 392579: Corrections from rhelmer's drive by. 2007-08-18 12:48:34 -07:00
dbaron@dbaron.org
e894bae0e8 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-16 23:26:09 -07:00
rhelmer@mozilla.com
cb7a8f6944 make sure to use .clean 2007-08-15 19:01:48 -07:00
preed@mozilla.com
67d0729bf1 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-15 17:16:59 -07:00
preed@mozilla.com
a93ad5e45d 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-15 17:03:47 -07:00
preed@mozilla.com
33b6909b47 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 16:50:13 -07:00
rhelmer@mozilla.com
5556462dd6 make staging creation more hands-off b=391968 r=cf 2007-08-15 11:46:22 -07:00
rhelmer@mozilla.com
899626f4a0 pass build ID to FTP for use by PatcherConfig b=387970 r=preed 2007-08-14 16:53:34 -07:00
dbaron@dbaron.org
051a23c4b6 Port trace-malloc to Mac OS X. b=392118 r+a=brendan 2007-08-14 09:35:46 -07:00
dbaron@dbaron.org
61a2848c74 Trim extra underscores. 2007-08-13 22:06:05 -07:00
dbaron@dbaron.org
4a838a2451 Use vmaddr for __TEXT section, not first section, so that we get correct results for the binary. 2007-08-13 21:44:33 -07:00
dbaron@dbaron.org
b654bf756a Don't ignore exported symbols. 2007-08-13 21:35:29 -07:00
dbaron@dbaron.org
b74d32bcd8 Correct stack trace addresses to call instruction rather than return instruction. Read SO stabs entries. 2007-08-13 21:28:51 -07:00
dbaron@dbaron.org
7ab5acff72 Add script to fix Mac OS X stack traces. b=336517 2007-08-13 20:25:51 -07:00
dbaron@dbaron.org
179f4c00df 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 15:20:36 -07:00
dbaron@dbaron.org
b389fc0c0c Make void signatures match header. b=391766 r+a=brendan 2007-08-10 17:53:28 -07:00
dbaron@dbaron.org
52cad5fe7e Lock around NS_TraceMallocDumpAllocations. b=391766 r+a=brendan 2007-08-10 17:53:02 -07:00
dbaron@dbaron.org
f7090d52d4 Stop using strncpy unnecessarily. b=391766 r+a=brendan 2007-08-10 17:52:35 -07:00
nrthomas@gmail.com
36deca453b Bug 391320, use sysvar for logDir lookups, r=preed 2007-08-10 16:30:01 -07:00
dbaron@dbaron.org
185d0a35f7 Add suppression code around calls to original allocation functions to handle things like new[] calling new. b=391491 r+a=brendan 2007-08-10 15:22:07 -07:00
dbaron@dbaron.org
e9ba17bce0 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 15:21:37 -07:00
dbaron@dbaron.org
7937605426 Define the __libc_* on Windows to something that does automatic suppression, like on Linux. b=391477 r+a=brendan 2007-08-10 15:21:13 -07:00
dbaron@dbaron.org
593cd91cf8 Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan 2007-08-10 15:20:48 -07:00
dbaron@dbaron.org
def4dbe999 Start reducing the scope of locking in trace-malloc, and convert the PRMonitor to a PRLock. b=376874 r+a=brendan 2007-08-10 15:19:32 -07:00
dbaron@dbaron.org
40b3eebdbb Use thread-local storage for tracing suppression. b=376874 r+a=brendan 2007-08-10 15:19:14 -07:00
dbaron@dbaron.org
57b13d7670 Fix bustage on VC8. b=391141 r=brendan a=DEBUG-only 2007-08-10 14:26:03 -07:00
dbaron@dbaron.org
8888cc609f 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 14:24:32 -07:00
preed@mozilla.com
9f838fde7e Bug 354166: Cache HashFile() calls. r=cf 2007-08-09 15:10:53 -07:00
nrthomas@gmail.com
ee7c513570 Bug 388717, Automation changes for Tb1.5.0.13 RC1, r=preed 2007-08-09 15:08:58 -07:00
rhelmer@mozilla.com
9c768a4e05 simple build unpacker, b=373995 r=preed 2007-08-06 19:20:54 -07:00
sdwilsh@shawnwilsher.com
b26245841c Bug 319768 - (XPathGenerator) - Implement XPath generator. Patch by Alex Vincent <ajvincent@gmail.com>. r=peterv, sr=jonas NPOTB 2007-08-03 16:00:39 -07:00
preed@mozilla.com
f338e5b9b8 Bump the Thunderbird 2.0.0.6 candidates to RC2 to correct bug 389975. 2007-07-28 16:27:48 -07:00
preed@mozilla.com
35c8d1d12f Bug 389915: bootstrap.cfg bumps for Tbird 2.0.0.6; r=rhelmer 2007-07-27 18:27:16 -07:00
preed@mozilla.com
1e28df7a0c Bug 389218: bootstrap.cfg bumps for 2.0.0.6 rc 2. 2007-07-25 16:59:09 -07:00
rhelmer@mozilla.com
70707dc33d make blat write to a tempfile, so it works on all tested versions b=372762 r=cf 2007-07-25 12:04:04 -07:00
preed@mozilla.com
0380e5b116 Bug 389218: bootstrap.cfg changes for fx2006; r=cf 2007-07-23 00:37:35 -07:00
rhelmer@mozilla.com
183dff1a53 check out shipped-locales file before trying to use it, b=389172 r=preed 2007-07-22 18:48:27 -07:00
bzbarsky@mit.edu
e309c86195 Make codesighs work on OSX again. Bug 388891, patch by Vlad Sukhoy
<vladimir.sukhoy@gmail.com>, r=shebs
2007-07-20 20:23:35 -07:00
ccooper@deadsquid.com
b12408cf66 - adding files to allow clean shutdown on Mac 2007-07-19 13:48:57 -07:00
preed@mozilla.com
dba6073690 Bug 388103: release automation config bumps for Tb 2.0.0.5; r=rhelmer 2007-07-16 02:11:28 -07:00
preed@mozilla.com
3ce86f54e8 Start RC 2 builds for Firefox 2.0.0.5; picks up regression bug 387979. 2007-07-13 15:18:31 -07:00