gecko-dev/tools
attinasi%netscape.com d6f0794430 New Performance data: not part of build 2000-06-16 22:20:19 +00:00
..
build
debug/gdb
dreftool
dumpdeps Added makefile.win 2000-05-03 21:48:59 +00:00
elf-dynstr-gc remove annoying ^Ms. not part of the build. 2000-06-14 19:57:25 +00:00
jprof Updated docs to reflect Red Hat 6.2 testing 2000-05-29 19:31:29 +00:00
leaky prepend $(srcdir) to $(RESOURCES) to make nsinstall happy. 2000-05-02 06:58:12 +00:00
performance/layout New Performance data: not part of build 2000-06-16 22:20:19 +00:00
project-editor
tests
testserver 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
tinderbox fix typo. 2000-05-15 19:04:27 +00:00
trace-malloc Sacred 80th column preservation, brendan-style case indentation (not part of default build). 2000-06-07 19:14:10 +00:00
README
trees.pl

README

mozilla/tools
=============

This directory is for miscellaneous tools associated with mozilla.

Table of Contents
=================

* cvs.py
    A python script to checkout trees with multiple threads.
    Works on Unix and Windows. I have not tested the Mac.
    With this script, pulls can take five minutes instead of twenty.
    Of course, this script pounds the cvs server three times as hard,
    so use it with discretion.

* trees.pl (a.k.a moz)
    A perl script to navigate mozilla source trees.
    Run trees -h for usage. You will probably need to copy 'trees.pl' into
    your home directory somewhere (Just be careful to keep it up to date).
    Wrap 'trees.pl' in a shell alias called 'moz' to let you do things like,
      moz gecko webshell   - cd to webshell directory in gecko tree
      moz gecko2           - cd to same directory in gecko2 tree
      moz /                - cd to the root of the tree
      moz -o               - cd to the same subdir in the object directory


* mozilla/tools/build
    This directory is for tools that facilitate the building of the
    mozilla source code (the browser, the sdks, etc.).

* mozilla/tools/project-editor
    CGI interface to Machintosh Project Editor

* mozilla/tools/tests
    <synopsis: write me>

* mozilla/tools/tinderbox
    Scripts associated with the client-side of tinderbox.
    (scripts to checkout, build, and report the status of the tree to a
     tinderbox server.)