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

1169 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 8c167ea60e Be sure to call NS_TraceMallocStartup so we know (on Unix) not to waste time logging everything once we know there is no command-line argument. b=113833 r+sr=brendan 2003-06-21 00:28:05 +00:00
cltbld%netscape.com d4258e1fc5 renamed to build-camino.pl 2003-06-20 19:22:59 +00:00
cltbld%netscape.com 8cb65e4476 shorten some display names to save horiz space 2003-06-20 03:29:50 +00:00
alecf%flett.org 85f5373977 oops, didn't mean to check that in 2003-06-18 02:14:15 +00:00
alecf%flett.org 3a90fb6cfc oops, minor cleanup on the UI to distinguish between callsite and allocation listings for the "top" or "normal" callsites
again, not part of normal build
2003-06-18 02:13:46 +00:00
alecf%flett.org 3507af42d7 not part of build
revamp the spacetrace interface to provide scrolling tables for easier navigation of child callsites, local allocations, and more.
2003-06-18 02:02:02 +00:00
alecf%flett.org a4c966781c minor warnings cleanup, make a htmlStartTable() method to consolidate some code
not part of the build
2003-06-17 23:01:46 +00:00
alecf%flett.org d25cbadc23 reformat these files with 'indent' so that they are actually maintainable
not part of default build
2003-06-17 21:10:49 +00:00
timeless%mozdev.org 560c0d1118 Bug 190772 make-tree.pl sort order isn't very friendly
r=dbaron
2003-06-13 01:10:19 +00:00
cltbld%netscape.com 3fa1af59ff default to 7 days. 2003-06-10 03:34:41 +00:00
alecf%flett.org 729e809e11 refactor some of the options page, pretty it up a bit
NOT PART OF BUILD
2003-06-05 19:56:06 +00:00
alecf%flett.org fecf4aa82b ugh, take two - remove PR_ASSERT, tabs, and extra ^M's 2003-06-04 20:53:57 +00:00
alecf%flett.org ce8899d0c7 spacetrace updates (not part of build)
- use arenas for hashtable allocation - reduces spacetrace's mem usage tremendously for large files
- code cleanup & wrapping
- UI cleanup - headers & such
- fix nsTraceMalloc to at least support long stacks, so that we don't barf if we have trouble reading the stacks
2003-06-04 20:15:10 +00:00
cltbld%netscape.com 6d90f46f9d Fixing file-not-found error on dom test. 2003-05-28 21:43:41 +00:00
dwitte%stanford.edu 08f0de2ae5 Bug 106386: Correct misspellings in source code
s/avilable/available/ in a couple places.

patch by nb, r=timeless, sr=brendan.
2003-05-27 22:55:16 +00:00
timeless%mozdev.org 08e22382cb Bug 205608 Warning: C++ style comments are not allowed in ISO C89
r=jst sr=jst
2003-05-23 22:18:18 +00:00
alecf%flett.org e54acab845 slightly change the spacetrace output so people know what to DO with port 1969
this is a spacetrace-only change, not part of the build
2003-05-22 20:59:55 +00:00
bryner%netscape.com 1f9d3b6c54 Use the 'exec PROGRAM LIST' form of exec() so that running a command with no arguments doesn't get split up into words. Fixes executing a command with no arguments that has spaces in the path. 2003-05-17 08:34:44 +00:00
heikki%netscape.com d528efc700 Bug 201356, make page load tests support XML documents, r=jrgm. 2003-04-29 00:27:06 +00:00
darin%netscape.com 4ef6352e18 make it work on linux r=dougt 2003-04-23 23:44:48 +00:00
cltbld%netscape.com cdcc78cfed Look in $Settings::ProductName.app/ on Mac. bryner checking in as cltbld. 2003-04-23 19:54:55 +00:00
cltbld%netscape.com 9fa84fa198 use Settings::ProductName on mac. bryner checking in as cltbld. 2003-04-22 06:54:26 +00:00
cltbld%netscape.com 91c35942d5 Add cvs co time to opaque raw data blurb. 2003-04-21 08:28:57 +00:00
cltbld%netscape.com 0f5139a233 defaults for BuildAdministrator 2003-04-21 07:27:10 +00:00
alecf%netscape.com 12e3f17615 more clever CSS to beautify spacetrace just a bit
(not part of build)
2003-04-21 07:26:07 +00:00
alecf%netscape.com 4deb792c6e ignore generated files 2003-04-17 07:41:23 +00:00
alecf%netscape.com 606a5b3384 add CSS appearence support to spacetrace, as a start for making the UI a little more dynamic
(not part of build)
2003-04-17 07:36:28 +00:00
cltbld%netscape.com 0f6722ab06 Switching server for this test to coffee. 2003-04-17 01:01:16 +00:00
cltbld%netscape.com 78f5a6ef2f save timefiles in directory 2003-04-16 23:10:25 +00:00
cltbld%netscape.com 07c53d5575 Fixing report script, variable for graph server 2003-04-16 22:58:58 +00:00
alecf%netscape.com 928c172da8 ignore generated files 2003-04-16 21:39:53 +00:00
bryner%netscape.com 44f66a9f73 Honor $Settings::ProductName on unix by using lowercased ~/.productname as the profile location. Bug 202073, r=mcafee. 2003-04-16 00:01:54 +00:00
cltbld%netscape.com a8d282fa76 added comments to tests :-) 2003-04-15 00:46:31 +00:00
dougt%netscape.com 64fc15ba73 testy - first cut 2003-04-10 19:51:25 +00:00
jj%netscape.com b227496010 Perl modules update needs to be done as root. 2003-04-10 00:52:09 +00:00
jj%netscape.com 60c74985ba added comments to describe how to install perl modules needed for performance tests. -- mcafee 2003-04-09 23:59:52 +00:00
jrgm%netscape.com 6821b2ed29 add a little more info to the readme file 2003-03-29 01:50:12 +00:00
jrgm%netscape.com c23afd17ea change to use single-quote instead of double-quote in SQL statements [bug in perl module?]; allow the urllist.txt to specify a charset to be sent in the content-type header; make it possible to run the test with a 'https' scheme (SSL) 2003-03-29 01:41:29 +00:00
cltbld%netscape.com 236d058e2a Adding tbox reporting. -mcafee 2003-03-28 08:32:37 +00:00
seawood%netscape.com c95483e0b2 Missed one. 2003-03-27 08:01:27 +00:00
cltbld%netscape.com 77fa266247 Adding send_tbox_packet(). -mcafee 2003-03-27 04:27:45 +00:00
seawood%netscape.com 1d0348fceb Add objdir support to codesighs scripts
Bug #197656 r=alecf
2003-03-25 21:39:35 +00:00
cltbld%netscape.com bc5b6828f3 HTTP version of tree status script. Report how long an httpd server has been up. -mcafee 2003-03-25 01:21:15 +00:00
cltbld%netscape.com 61b291f86f Ading reportdata.pl. -mcafee 2003-03-25 01:19:40 +00:00
cltbld%netscape.com aa98771054 Fix abs path for cronjob. -mcafee 2003-03-25 01:19:05 +00:00
cltbld%netscape.com c05d81824b Adding reportdata.pl, to reuse some perl code. 2003-03-25 00:19:21 +00:00
bbaetz%acm.org 388ce0b434 Bug 197656 - codesighs test doesn't handle relative objdirs
r=cls
2003-03-16 08:07:17 +00:00
bbaetz%acm.org 6d7dca61ba Bug 197631 - BloatTest2 diffs work only on windows
r=cls
2003-03-16 07:53:31 +00:00
seawood%netscape.com 2bde24cf50 Add prelim objdir support for codesighs test 2003-03-15 02:12:11 +00:00
cltbld%netscape.com b609b3a6ca turn off window leak test for now, it doesn't work right 2003-03-08 04:06:39 +00:00