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
gerv%gerv.net
62e3767f68
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-08-25 23:02:50 +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
cc807b07b1
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
bryner%brianryner.com
e6b15dfda9
Add new report type, total_downloads, which simply adds up the downloads for all files listed and outputs the total with no formatting.
2004-07-30 06:39:44 +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
gerv%gerv.net
554e0e99a4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-07-16 19:30:11 +00:00
myk%mozilla.org
5f87d22b23
start storing the query string in the database
2004-06-30 01:14:45 +00:00
myk%mozilla.org
155742d369
don't need to store defs files in CVS?
2004-06-29 23:00:54 +00:00
myk%mozilla.org
f235349be1
make verbose output a command line switch
2004-06-29 23:00:09 +00:00
myk%mozilla.org
0d0035cf0a
add a new report type that generates stats for all files in a given directory
2004-06-29 22:45:39 +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
myk%mozilla.org
71e5a4ebd3
strip the query string before dividing the file into path and filename so that we don't divide on a slash in the query string by accident
2004-06-18 00:12:51 +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
myk%mozilla.org
32bc2e2410
collect stats for extensions as well
2004-06-17 23:02:17 +00:00
myk%mozilla.org
9d27b9dbf8
deal with funky directory for gatech logs
2004-06-16 23:17:41 +00:00
myk%mozilla.org
9bde1f216c
add simple verbosity hack
2004-06-16 23:17:19 +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
myk%mozilla.org
d40dbc3f88
updating schema
2004-05-22 17:08:48 +00:00
myk%mozilla.org
84e189380b
reorganizing directory layout
2004-05-22 16:52:04 +00:00
myk%mozilla.org
aac36c6b96
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
c92fa5067d
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
2fdefe1723
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
044c95a8f4
Fixing build bustage.
...
Bug #238036
2004-05-19 05:40:20 +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
myk%mozilla.org
14b0e293c9
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
ab0a30e9c0
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
c6b9ad52b9
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
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
kyle.yuan%sun.com
d08393bd2d
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
2a491d3598
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 21:07:34 +00:00
cbiesinger%web.de
248a2fa141
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
8b57f91769
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
5177845b13
correct invocation of make-makefile
2004-04-19 19:02:38 +00:00