Граф коммитов

341 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org 77478096cf Fix stupid logfile_list unlink bug; fix comment. 2000-05-17 06:59:21 +00:00
brendan%mozilla.org 483af1a01b Improve --trace-malloc to handle multiple logfiles. 2000-05-17 04:44:14 +00:00
slamm%netscape.com aff0036662 fix typo. 2000-05-15 19:04:27 +00:00
slamm%netscape.com 0cc2fc82b7 Change the main regex to a multline regex with comments (using m{}x). Allow for no space between '(' and means. 2000-05-15 18:10:46 +00:00
attinasi%netscape.com 115137c0f8 New daily build data added 2000-05-11 21:16:11 +00:00
attinasi%netscape.com b02552b731 Updated scripts to deal with the changes to the Viewer output and changes to the BuildID file location and format 2000-05-11 21:15:43 +00:00
slamm%netscape.com 316dd5ff9b CreateProfile() is no longer needed. mozilla creates the 'default' profile if none exists. 2000-05-08 23:34:50 +00:00
cls%seawood.org df475ab2ce Add support for more informative tinderbox column names.
Move the automatic setting of CVSROOT so that it can be overridden by tinder-config.pl.
2000-05-04 07:30:45 +00:00
locka%iol.ie 8ff1c0fce6 Added makefile.win
Not part of build
2000-05-03 21:48:59 +00:00
locka%iol.ie 76d90ae454 Changed wording of section
Not part of build
2000-05-03 21:48:46 +00:00
locka%iol.ie d8e4f0846f Added -Gx compiler flag to generate exception handling stubs
Not part of build
2000-05-03 18:55:10 +00:00
locka%iol.ie 62fe158900 More cleanups
Turned of the Unicode string checking by default
Not part of build
2000-05-03 18:54:46 +00:00
locka%iol.ie 2c1b439a85 Removed some crud and cleaned code a little
Not part of build
2000-05-03 18:06:17 +00:00
locka%iol.ie 909cbcfa40 Tool to print dependency info
Not part of build
2000-05-03 17:45:35 +00:00
brendan%mozilla.org e6fe589729 Fix site logfile flushing on startup; #if 0 doomed libbfd-based version of dladdr. 2000-05-03 03:07:20 +00:00
cls%seawood.org 67e171bb72 prepend $(srcdir) to $(RESOURCES) to make nsinstall happy. 2000-05-02 06:58:12 +00:00
brendan%mozilla.org 67865c1d1d Debloat output by consolidating onmouseovers. 2000-04-27 05:41:59 +00:00
brendan%mozilla.org 36499eb772 Add TraceMalloc* native methods; allow multiple log files per site file. 2000-04-27 04:02:22 +00:00
cls%seawood.org 18ababdefc The clobber objdir build didn't work because we forgot to create the objdir before the realclean 2000-04-25 07:21:40 +00:00
brendan%mozilla.org 440c791824 Count allocations too; dump nodes ranked by mean allocation size. 2000-04-24 23:52:27 +00:00
cls%seawood.org 8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
shaver%mozilla.org 811f3fafa2 show pointed-to symbol onmouseover, for easier scanning (r=brendan) 2000-04-23 07:13:19 +00:00
brendan%mozilla.org 24509b8291 Add -f function-dump-filename option; try to keep its first table cell of reasonable width without depending on (broken in 4.x) css support. 2000-04-23 05:04:58 +00:00
brendan%mozilla.org 07a7b51820 Comment improvements. 2000-04-22 18:36:10 +00:00
brendan%mozilla.org 3fda61301a Stop component-wise over-totalling madness when JS=>js=>JS=>js. 2000-04-21 21:38:18 +00:00
brendan%mozilla.org 9c63bde8f6 Percent signs after numbers, please\! 2000-04-21 19:05:53 +00:00
brendan%mozilla.org 4bf456462f Optimize total computation, fix visited to be a counter. 2000-04-21 08:47:00 +00:00
brendan%mozilla.org 159f478d0d Fix plib-instead-of-lib->total += type; use int32 for possibly negative values. 2000-04-21 03:01:09 +00:00
brendan%mozilla.org 7de0f8bd21 Add nsTraceMalloc.[ch] and bloatblame.c, not part of build (setenv NS_TRACE_MALLOC to enable here and in xpfe/bootstrap). 2000-04-20 04:55:26 +00:00
cls%seawood.org 157f4c9a0a Tweaks to make the tinderbox work with objdir builds. 2000-04-18 07:03:15 +00:00
attinasi%netscape.com 42d2660689 Using the 40-url-dup.txt file now so that the timing values are from the second run of the page, which should be from cache, thus further eliminating the latency variabilities. Not part of build 2000-04-14 23:26:21 +00:00
attinasi%netscape.com a08059bf4b Newest run data added. Not part of build 2000-04-14 23:13:19 +00:00
attinasi%netscape.com 7891c3aeb3 Each URL is duplicated so the second time all images and the page itself will be from cache: catches the rogue image that is not on the file system, and it also limits the effect of the file system in skewing the numbers. Not part of build 2000-04-14 23:12:20 +00:00
gagan%netscape.com 623ba9e199 Fixed the testserver to print arbitrary content-length request. So you can now try http://<testserver>/?Length=N to get back a document with content-length of N. This is not in the build. 2000-04-13 19:20:54 +00:00
gagan%netscape.com 8429a748bc Some test changes to allow echoing requests at arbitrary locations in urlmap. You can now use ECHO [HTTPHeader] to display all headers (if HTTPHeader is not specified) or that header value as it came in the request. See <your-testserver>/echo for an example. Not in build (a=leaf) 2000-04-07 23:14:52 +00:00
attinasi%netscape.com edb4a5ee1b New Daily run data. not part of builds. 2000-04-07 20:30:07 +00:00
attinasi%netscape.com 501d8624ea New Daily Performance file. Not part of build. 2000-03-24 21:42:41 +00:00
attinasi%netscape.com 29984c38ec New history data added. Not part of build. 2000-03-24 21:40:32 +00:00
mcafee%netscape.com eaf40a787d Timeout should be success for CreateProfile(). 2000-03-24 06:15:04 +00:00
mcafee%netscape.com 230b78daf1 Fixes for mailnews test. r=suresh 2000-03-24 03:57:17 +00:00
mcafee%netscape.com db4cd01042 Looks like mailnews pref needs these set to 4, not 1. 2000-03-24 02:12:33 +00:00
jim_nance%yahoo.com 1feb960cd6 Fixed some compiler warnings.
This is not part of the default build.
2000-03-23 21:40:50 +00:00
mcafee%netscape.com 5c4909b4ce Abstracting a few variables for checkout target. 2000-03-23 06:05:10 +00:00
mcafee%netscape.com 6b447c0ef0 Scoping some function names. Reporting utilsversion now. 2000-03-22 00:45:13 +00:00
mcafee%netscape.com db3eac114d Was stomping on version variable 2000-03-22 00:43:43 +00:00
mcafee%netscape.com 637acde380 Moving bulk of subroutines to util script, build-seamonkey will be a wrapper now. r=slamm 2000-03-22 00:18:06 +00:00
mcafee%netscape.com 49e625053b Moving default values to tinder-defaults.pl, shortening package name to TinderUtils. 2000-03-21 02:52:34 +00:00
slamm%netscape.com af7ec82d36 Report "busted" if the build command (i.e. gmake -f client.mk) fails. Previously we only checked to see if the binary existed when the build command finished. However, now some modules are built after the binary is created. 2000-03-20 21:18:38 +00:00
slamm%netscape.com 145c5e5ee3 Avoid setting HOME variable in main process (big no-no). Cleanup profile creation. Remove tabs. I hate tabs. 2000-03-17 22:22:10 +00:00
attinasi%netscape.com f219c5d1b4 Adding documentation on the Perf tool. Not part of build. 2000-03-17 20:07:57 +00:00