blythe%netscape.com
69c0dfba04
not part of build
...
Enable usage of codesighs on linux.
2002-10-11 00:50:08 +00:00
blythe%netscape.com
093e09370b
Not part of the build.
...
Forgot last pattern to exclude.
2002-10-04 20:09:08 +00:00
blythe%netscape.com
ad22cbfc71
Not part of the build.
...
Refine what input files to accept.
2002-10-04 20:05:48 +00:00
blythe%netscape.com
0019ce85da
Not part of a normal build.
...
Correct the help text of the script.
2002-10-04 03:14:25 +00:00
blythe%netscape.com
66f136fd19
Not part of a normal build.
...
Add final touch to license.
2002-10-04 02:51:13 +00:00
blythe%netscape.com
c9cd29ce85
Not part of a normal build.
...
Forgot to license source code.
2002-10-04 02:40:43 +00:00
blythe%netscape.com
5225e70748
Not part of any normal build (yet).
...
Map file parsing tools for a windows build.
Goal will be to use the script to hook up in tinderbox for code size delta tracking.
2002-10-04 02:33:15 +00:00
seawood%netscape.com
89fb30d838
Remove extraneous ` from LD_LIBRARY_PATH
2002-09-15 08:12:41 +00:00
sfraser%netscape.com
c0a78f7d2a
Add output with a TinderboxPrint: line to show per-window leaks, and tweak the test to load about:blank.
2002-09-10 02:19:06 +00:00
sfraser%netscape.com
d8dc25e270
Added window open/close leak test. r=sleestack
2002-09-10 01:06:00 +00:00
cltbld%netscape.com
2f0fc352b9
Fixing timezone issues, posix errors for OSX/Jaguar. Added date +%Z option for OSX (and others). r=jrgm
2002-08-29 02:31:34 +00:00
cltbld%netscape.com
ead603dd89
chimera/projects going away, builds dir is now @ chimera/builds. a=smfr
2002-08-22 01:44:57 +00:00
cltbld%netscape.com
c64eee0593
Changes to match file moves in chimera project. a=smfr
2002-08-21 05:43:05 +00:00
cltbld%netscape.com
a9e6bdb285
Forgot to pass test_result back in run_all_tests, this was causing build status to be zero in some cases, which the server was rejecting. -mcafee
2002-08-19 23:26:22 +00:00
cltbld%netscape.com
7489bf3e86
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
c21d97dd5c
Use startup test function instead of cut-paste now. -mcafee
2002-08-13 02:06:57 +00:00
cltbld%netscape.com
b1865ab50b
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
e458365ff2
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
cd7f2e2718
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
1effbe680b
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
d4adb0de34
Removing defunct mailnews test. Cleaned up layout test comment. -mcafee
2002-07-30 00:10:34 +00:00
mcafee%netscape.com
55aa8b7ecf
don't need this comment here..
2002-07-29 04:18:15 +00:00
mcafee%netscape.com
62f9e76dd9
fixing logic in pageload test for 2nd attempt case.
2002-07-26 19:10:58 +00:00
cltbld%netscape.com
20b2049212
Switching to pageload_server instead of hard-coded url for pageload test. -mcafee
2002-07-24 21:32:49 +00:00
cltbld%netscape.com
5fe829ab70
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
c51b25df2a
fixed slash problem
2002-07-24 16:04:03 +00:00
cltbld%netscape.com
e395893de6
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
49cf6b75b0
Renaming RunTest to RunMozillaTests. Leaving in checks for RunTest for now. -mcafee
2002-07-23 07:52:30 +00:00
cltbld%netscape.com
cb4b5e0738
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
551ed026a1
fixing reset home dir logic, sorry. -mcafee
2002-07-20 06:19:15 +00:00
cltbld%netscape.com
4beb1c18ae
Adding ResetHomeDirForTests variable, some builds won't want to do this (chimera, etc.)
2002-07-19 21:03:01 +00:00
cltbld%netscape.com
0bb56f3274
Adding default, blank string for BuildNameExtra. -mcafee
2002-07-12 22:45:41 +00:00
cltbld%netscape.com
b9046f61d8
154815 fixed, removing hack. -mcafee
2002-07-12 03:50:49 +00:00
seawood%netscape.com
03ace271f0
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
f5d16a05d0
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
2f5772817a
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
7fb7033b34
Remove generated tmreader.$(OBJ_SUFFIX)
2002-07-01 02:15:11 +00:00
cltbld%netscape.com
046abef473
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
31bb4e9289
Cleaning up tests stuff. -mcafee
2002-06-28 22:27:32 +00:00
alecf%netscape.com
ff56ad8029
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
9770bb1661
Adding chimera_build_static, chimera_build_opt to help minimize script hacking.
2002-06-26 20:39:43 +00:00
cltbld%netscape.com
6b9eb55e1c
Static build comment
2002-06-22 00:53:41 +00:00
cltbld%netscape.com
3699428a70
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
aebe95de2d
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
e159632d4f
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
bdbade93ea
oops, didn't mean to uncomment delete binary part
2002-06-21 00:58:21 +00:00
mcafee%netscape.com
1359b1a16e
Fixing tab whitespace.
2002-06-20 23:41:33 +00:00
mcafee%netscape.com
28a16ca210
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
7c261f47b2
Add perl script for splitting jprof profiles into segments.
2002-06-18 22:35:05 +00:00
mcafee%netscape.com
956d3856f5
Explicitly call configure with sh, fixes windows (152312). r/code=hwaara, sr=alecf
2002-06-18 01:18:46 +00:00
mcafee%netscape.com
945e691fda
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
76aec24f15
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
76a4589d6e
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
66d58d0cf7
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
bcf192e308
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
94a3ed2546
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
30a310e1f9
Build chimera on macosx/darwin.
2002-06-02 03:15:14 +00:00
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
mcafee%netscape.com
858c0bef2d
minor printf change
2002-06-01 08:00:14 +00:00
mcafee%netscape.com
6b1224d0ea
removing printf
2002-06-01 07:33:53 +00:00
mcafee%netscape.com
9635346718
Print out meta.dot dep tree as part of build.
2002-06-01 07:30:35 +00:00
mcafee%netscape.com
85afa09f0b
Adding --skip-list option
2002-06-01 07:29:53 +00:00
mcafee%netscape.com
284bc22130
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
e116353653
Add --disable-installer configure option for embedding purposes.
...
Bug #145343 r=mcafee
2002-05-31 00:39:07 +00:00
blythe%netscape.com
e7eb9ce23b
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
d3e96251eb
Make script aware of BeOS profile quirks. r=mcafee
2002-05-22 08:54:18 +00:00
mcafee%netscape.com
bdda5414f4
Adding external dependency mechanism (145338). r=blythe, sr=alecf
2002-05-21 22:54:05 +00:00
blythe%netscape.com
fe3464bc3a
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
43feb942b4
ordering comment
2002-05-20 22:25:18 +00:00
mcafee%netscape.com
099a01e28d
Adding --skip-core-cvs option, useful for hacking on this script.
2002-05-17 21:32:20 +00:00
blythe%netscape.com
7a89880152
Wallet category
2002-05-16 00:46:00 +00:00
mcafee%netscape.com
584751fbb8
Starting a kill-file for modules, don't build mozldap.
2002-05-15 19:21:29 +00:00
mcafee%netscape.com
b0a4a270dd
really nuking rdfbase this time
2002-05-14 01:54:08 +00:00
mcafee%netscape.com
56460f3dea
Sample mozconfig file
2002-05-14 01:15:07 +00:00
mcafee%netscape.com
e4227ffbfa
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
31e9952600
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
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
blythe%netscape.com
484bb7137f
Make generated graphs capable of handling multiple simultaneous access.
2002-05-13 03:02:52 +00:00
blythe%netscape.com
76f7adca0e
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
8bdf996e1c
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
76117297f6
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
f571747c81
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
22cd6c65c8
Not part of a normal build.
...
Context cache framework is in.
2002-05-12 04:17:56 +00:00
blythe%netscape.com
d33932e756
Fix unix build warning.
...
Not part of normal build.
2002-05-11 01:27:34 +00:00
blythe%netscape.com
8d1c0ae1b4
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
26801df6d2
comments changes
2002-05-10 01:28:44 +00:00
mcafee%netscape.com
a4133875e0
better cmd failure warning
2002-05-09 23:23:10 +00:00
mcafee%netscape.com
c4227d30a3
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
0221d10c6a
comment
2002-05-09 08:39:46 +00:00
mcafee%netscape.com
ee858f8ae8
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
13b34818b9
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
1414f1f513
space trace command line parsing hooked up to new options framework.
2002-05-08 21:32:24 +00:00
blythe%netscape.com
cc2859b10d
Not part of normal build.
...
Use new options framework to initialize options.
2002-05-08 00:16:20 +00:00
blythe%netscape.com
671730413d
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
0774a58fdf
switch to DIRS-based build, not build-in-each-directory way.
2002-05-07 07:05:10 +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
blythe%netscape.com
46c30a3660
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
4141a16d7e
fix cvs keyword subtitution crash
2002-05-04 01:12:18 +00:00
blythe%netscape.com
565188440e
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
48ff418fc7
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
16e0f2f1ca
export rules file into dist r=dp
2002-05-03 22:51:16 +00:00
dp%netscape.com
c796599b2b
Moving printNodeProcessor to new api
2002-05-03 22:33:08 +00:00
dp%netscape.com
a087962d3f
Necko uri folded into necko
2002-05-03 13:27:16 +00:00
blythe%netscape.com
8aead0c7ef
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
2b3abdb34f
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
ad3b8faf32
add the binary suffix to fix build bustage
2002-05-02 19:43:09 +00:00
blythe%netscape.com
3a765464e4
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
9934065285
Not part of normal build.
...
Put each client request on a thread.
2002-05-02 00:28:42 +00:00
cathleen%netscape.com
b256680996
Fixing to include spacecategory.c. Fix by Garrett on cathleen's tree -dp
2002-05-01 22:39:46 +00:00
dp%netscape.com
a3b5fa2664
export formatNumber
2002-04-30 23:52:52 +00:00
dp%netscape.com
430295c669
printCategoryTree
2002-04-30 23:44:03 +00:00
blythe%netscape.com
3da87ff3df
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
cacd86c847
Rearranged rules to get more accurate assignment
2002-04-30 23:42:32 +00:00
mcafee%netscape.com
61bed2297e
Adding Mac OSX/Darwin-specific profile directory
2002-04-30 20:27:01 +00:00
dp%netscape.com
2eaafb13a6
best shot at a rules file.
2002-04-22 18:15:15 +00:00
mcafee%netscape.com
f69c7a4522
Initial developer part of license doesn't apply here.
2002-04-21 05:10:34 +00:00
mcafee%netscape.com
5803ea0a3a
Adding --disable-tests, cleaning up whitespace
2002-04-20 02:17:23 +00:00
mcafee%netscape.com
e4a39af6b1
Adding dynamic modules.mk support.
2002-04-20 02:15:40 +00:00
dp%netscape.com
da3dad6278
Sorting in category report
2002-04-20 00:25:55 +00:00
dp%netscape.com
e8edfe409c
Store len of patterns for fast comparison
2002-04-20 00:14:22 +00:00
dp%netscape.com
7cce01fbf0
Using stncmp instead of strstr for callsite maching.
2002-04-19 21:51:03 +00:00
dp%netscape.com
297d88f665
commandline options for category file and focus category.
2002-04-19 21:49:55 +00:00
cltbld%netscape.com
8457b274da
printf for deleting profile, for debugging. -mcafee
2002-04-19 18:24:10 +00:00
dp%netscape.com
9d213f1c92
Categories report
2002-04-18 20:11:45 +00:00
dp%netscape.com
34479f09c8
fastload-js -> chrome-js
2002-04-17 20:25:04 +00:00
dp%netscape.com
cd6227b553
optimization: When only category changes, dont harvest; just recompute cost.
2002-04-17 01:37:14 +00:00
dp%netscape.com
1a272f9fd1
more categories
2002-04-17 01:33:16 +00:00
dp%netscape.com
865ab1e7e7
installing rules.txt in dist/bin
2002-04-17 01:03:44 +00:00
dp%netscape.com
5e28943763
shared globals
2002-04-17 00:13:59 +00:00
dp%netscape.com
20a2192d31
Fixing core dump caused by freeing static categoryname
2002-04-17 00:12:44 +00:00
dp%netscape.com
2e36ed30a4
Dealing with non-existent category file
2002-04-17 00:11:55 +00:00
dp%netscape.com
51792fa38f
categories
2002-04-16 23:36:47 +00:00
mcafee%netscape.com
947a676b00
Improve error messages, print full path of offending directory.
2002-04-16 22:51:58 +00:00
blythe%netscape.com
32a093d13a
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
977cc96ead
Minor comment changes, not part of main mozilla build.
2002-04-16 18:11:37 +00:00
mcafee%netscape.com
5e6ad94572
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
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
leaf%mozilla.org
99b5595f6f
checkin superfluous text; testing dolog.pl change
2002-04-09 23:43:28 +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
aa84345234
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
0478aba6b1
Attempt at 2-pass build
2002-04-05 02:08:37 +00:00
mcafee%netscape.com
43dfb2bf8c
Adding /sw/bin for default libIDL stuff.
2002-04-05 00:07:06 +00:00
blythe%netscape.com
a048008f17
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