Commit Graph

357 Commits

Author SHA1 Message Date
bryner%netscape.com
3165c9bc62 Allow Darwin to override the timezone with a local setting, since POSIX::strftime seems to have issues. r=timeless. 2002-06-01 23:16:24 +00:00
cls%seawood.org
d3e96251eb Make script aware of BeOS profile quirks. r=mcafee 2002-05-22 08:54:18 +00:00
mcafee%netscape.com
56460f3dea Sample mozconfig file 2002-05-14 01:15:07 +00:00
cltbld%netscape.com
a7a9201255 On BSDI 4.x, glib & libIDL live under /usr/contrib/gnome so use that path by default. -cls 2002-05-13 03:59:31 +00:00
mcafee%netscape.com
61ece190e4 Adding showpoint feature for performance graphs, clicking on past tbox builds will highlight that datapoint in the graph. 2002-05-05 17:25:33 +00:00
mcafee%netscape.com
61bed2297e Adding Mac OSX/Darwin-specific profile directory 2002-04-30 20:27:01 +00:00
cltbld%netscape.com
8457b274da printf for deleting profile, for debugging. -mcafee 2002-04-19 18:24:10 +00:00
jrgm%netscape.com
dc93ff4f2a capability to have tinderbox reboot after each build cycle (basically for win9x machines) 2002-04-15 05:40:49 +00:00
cltbld%netscape.com
f2cd3e6501 Abstractec dist/bin for MacOSX case. Added MacOSX changes to allow for timing performance tests to run. a=saari 2002-04-13 05:27:01 +00:00
mcafee%netscape.com
8bdb9772d7 Setting make for Darwin/macho build 2002-04-12 03:31:33 +00:00
jrgm%netscape.com
80591a30c3 get rid of Win32::* uses; this script will run tests with 'cygwin' perl,but not with 'MSWin32' (Activestate) perl 2002-04-11 01:42:41 +00:00
cltbld%netscape.com
e42ead61c4 Switching to client-side pageload test reporting. a=jrgm 2002-04-10 03:38:40 +00:00
jrgm%netscape.com
d6803286ec Find the profile directory on NT 4 2002-04-07 06:53:56 +00:00
jrgm%netscape.com
a1d4137dc5 rearrange a bit of the code to find the profile and prefs.js 2002-04-07 05:52:21 +00:00
jrgm%netscape.com
0ebb854d28 add missing 'qw' to silence warning 2002-04-07 05:07:59 +00:00
jrgm%netscape.com
f68812561c convert system('rm ...')' to File::Path::rmtree(...)' 2002-04-07 02:38:45 +00:00
mcafee%netscape.com
43dfb2bf8c Adding /sw/bin for default libIDL stuff. 2002-04-05 00:07:06 +00:00
mcafee%netscape.com
b71d6e65de Solaris/Intel only: Moving /opt/gnu/lib to end of LD_LIBRARY_PATH to match path setting. 2002-03-30 02:38:13 +00:00
jrgm%netscape.com
adb6be7f02 find profile and prefs.js reliably on win32 2002-03-29 04:25:12 +00:00
mcafee%netscape.com
d630481b76 Hmm, || not working for mail setting, straight = works. 2002-03-28 04:02:24 +00:00
mcafee%netscape.com
1726cd3630 Set mail default to /usr/bin/mail 2002-03-28 03:27:05 +00:00
darin%netscape.com
5cc73440af fix mach-o build problem (CXX=c++) r=mcafee 2002-03-28 00:34:23 +00:00
cltbld%netscape.com
f5ef8ca045 Listing OS first in BuildName, so we can sort by OS instead of by name. r=antitux,jj,leaf. cvs=mcafee 2002-03-26 23:28:00 +00:00
cltbld%netscape.com
17ed6ca7ca MacOSX name, compiler settings. 2002-03-25 20:25:15 +00:00
jrgm%netscape.com
bfeb2eeaa1 Whitespace whackage; no code changes. It was getting hard to read this file. r/a=mcafee 2002-03-25 08:26:34 +00:00
jrgm%netscape.com
3d7f44cf6a Doh. previous checkin was r=mcafee, bug 115690 2002-03-13 08:08:52 +00:00
jrgm%netscape.com
bf25e06115 cls' changes to make this script work on win NT, and some additional changes from jrgm to work on win98. Additional work still needed to get some tests fully running, but cls has bloat stats working on winNT 2002-03-13 08:04:28 +00:00
mcafee%netscape.com
db3c4d8a92 Adding security dom.allow_scripts_to_close_window pref so mstoltz can land his checkin without sinking the layout test. r=mstoltz,jrgm 2002-02-21 04:16:41 +00:00
mcafee%netscape.com
4393ca68c3 tinderbox example 2002-02-16 06:21:52 +00:00
mcafee%netscape.com
bd43b589df Alloc label doesn't have a B, it is just a count not bytes. r=dbaron 2002-02-05 18:52:49 +00:00
cltbld%netscape.com
ff020b7e73 Better logfile test names 2002-02-05 00:48:59 +00:00
seawood%netscape.com
14bc10c2a2 Add INSTALL file which outlines the basic steps to setting up a tinderbox
Clean up README
2002-02-03 06:31:44 +00:00
mcafee%netscape.com
88735c1cea Back to PrintSize 2002-02-01 21:07:04 +00:00
mcafee%netscape.com
d11d263fd3 Adding graph server support to trace-malloc tests 2002-02-01 19:01:40 +00:00
cltbld%netscape.com
d43398fc65 parameterizing pageload server 2002-01-26 02:46:51 +00:00
mcafee%netscape.com
f4694b34f9 Oops, forgot about the 2x try on layout, adding parameter for other url 2002-01-16 02:50:15 +00:00
mcafee%netscape.com
24e5b1b58a parameterizing per-page pageloader timeout value LayoutPerformanceTestPageTimeout. 2002-01-16 02:18:27 +00:00
cltbld%netscape.com
2851747c9a rm dist for all builds, depend and clobber to avoid accumulating cruft. Some whitespace changes also. (116648) 2002-01-15 04:19:31 +00:00
mcafee%netscape.com
51b1393cf2 Updating graph links to show moving average data 2001-12-31 08:30:03 +00:00
seawood%netscape.com
cb81780aab Use the timezone when pulling from CVS by date. Assume PST if no timezone can be determined. 2001-12-21 06:54:10 +00:00
seawood%netscape.com
404a346907 Add support for building on win32 and sending mail using 'blat'. 2001-12-21 06:52:19 +00:00
cltbld%netscape.com
0c8e8baa09 Switching Ts times to ms, r=dp -mcafee 2001-12-21 03:28:38 +00:00
cltbld%netscape.com
9b91a5177b Don't clobber Setting:: vars; also look for HOSTNAME if HOST not found; Cwd::getcwd() wrapper (115569) 2001-12-21 03:05:28 +00:00
cltbld%netscape.com
6d41b117b4 oops, forgot a cowtools/localhost change. whitespace changes. 2001-12-20 08:31:16 +00:00
cltbld%netscape.com
1f5f8776db Try 2nd pageloader run if first one fails. r=jrgm,jag 2001-12-20 08:27:29 +00:00
cltbld%netscape.com
66400e6786 Adding label prefix to tbox output for bloat test 2001-12-20 06:59:24 +00:00
cltbld%netscape.com
606ae0e851 another tweak 2001-12-20 06:20:06 +00:00
cltbld%netscape.com
6f55b65329 Minor label tweak 2001-12-20 06:12:44 +00:00
cltbld%netscape.com
fab3df08f3 trying one more time. -mcafee 2001-12-20 06:08:25 +00:00
cltbld%netscape.com
6e65113555 fixing non-link bloat label prefix 2001-12-20 05:52:52 +00:00