bsmedberg%covad.net
|
32567c0889
|
Add post-mozilla script to build Firefox localizations. Needs more work to be configurable, but it works.
|
2004-09-06 00:14:20 +00:00 |
bryner%brianryner.com
|
e34771c7a5
|
Suppress the default browser dialog for Firefox so that it doesn't prevent the pageload test from running (sync from local changes on redwood)
|
2004-08-31 19:02:56 +00:00 |
dbaron%dbaron.org
|
534059c845
|
Set CVS_RSH for checking out talkback. r=bryner
|
2004-08-20 20:50:41 +00:00 |
bzbarsky%mit.edu
|
7f725a50fb
|
Add DHTML performance test. Bug 169770, r=dbaron
|
2004-08-09 21:24:03 +00:00 |
bryner%brianryner.com
|
6ddbc79d39
|
Mac is picky. Get rid of quotes on glob pattern.
|
2004-07-25 02:07:10 +00:00 |
bryner%brianryner.com
|
0a1661ea12
|
Expand salted profile directory name for Thunderbird
|
2004-07-25 01:07:44 +00:00 |
cltbld%netscape.com
|
aab26bcdbb
|
mac fixes for release builds from bryner, r=leaf (leaf checking in as cltbld)
|
2004-06-28 22:19:54 +00:00 |
dbaron%dbaron.org
|
36c1e30471
|
Inccrease regxpcom timeout since 15 seconds is too short and we're not supposed to hit the timeout under normal conditions.
|
2004-06-21 23:50:38 +00:00 |
cltbld%netscape.com
|
ed0dc86f24
|
Special case Thunderbird profile location on OS X to match #ifdef in nsXREDirProvider
|
2004-06-19 20:22:45 +00:00 |
ben%bengoodger.com
|
07e9ed27ff
|
add NO_EM_RESTART to default tinderbox config to prevent tinderboxes building ng apps from going orange right away. r=bryner.
|
2004-06-18 08:13:40 +00:00 |
dbaron%dbaron.org
|
72b95da1fd
|
Don't check exit value from profile creation since semi-single-profile makes things inconsistent. r=bryner
|
2004-06-17 23:16:27 +00:00 |
bryner%brianryner.com
|
7acccc0b11
|
unlink last-built when we want to update its timestamp, otherwise it never gets updated on os x
|
2004-06-12 06:48:58 +00:00 |
cltbld%netscape.com
|
33360743e8
|
mac archive packaging
|
2004-06-08 00:02:17 +00:00 |
bryner%brianryner.com
|
11c705d5da
|
fix salted profile names for mac os x
|
2004-06-07 23:09:23 +00:00 |
bryner%brianryner.com
|
56d84ab437
|
Fix a couple more problems... use a better globbing syntax, remove quotes on the glob for unix since it doesn't seem to work, and make sure to assign to the right variable.
|
2004-06-06 19:40:20 +00:00 |
bryner%brianryner.com
|
c95e521247
|
Oops, need to do globbing after we do the backslash substitution, or cygwin perl is mightily confused.
|
2004-06-06 18:47:50 +00:00 |
bryner%brianryner.com
|
c3322d8d6a
|
We need to call get_profile_dir again after creating the profile, otherwise it won't contain the salt extension.
|
2004-06-06 06:44:51 +00:00 |
bryner%brianryner.com
|
b047430368
|
Apply profile salting fix to windows as well, and protect against spaces in filenames
|
2004-06-06 05:30:21 +00:00 |
leaf%mozilla.org
|
f11f7d02ed
|
find firefox-style salted profile directories to pass to prefs.js-finding
function.
|
2004-06-05 01:28:36 +00:00 |
ben%bengoodger.com
|
686fdda110
|
update build scripts to look for profile in the new locations... r=bryner
|
2004-06-04 00:00:35 +00:00 |
cbiesinger%web.de
|
7ee27718ac
|
install-links doesn't need csh, /bin/sh suffices
r=mcafee bug 245058
|
2004-05-30 11:11:26 +00:00 |
cltbld
|
0622f77a36
|
thunderbird build file
|
2004-05-28 21:41:03 +00:00 |
cltbld%netscape.com
|
a0779f19c8
|
The component registry has been called compreg.dat for quite awhile now. -bryner
|
2004-05-18 04:26:34 +00:00 |
cltbld%netscape.com
|
01a4371e6d
|
use ProductName in notification email subject. bryner checking in as cltbld
|
2004-05-01 01:25:19 +00:00 |
timeless%mozdev.org
|
0040f7f577
|
Bug 242037 mkdir in many perl scripts contains a decimal 775, not the correct octal specification of 0775
patch by ajschult@mindspring.com r=bsmedberg
|
2004-04-30 04:23:06 +00:00 |
gerv%gerv.net
|
2a491d3598
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-25 21:07:34 +00:00 |
leaf%mozilla.org
|
5177845b13
|
correct invocation of make-makefile
|
2004-04-19 19:02:38 +00:00 |
leaf%mozilla.org
|
ca6359075e
|
add talkback processing routines, release config settings.
|
2004-04-19 18:57:39 +00:00 |
dbaron%dbaron.org
|
03b1ad9691
|
Make bloat tests work on Firefox, plus some additional test_result checks that have been lying around on balsa. r=bryner
|
2004-04-13 23:48:24 +00:00 |
leaf%mozilla.org
|
6ac6bba3aa
|
enable profiling for release builds, to get debugging symbols for talkback.
disable pdbfile generation for now, until talkback understands pdb files.
|
2004-03-31 23:54:26 +00:00 |
bryner%brianryner.com
|
37ee771865
|
fix uninitialized variable warning
|
2004-03-26 19:20:15 +00:00 |
bryner%brianryner.com
|
5b4590786c
|
Various changes to improve release build automation for firefox. In particular, add ExtraFiles which allows firefox to pull browser/config/mozconfig, change the clobber target to distclean, and make the clobber and build targets be run separately. Bug 238698, r=leaf
|
2004-03-25 22:22:00 +00:00 |
cltbld%netscape.com
|
23b3f74e1b
|
Fix thinko in last checkin.
|
2004-03-25 19:43:43 +00:00 |
bryner%brianryner.com
|
4408a64d26
|
Only run 'make installer' if the settings say to make an installer. If not making an installer, return success.
|
2004-03-25 08:18:29 +00:00 |
bryner%brianryner.com
|
8381a8aafc
|
Move the check that the installer directory was created from browser/installer/Makefile to post-mozilla-rel.pl. This way, we're sure the installer directory will exist when post-mozilla-rel tries to make the dated staging directory under it.
|
2004-03-25 06:42:54 +00:00 |
cls%seawood.org
|
5d607b2854
|
Add support for compressing & encoding logs when sending them to the server.
Thanks to Philip K. Warren <pkw@us.ibm.com> for the patch.
Bug #113212 r=leaf
|
2004-03-24 03:37:38 +00:00 |
cls%seawood.org
|
473ec88076
|
Sleep at the end of the cycle, not the beginning.
|
2004-03-24 01:53:10 +00:00 |
bryner%brianryner.com
|
37ba609ba1
|
Changes for hooking up windows firefox nightlies to post-mozilla-rel.pl (bug 237173). r=leaf, a=dbaron.
|
2004-03-11 23:18:19 +00:00 |
dbaron%dbaron.org
|
d307bcc6df
|
Don't print output to nohup.out so tinderbox scripts don't fill up the disk. b=234206 r=bryner
|
2004-02-20 19:46:48 +00:00 |
leaf%mozilla.org
|
a883d46ab3
|
cache the talkback symbols if we're caching the uploaded build (for nightlies
and releases)
|
2004-02-18 15:35:21 +00:00 |
dbaron%dbaron.org
|
38bc0b9fa0
|
Make this work with an objdir.
|
2004-02-16 22:53:17 +00:00 |
dbaron%dbaron.org
|
f4419284a8
|
Add post-mozilla.pl being used on comet.
|
2004-02-14 01:56:34 +00:00 |
leaf%mozilla.org
|
f3cca327c3
|
adding windows release post-mozilla to trunk
|
2004-02-13 03:38:01 +00:00 |
leaf%mozilla.org
|
437e94abe8
|
support for windows release builds
|
2004-02-12 22:06:59 +00:00 |
dbaron%dbaron.org
|
40ec624e8e
|
Add common dotfiles.
|
2004-02-10 00:19:09 +00:00 |
dbaron%dbaron.org
|
6237155367
|
Remove misleading examples. Use perl build-seamonkey.pl --example-config instead.
|
2004-02-10 00:17:27 +00:00 |
cls%seawood.org
|
ecbb9d4b08
|
Add support for timeouts of cvs checkouts.
Bug #184757 r=bryner
|
2004-01-31 21:31:54 +00:00 |
dbaron%dbaron.org
|
d1aa6370be
|
Make nsTraceRefcnt bloat test less prominent and rename nsTraceRefcnt leak test to RLk.
|
2004-01-21 20:56:42 +00:00 |
dbaron%dbaron.org
|
ad1d400539
|
Remove bogus --enable-perf-metrics.
|
2003-12-31 19:41:03 +00:00 |
dbaron%dbaron.org
|
de075d53c7
|
Local BSD/OS-only change on otaku.
|
2003-11-04 22:14:12 +00:00 |