bryner%brianryner.com
c9ca4eb2b3
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
053ade46e9
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
af3d6f694f
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
b1787b9877
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
b980fe59cc
find firefox-style salted profile directories to pass to prefs.js-finding
...
function.
2004-06-05 01:28:36 +00:00
ben%bengoodger.com
28b6042575
update build scripts to look for profile in the new locations... r=bryner
2004-06-04 00:00:35 +00:00
cbiesinger%web.de
77493fa44f
install-links doesn't need csh, /bin/sh suffices
...
r=mcafee bug 245058
2004-05-30 11:11:26 +00:00
cltbld
9bc315dc93
thunderbird build file
2004-05-28 21:41:03 +00:00
myk%mozilla.org
b118821968
updating schema
2004-05-22 17:08:48 +00:00
myk%mozilla.org
15f664a92d
reorganizing directory layout
2004-05-22 16:52:04 +00:00
myk%mozilla.org
3afe02e6e0
Don't assume we're in the root dir and intensify some comments about what we should be doing.
2004-05-22 16:43:20 +00:00
myk%mozilla.org
17162ac311
print informative messages to STDOUT instead of a log file. We can use standard shell redirection to put them into a log file if we want.
2004-05-22 14:14:16 +00:00
myk%mozilla.org
18d1d1ac74
Treat compressed files as if they were the same as their uncompressed versions so that we can compress files and not have them be reprocessed. Also, handle bzip2ed files.
2004-05-22 14:09:58 +00:00
cls%seawood.org
c2712dd963
Fixing build bustage.
...
Bug #238036
2004-05-19 05:40:20 +00:00
cltbld%netscape.com
a32daf91c5
The component registry has been called compreg.dat for quite awhile now. -bryner
2004-05-18 04:26:34 +00:00
myk%mozilla.org
b05728efec
initial checkin of download-stats tool for processing download logs into MySQL database and then generating stats from them
2004-05-13 21:41:14 +00:00
bzbarsky%mit.edu
c594642f8f
Skip over __restore_rt frames when generating profile analysis results. Bug
...
243483, r=shaver, sr=dbaron
2004-05-13 18:59:37 +00:00
peterv%propagandism.org
4eb3ddba52
Fix for bug 235747 (Move parser stuff into mozilla/parser). r=cls, sr=jst.
2004-05-04 11:46:11 +00:00
cltbld%netscape.com
90884da351
use ProductName in notification email subject. bryner checking in as cltbld
2004-05-01 01:25:19 +00:00
timeless%mozdev.org
9ddca4dfd7
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
kyle.yuan%sun.com
7d41bd1637
Bug 241847 Make codesighs work on Solaris
...
r=bryner
1) Solaris should use the same option for |find| with Darwin;
2) Use `which foo | grep /foo$` instead of `which foo`, because Solaris |which| command always outputs something even the command is not found.
2004-04-29 01:48:11 +00:00
gerv%gerv.net
cc323a7cc8
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 21:07:34 +00:00
cbiesinger%web.de
66eae4bb87
fixing RTZ typo, and mention that SIGIO is another name for SIGPOLL. r=shaver
2004-04-24 18:00:40 +00:00
bienvenu%nventure.com
4d40ab419f
make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538
2004-04-22 15:32:54 +00:00
leaf%mozilla.org
57e9de1093
correct invocation of make-makefile
2004-04-19 19:02:38 +00:00
leaf%mozilla.org
fd9a6e0f98
add talkback processing routines, release config settings.
2004-04-19 18:57:39 +00:00
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
gerv%gerv.net
f534a92d25
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 13:54:27 +00:00
gerv%gerv.net
dfb29e9236
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
tor%cs.brown.edu
441c5f95a5
Remove troublesome whitespace
2004-04-16 22:53:49 +00:00
dbaron%dbaron.org
3b436fdc2b
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
b2f04cf956
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
f945cb6532
fix uninitialized variable warning
2004-03-26 19:20:15 +00:00
bryner%brianryner.com
9dfad4c34c
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
ab5791d874
Fix thinko in last checkin.
2004-03-25 19:43:43 +00:00
bryner%brianryner.com
bc336d098b
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
4904d12df5
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
9f550e2d8a
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
0948575f64
Sleep at the end of the cycle, not the beginning.
2004-03-24 01:53:10 +00:00
bryner%brianryner.com
24b2868e15
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
bzbarsky%mit.edu
43d21e007e
Make it possible to pause the profiler when using JP_RTC_HZ. Follow-up to bug
...
128673, r=shaver, sr=dbaron
2004-03-09 22:31:56 +00:00
bzbarsky%mit.edu
5578f60f53
Updating readme to talk about the JP_RTZ_HZ flag, to have examples using the
...
current output format, and to have a bit more in the way of explanation of the
output and the various JPROF_FLAGS values. a=jim nance
2004-03-07 01:15:26 +00:00
cls%seawood.org
5ca48be2dc
Update maps
2004-02-29 00:21:36 +00:00
dbaron%dbaron.org
d96c8906f3
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
dbaron%dbaron.org
22cc1e3eb0
Add simple trace-malloc reader to dump all allocation stacks in a trace-malloc log.
2004-02-19 19:52:59 +00:00
leaf%mozilla.org
36c7e69f75
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
17476ee5b2
Make this work with an objdir.
2004-02-16 22:53:17 +00:00
dbaron%dbaron.org
7688607e90
Add post-mozilla.pl being used on comet.
2004-02-14 01:56:34 +00:00
leaf%mozilla.org
186ad163cf
adding windows release post-mozilla to trunk
2004-02-13 03:38:01 +00:00
leaf%mozilla.org
19ddb60f0d
support for windows release builds
2004-02-12 22:06:59 +00:00