cltbld%netscape.com
c7d8b3234e
Fixing startup test, url was hard-coded to mozilla way, pass in args now. -mcafee
2002-08-13 02:15:26 +00:00
cltbld%netscape.com
427391610a
Use startup test function instead of cut-paste now. -mcafee
2002-08-13 02:06:57 +00:00
cltbld%netscape.com
9fc4989137
Move startup test into its own function so that it can be called from other builds like chimera. -mcafee
2002-08-12 15:51:00 +00:00
cltbld%netscape.com
86bdb80def
LayoutTest is now a function in TinderUtils, so that build-chimera.pl can reuse the code. -mcafee
2002-08-08 02:44:54 +00:00
mcafee%netscape.com
996411341b
Forgot to cleanup layout_time for 2nd run, this was causing the graph server to freak out.
2002-08-02 04:45:03 +00:00
cltbld%netscape.com
5087cfcdda
Moving run_all_tests to be closer to test definitions; cvs diff shows a wild diff here but it is really just moving a large function down in the file. -mcafee
2002-07-30 22:22:38 +00:00
cltbld%netscape.com
187edcd4a3
Removing defunct mailnews test. Cleaned up layout test comment. -mcafee
2002-07-30 00:10:34 +00:00
mcafee%netscape.com
7128c9547e
don't need this comment here..
2002-07-29 04:18:15 +00:00
mcafee%netscape.com
04913ffed8
fixing logic in pageload test for 2nd attempt case.
2002-07-26 19:10:58 +00:00
cltbld%netscape.com
b397d817a1
Switching to pageload_server instead of hard-coded url for pageload test. -mcafee
2002-07-24 21:32:49 +00:00
cltbld%netscape.com
cc6da1eafc
Setting pageload_server to more-appropriate default, spider. External people, please ask mcafee or jrgm for external ip. -mcafee
2002-07-24 18:08:15 +00:00
mcafee%netscape.com
9a8f927c85
fixed slash problem
2002-07-24 16:04:03 +00:00
cltbld%netscape.com
8dfca35551
Adding tests to chimera, I slammed this in here for now, need to rework build-seamonkey-utils.pl so tests can be called as functions. -mcafee
2002-07-23 07:54:18 +00:00
cltbld%netscape.com
1c911f6c53
Renaming RunTest to RunMozillaTests. Leaving in checks for RunTest for now. -mcafee
2002-07-23 07:52:30 +00:00
cltbld%netscape.com
88d931de1c
Renaming Settings::RunTest to Settings::RunMozillaTests to be more descriptive. Leaving in check for old RunTest variable for now, in case there are some clients relying on that. -mcafee
2002-07-22 21:45:52 +00:00
cltbld%netscape.com
89490792b3
fixing reset home dir logic, sorry. -mcafee
2002-07-20 06:19:15 +00:00
cltbld%netscape.com
e9e484e897
Adding ResetHomeDirForTests variable, some builds won't want to do this (chimera, etc.)
2002-07-19 21:03:01 +00:00
cltbld%netscape.com
b4a19174ec
Adding default, blank string for BuildNameExtra. -mcafee
2002-07-12 22:45:41 +00:00
cltbld%netscape.com
012fb28058
154815 fixed, removing hack. -mcafee
2002-07-12 03:50:49 +00:00
seawood%netscape.com
8f6f1756ce
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
...
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
dbaron%fas.harvard.edu
017d80c219
Increase max stack crawl from 100 to 500. r=jim_nance sr=waterson b=154752
2002-07-02 03:17:23 +00:00
dbaron%fas.harvard.edu
e7f4661515
Print the library name when the library has no symbols. b=154752 r=jim_nance@yahoo.com sr=waterson
2002-07-02 03:16:44 +00:00
seawood%netscape.com
b4095c9f8c
Remove generated tmreader.$(OBJ_SUFFIX)
2002-07-01 02:15:11 +00:00
cltbld%netscape.com
8d2a6d9505
Adding cleanprofile stuff for chimera. checking in workaround for bug 154815 for now, will yank later. -mcafee
2002-06-29 00:08:17 +00:00
cltbld%netscape.com
8a6e9d6eca
Cleaning up tests stuff. -mcafee
2002-06-28 22:27:32 +00:00
alecf%netscape.com
a4025e1505
yay remove appshell -> rdf now that bug 132175 is fixed
...
not part of build
2002-06-27 00:29:10 +00:00
cltbld%netscape.com
d2f2e09232
Adding chimera_build_static, chimera_build_opt to help minimize script hacking.
2002-06-26 20:39:43 +00:00
cltbld%netscape.com
bfbd43e300
Static build comment
2002-06-22 00:53:41 +00:00
cltbld%netscape.com
dcacf42e5a
Wrapping pull & build with TestOnly, now --testonly flag will skip this for chimera build also.
2002-06-22 00:00:43 +00:00
cltbld%netscape.com
98c1732250
Explicitly deleting binary. Removed install from pbxbuild line. Increased AliveTestTimeout to 60 seconds from 45. New URL for test8. (mcafee)
2002-06-21 19:18:49 +00:00
cltbld%netscape.com
3261f6eb5b
Explicitly set cwd to home directory after setting /u/cltbld, apparently MacOSX/Darwin needs this. -mcafee
2002-06-21 19:14:13 +00:00
mcafee%netscape.com
ca4dee2731
oops, didn't mean to uncomment delete binary part
2002-06-21 00:58:21 +00:00
mcafee%netscape.com
7fd9295ecf
Fixing tab whitespace.
2002-06-20 23:41:33 +00:00
mcafee%netscape.com
3403cc5e67
find, commandhandler need to be built before embedcomponents (152516). r=cls, sr=alecf
2002-06-20 05:08:19 +00:00
dbaron%fas.harvard.edu
f7494f01b9
Add perl script for splitting jprof profiles into segments.
2002-06-18 22:35:05 +00:00
mcafee%netscape.com
e6c93bde83
Explicitly call configure with sh, fixes windows (152312). r/code=hwaara, sr=alecf
2002-06-18 01:18:46 +00:00
mcafee%netscape.com
30314aaa69
Adding export-idl rule for REQUIRES-based embed build (150088). r=blythe, sr=alecf, a=asa
2002-06-11 22:26:27 +00:00
mcafee%netscape.com
7b9483e645
Re-generating this file to reflect alecf's latest modularization effort, also ran this on a tree with --enable-extensions=all so that we include extensions now.
2002-06-09 07:37:55 +00:00
mcafee%netscape.com
15974838f5
Splitting liveconnect off from the java module, new module is called liveconnect, similar to what was done for xpconnect (145347). r=blythe, sr=alecf, a=asa
2002-06-08 06:59:53 +00:00
mcafee%netscape.com
4a201ae149
Undo forced necko, mimetype ordering. Solve this problem in export/idl phase (150083). r/sr=alecf, a=asa
2002-06-08 06:54:02 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
mcafee%netscape.com
ee59148086
Further-specify imglib2 module directories. Properly add png to the build using imgpng, not the raw png module. r=blythe, sr=alecf (149123)
2002-06-05 03:49:30 +00:00
cltbld%netscape.com
bb46a9ac6d
Build chimera on macosx/darwin.
2002-06-02 03:15:14 +00:00
bryner%netscape.com
7eba1add1e
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
mcafee%netscape.com
06c900c6a8
minor printf change
2002-06-01 08:00:14 +00:00
mcafee%netscape.com
0adff06ade
removing printf
2002-06-01 07:33:53 +00:00
mcafee%netscape.com
35ca629c0b
Print out meta.dot dep tree as part of build.
2002-06-01 07:30:35 +00:00
mcafee%netscape.com
14f2d68119
Adding --skip-list option
2002-06-01 07:29:53 +00:00
mcafee%netscape.com
9231f4ca7f
Cleaned up list-only option logic. Added --skip-tree, --skip-dep-map print options.
2002-06-01 06:53:20 +00:00
seawood%netscape.com
39f4d6701b
Add --disable-installer configure option for embedding purposes.
...
Bug #145343 r=mcafee
2002-05-31 00:39:07 +00:00
blythe%netscape.com
161d2dff76
Not part of normal build.
...
Fix bug 145333.
Manual ordering of some modules can now be forced.
r=mcafee
2002-05-22 23:53:04 +00:00
cls%seawood.org
83cb30ce66
Make script aware of BeOS profile quirks. r=mcafee
2002-05-22 08:54:18 +00:00
mcafee%netscape.com
828efb6a58
Adding external dependency mechanism (145338). r=blythe, sr=alecf
2002-05-21 22:54:05 +00:00
blythe%netscape.com
f9721fd123
Not part of a normal build.
...
Fix perl script to work on cygwin32 build environment.
r=cls
2002-05-21 03:46:41 +00:00
mcafee%netscape.com
575d78fd09
ordering comment
2002-05-20 22:25:18 +00:00
mcafee%netscape.com
4043e96190
Adding --skip-core-cvs option, useful for hacking on this script.
2002-05-17 21:32:20 +00:00
blythe%netscape.com
3cf5de83e2
Wallet category
2002-05-16 00:46:00 +00:00
mcafee%netscape.com
ff1e705ba8
Starting a kill-file for modules, don't build mozldap.
2002-05-15 19:21:29 +00:00
mcafee%netscape.com
a44577fd0d
really nuking rdfbase this time
2002-05-14 01:54:08 +00:00
mcafee%netscape.com
ef3592465f
Sample mozconfig file
2002-05-14 01:15:07 +00:00
mcafee%netscape.com
6bf0fd6199
rdfbase module getting tacked on to rdf module, removing rdfbase. (143587) r=cls, sr=alecf
2002-05-14 01:06:29 +00:00
blythe%netscape.com
4ad1ea6d24
Not part of a normal build.
...
Sync access to images.
Update last accessed context time, so that proper evication will take place.
Rename variable to more appropriate name.
Cleanup a little more on exit.
2002-05-13 20:50:56 +00:00
cltbld%netscape.com
3e5800136a
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
blythe%netscape.com
254b6893e5
Make generated graphs capable of handling multiple simultaneous access.
2002-05-13 03:02:52 +00:00
blythe%netscape.com
732ad9d7a8
Not part of a normal build.
...
Have callsite stats be on a per context basis as well.
2002-05-13 02:43:27 +00:00
blythe%netscape.com
bfacfda1cf
Not part of a normal build.
...
Have the categories become context aware.
Each context will naturally have it's own set of category runs.
2002-05-13 01:48:30 +00:00
blythe%netscape.com
1eb068c665
Not part of a normal build.
...
Use per request/context options in most cases now.
2002-05-13 00:01:15 +00:00
blythe%netscape.com
310b3517ea
Not part of normal build.
...
Start propogating options so that eventually can switch over to per client
instead of global structures.
2002-05-12 04:46:22 +00:00
blythe%netscape.com
f6011fdd3e
Not part of a normal build.
...
Context cache framework is in.
2002-05-12 04:17:56 +00:00
blythe%netscape.com
f912a6272d
Fix unix build warning.
...
Not part of normal build.
2002-05-11 01:27:34 +00:00
blythe%netscape.com
b8c567b4d7
Not part of a normal build.
...
Change it such that all options come from framework.
Basically, a very large whack in regards to processing.
2002-05-11 01:24:52 +00:00
mcafee%netscape.com
e847cf2ec0
comments changes
2002-05-10 01:28:44 +00:00
mcafee%netscape.com
81aa34d505
better cmd failure warning
2002-05-09 23:23:10 +00:00
mcafee%netscape.com
8469d59e00
Warn instead of exit when we get error status back from run_shell_command.
2002-05-09 23:19:05 +00:00
mcafee%netscape.com
c70e25bf72
comment
2002-05-09 08:39:46 +00:00
mcafee%netscape.com
11b95f752a
Switch to use checked-in version of all.dot modules map file. a=alecf
2002-05-09 08:27:52 +00:00
mcafee%netscape.com
2de1d3559e
First-pass name for the modules dependency map file, this should probably be renamed and moved to mozilla/builds or mozilla config. a=alecf
2002-05-08 22:35:35 +00:00
blythe%netscape.com
fab0832271
space trace command line parsing hooked up to new options framework.
2002-05-08 21:32:24 +00:00
blythe%netscape.com
add8b84d62
Not part of normal build.
...
Use new options framework to initialize options.
2002-05-08 00:16:20 +00:00
blythe%netscape.com
7057da38c6
not part of normal build.
...
initial retooling of common prefs for multi user access.
more in this area to come.
2002-05-07 23:39:34 +00:00
mcafee%netscape.com
c5b73d14bc
switch to DIRS-based build, not build-in-each-directory way.
2002-05-07 07:05:10 +00:00
mcafee%netscape.com
c33fe1f3d4
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
blythe%netscape.com
6b08e541c2
Abstract option acquisition for reuse in per thread settings.
...
Have the category focus also cause cached graphs to reset.
2002-05-04 02:06:52 +00:00
blythe%netscape.com
a19cb12cdb
fix cvs keyword subtitution crash
2002-05-04 01:12:18 +00:00
blythe%netscape.com
dfcf7f1590
Not part of normal builds.
...
Accept options cookie, document how request specific options are to be set.
2002-05-04 01:07:16 +00:00
mcafee%netscape.com
2f869a7005
Print out visited modules in leaf-first order, first attempt at fixing the build-order problem.
2002-05-04 00:17:06 +00:00
cathleen%netscape.com
c40da5df5d
export rules file into dist r=dp
2002-05-03 22:51:16 +00:00
dp%netscape.com
0ed24101a8
Moving printNodeProcessor to new api
2002-05-03 22:33:08 +00:00
dp%netscape.com
5c85e0263b
Necko uri folded into necko
2002-05-03 13:27:16 +00:00
blythe%netscape.com
2c6f9105ba
Turn options into arrays instead of heap to allow easy copying into a per
...
thread/client option duplicate.
2002-05-03 00:32:23 +00:00
blythe%netscape.com
9040c90363
Not part of the normal build.
...
Fix a crash when category data led to 0 data.
2002-05-02 21:52:17 +00:00
leaf%mozilla.org
eec68fa596
add the binary suffix to fix build bustage
2002-05-02 19:43:09 +00:00
blythe%netscape.com
6bba65b07a
NOT part of a normal build.
...
Fix spacetrace images.
Make per request data thread/callstack specific instead of using a global.
2002-05-02 18:38:42 +00:00
blythe%netscape.com
2dda405356
Not part of normal build.
...
Put each client request on a thread.
2002-05-02 00:28:42 +00:00
cathleen%netscape.com
91999f441b
Fixing to include spacecategory.c. Fix by Garrett on cathleen's tree -dp
2002-05-01 22:39:46 +00:00
dp%netscape.com
e63a43f20b
export formatNumber
2002-04-30 23:52:52 +00:00
dp%netscape.com
295e818ff6
printCategoryTree
2002-04-30 23:44:03 +00:00
blythe%netscape.com
ee0756b46e
Not part of normal build.
...
Move tmreader lifetime into a global, such that when the connections become
threaded that we do not have to manage joining all threads when we'd like
to exit; leave that job to PR_Cleanup.
2002-04-30 23:43:56 +00:00
dp%netscape.com
9742506fce
Rearranged rules to get more accurate assignment
2002-04-30 23:42:32 +00:00
mcafee%netscape.com
453d247dc5
Adding Mac OSX/Darwin-specific profile directory
2002-04-30 20:27:01 +00:00
dp%netscape.com
57b11ad567
best shot at a rules file.
2002-04-22 18:15:15 +00:00
mcafee%netscape.com
3e7b216bf7
Initial developer part of license doesn't apply here.
2002-04-21 05:10:34 +00:00
mcafee%netscape.com
eb28a6f09e
Adding --disable-tests, cleaning up whitespace
2002-04-20 02:17:23 +00:00
mcafee%netscape.com
b13ba493d4
Adding dynamic modules.mk support.
2002-04-20 02:15:40 +00:00
dp%netscape.com
3674b51e05
Sorting in category report
2002-04-20 00:25:55 +00:00
dp%netscape.com
0625c66f3a
Store len of patterns for fast comparison
2002-04-20 00:14:22 +00:00
dp%netscape.com
f132125446
Using stncmp instead of strstr for callsite maching.
2002-04-19 21:51:03 +00:00
dp%netscape.com
e7afdc3608
commandline options for category file and focus category.
2002-04-19 21:49:55 +00:00
cltbld%netscape.com
d1f029a533
printf for deleting profile, for debugging. -mcafee
2002-04-19 18:24:10 +00:00
dp%netscape.com
768176de29
Categories report
2002-04-18 20:11:45 +00:00
dp%netscape.com
1fb0b837a7
fastload-js -> chrome-js
2002-04-17 20:25:04 +00:00
dp%netscape.com
3f2ad6efea
optimization: When only category changes, dont harvest; just recompute cost.
2002-04-17 01:37:14 +00:00
dp%netscape.com
84d21fb1ce
more categories
2002-04-17 01:33:16 +00:00
dp%netscape.com
03f77a26b6
installing rules.txt in dist/bin
2002-04-17 01:03:44 +00:00
dp%netscape.com
ac90e56b2e
shared globals
2002-04-17 00:13:59 +00:00
dp%netscape.com
11b620246d
Fixing core dump caused by freeing static categoryname
2002-04-17 00:12:44 +00:00
dp%netscape.com
a22d16d928
Dealing with non-existent category file
2002-04-17 00:11:55 +00:00
dp%netscape.com
35e64057fe
categories
2002-04-16 23:36:47 +00:00
mcafee%netscape.com
6e3ea4efd1
Improve error messages, print full path of offending directory.
2002-04-16 22:51:58 +00:00
blythe%netscape.com
7cc8b18b08
fix bug 134737, gmake win32 trace-malloc gd enabled build, r=dp sr=alecf
2002-04-16 21:50:01 +00:00
mcafee%netscape.com
6bdcf596e4
Minor comment changes, not part of main mozilla build.
2002-04-16 18:11:37 +00:00
mcafee%netscape.com
39f9d5114a
Stub file for generated modules.mk, part of future embed build mechanism, not used by mozilla. r=garrett.
2002-04-16 00:13:33 +00:00
jrgm%netscape.com
640f5485cc
capability to have tinderbox reboot after each build cycle (basically for win9x machines)
2002-04-15 05:40:49 +00:00
cltbld%netscape.com
c6989dbeb5
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
2bb2f137c2
Setting make for Darwin/macho build
2002-04-12 03:31:33 +00:00
jrgm%netscape.com
c7bec780af
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
d758a82143
Switching to client-side pageload test reporting. a=jrgm
2002-04-10 03:38:40 +00:00
leaf%mozilla.org
5223c38687
checkin superfluous text; testing dolog.pl change
2002-04-09 23:43:28 +00:00
jrgm%netscape.com
76944a6d6a
Find the profile directory on NT 4
2002-04-07 06:53:56 +00:00
jrgm%netscape.com
f4adf6bacc
rearrange a bit of the code to find the profile and prefs.js
2002-04-07 05:52:21 +00:00
jrgm%netscape.com
734777834c
add missing 'qw' to silence warning
2002-04-07 05:07:59 +00:00
jrgm%netscape.com
e780021d59
convert `system('rm ...')' to `File::Path::rmtree(...)'
2002-04-07 02:38:45 +00:00
mcafee%netscape.com
2eb5c124b3
Switch to cp command to copy allmakefiles.stub to fix windows. Add nspr, config, xpidl prelude build steps. r=blythe
2002-04-06 00:27:40 +00:00
mcafee%netscape.com
b5d57954f4
Attempt at 2-pass build
2002-04-05 02:08:37 +00:00
mcafee%netscape.com
0f96381a15
Adding /sw/bin for default libIDL stuff.
2002-04-05 00:07:06 +00:00
blythe%netscape.com
c4a37f2590
Fix bug 134784
...
Not part of any build
Make command should always be "make" for building the module graph.
r=mcafee, sr=alecf
2002-04-04 20:02:54 +00:00
mcafee%netscape.com
cf8c59ab97
strip off first mozilla, not all mozillas.
2002-04-04 08:57:46 +00:00
mcafee%netscape.com
15c5599a31
Strip off mozilla/ in list of Makefiles
2002-04-04 08:49:14 +00:00
mcafee%netscape.com
45d9bbdd38
Need aclocal.m4. r=cls
2002-04-04 07:48:26 +00:00
mcafee%netscape.com
fe1fa3e3ea
comments about how this script works, from my mail to modsquad
2002-04-03 00:48:03 +00:00
mcafee%netscape.com
306884ce06
Generate allmakefiles.sh on the fly, added --skip-cvs flag. This still gets stuck in nspr, getting closer.
2002-04-02 23:13:35 +00:00
mcafee%netscape.com
e22ebf3b8d
Stub version of allmakefiles.sh, bootstrap.pl will use this to generate allmakefiles.sh on the fly.
2002-04-02 23:09:29 +00:00
mcafee%netscape.com
4e6ef21e09
Adding mechanism to prevent stomping one module tree with another, print an error and ask user to clean up. We can make this more elegant later.
2002-04-01 23:43:44 +00:00
mcafee%netscape.com
1af2f6f945
Adding argv checks, and Getopt package usages. Unhardcoding for xpcom.
2002-03-30 04:29:40 +00:00
mcafee%netscape.com
29e840ea96
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
mcafee%netscape.com
8fc13d8805
Adding leading spaces back in for -> lines, it's a little easier to read
2002-03-29 23:38:23 +00:00
jrgm%netscape.com
78d2d78db3
find profile and prefs.js reliably on win32
2002-03-29 04:25:12 +00:00
mcafee%netscape.com
3724c114f3
Hmm, || not working for mail setting, straight = works.
2002-03-28 04:02:24 +00:00
mcafee%netscape.com
6e18ed4744
Set mail default to /usr/bin/mail
2002-03-28 03:27:05 +00:00
darin%netscape.com
2ba4124891
fix mach-o build problem (CXX=c++) r=mcafee
2002-03-28 00:34:23 +00:00
timeless%mac.com
99f3655085
Bug 77549 leaky.h and leaky.cpp disagree on definition of ::new
...
r=dmose sr=darin a=asa
2002-03-27 03:25:19 +00:00
cltbld%netscape.com
3b368cffc1
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
267dfb220f
MacOSX name, compiler settings.
2002-03-25 20:25:15 +00:00
jrgm%netscape.com
eea3374317
Whitespace whackage; no code changes. It was getting hard to read this file. r/a=mcafee
2002-03-25 08:26:34 +00:00
timeless%mac.com
fc883176bf
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
alecf%netscape.com
5ea0841858
make this work on non-objdirs
2002-03-16 15:32:18 +00:00
jrgm%netscape.com
c1bf396268
Doh. previous checkin was r=mcafee, bug 115690
2002-03-13 08:08:52 +00:00
jrgm%netscape.com
520743ac3e
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
dp%netscape.com
cc5ee77804
Working with different flavours of title.
2002-03-04 06:51:32 +00:00
mcafee%netscape.com
171bae9298
Forgot more debugging stuff
2002-03-02 00:12:56 +00:00
mcafee%netscape.com
e56ca4b403
Oops, remove debugging exit command
2002-03-02 00:05:54 +00:00
mcafee%netscape.com
252a3d4a24
Added PrintUsage. Broke up module/dir conversion into parts, so we have access to list of modules, list of directories.
2002-03-02 00:04:47 +00:00
alecf%netscape.com
fa8b88059a
move debug output to STDERR
2002-03-01 17:28:50 +00:00
mcafee%netscape.com
ac65481d0a
Adding mozilla/include to core build files.
2002-02-28 10:35:11 +00:00
mcafee%netscape.com
5424f46fb8
--enable-standalone-modules
2002-02-28 10:23:36 +00:00
mcafee%netscape.com
7d3590f0d6
first add
2002-02-28 08:11:51 +00:00
mcafee%netscape.com
e5e84321ec
turned debug on by accident.
2002-02-28 00:41:21 +00:00
dp%netscape.com
7e3b38d176
Installing .pl scripts to bin directory
2002-02-28 00:06:36 +00:00
dp%netscape.com
12e56d693e
Removed DEBUG statements.
2002-02-27 22:43:52 +00:00
dp%netscape.com
faae8393b1
Conforming to the new format of dump with regions and uncommited frees.
2002-02-27 22:43:16 +00:00
seawood%netscape.com
c187055918
This patch:
...
* Changes MOZ_TRACE_MALLOC ifdefs to NS_TRACE_MALLOC ifdefs
* Links against the trace-malloc utils against libxpcom instead of just xpcomds
* Builds NSPR in debug mode on win32 if trace-malloc is enabled
* Adds a few "defined()" checks to diffbloatdump.pl so that it will work for
perl 5.6.1
* Adds a couple of checks for \r so that diffbloatdump.pl works on win32.
Bug #126915 r=bryner/dbaron a=asa
2002-02-26 09:26:10 +00:00
dp%netscape.com
fa1d891b38
modified regexp for free and used blocks
2002-02-22 22:23:16 +00:00
dp%netscape.com
9eeb487248
first version
2002-02-22 22:22:50 +00:00
mcafee%netscape.com
dc92e98421
Remove spaces to facilitate parsing this file.
2002-02-22 03:26:38 +00:00
mcafee%netscape.com
ce74f549a9
Adding debug matrix size function, for comparing tty and file-based runs.
2002-02-21 23:20:00 +00:00
dp%netscape.com
6cabe1f1a6
first version
2002-02-21 22:24:18 +00:00
mcafee%netscape.com
ac8a0d8599
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
04ad49e084
tinderbox example
2002-02-16 06:21:52 +00:00
seawood%netscape.com
d3106e17bd
Fixing win32 gmake trace-malloc bustage
2002-02-14 22:56:03 +00:00
alecf%netscape.com
223d67abff
add lots more class-reporting capabilities
2002-02-13 16:39:56 +00:00
alecf%netscape.com
63015594dc
expand the unused-class stuff
2002-02-12 23:57:07 +00:00
alecf%netscape.com
9109a7d8d6
add usage, classes that need trimming, etc...
2002-02-12 23:01:06 +00:00
mcafee%netscape.com
7d1ae0e3bb
Forgot to update toplevel_modules for --file case. Other minor comment changes, whitespace.
2002-02-09 01:24:29 +00:00
alecf%netscape.com
6112fb0e80
initial checkin - perl script which finds unused or little used exports from a dll
2002-02-09 00:54:15 +00:00
mcafee%netscape.com
06a4925ba6
Alloc label doesn't have a B, it is just a count not bytes. r=dbaron
2002-02-05 18:52:49 +00:00
mcafee%netscape.com
c72e39436f
Adding --file support. verbal r= alecf
2002-02-05 03:25:24 +00:00
cltbld%netscape.com
10437ea632
Better logfile test names
2002-02-05 00:48:59 +00:00
seawood%netscape.com
7243f4c222
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
4810381c53
Back to PrintSize
2002-02-01 21:07:04 +00:00
mcafee%netscape.com
683131e658
Adding graph server support to trace-malloc tests
2002-02-01 19:01:40 +00:00
cltbld%netscape.com
4171462c22
parameterizing pageload server
2002-01-26 02:46:51 +00:00
blythe%netscape.com
3ceb179639
NOT part of normal build.
...
Fix a small performance problem intruduced yesterday.
2002-01-24 22:41:08 +00:00
blythe%netscape.com
889a5c001f
NOT part of normal build.
...
Fix bug 119065
Better filtering via spacetrace footprint tool.
2002-01-24 00:58:33 +00:00
mcafee%netscape.com
e5ef819f22
Oops, forgot about the 2x try on layout, adding parameter for other url
2002-01-16 02:50:15 +00:00
mcafee%netscape.com
eb06ac41c0
parameterizing per-page pageloader timeout value LayoutPerformanceTestPageTimeout.
2002-01-16 02:18:27 +00:00
cltbld%netscape.com
127604cc22
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
blythe%netscape.com
385178fec6
Fix Bug 115189
...
Trace-Malloc records line number information on platforms which have it.
r=dp sr=alecf
2002-01-09 19:03:01 +00:00
dp%netscape.com
a6ea2b18cb
Adding peak memory used report r=blythe
2002-01-08 23:20:29 +00:00
mcafee%netscape.com
3799789290
Updating graph links to show moving average data
2001-12-31 08:30:03 +00:00
blythe%netscape.com
292209737d
Fix bug 115191
...
NOT part of normal build
Correct usage of PRUint64
2001-12-28 22:27:20 +00:00