gecko-dev/tools
preed%mozilla.com e15b6ab38c Bug 344002: This corrects a bug in the initial patch for bug 344002 where the URL used for the array key gets munged, and suddenly the key refers to something that no longer exists. 2006-08-21 08:45:27 +00:00
..
build
codesighs
debug/gdb
download-stats
downloads
dreftool
dumpdeps
elf-dynstr-gc
footprint
httptester
jprof Make it possible to restart jprof in RTC mode. Bug 341594, r=dbaron, sr=shaver 2006-08-01 15:50:16 +00:00
l10n
leaky
memory
module-deps
page-loader
patcher Bug 346926: Move patcher to the public repo. These were checked in from the PATCHER2_PUBLIC_RELEASE tag. r=rhelmer. 2006-08-10 22:00:06 +00:00
performance add stddev to tbox dump(). b=342089, r=darin 2006-06-30 22:23:52 +00:00
post_compile
preloader
project-editor
rb
relic
reorder
reporter Add "disability access" problem type to reporter webtool. 2006-07-22 03:18:15 +00:00
test-harness Bug 346922 make assertions fatal when running unit tests 2006-08-03 18:41:25 +00:00
tests
testserver
testy
tinderbox Bug 344002: This corrects a bug in the initial patch for bug 344002 where the URL used for the array key gets munged, and suddenly the key refers to something that no longer exists. 2006-08-21 08:45:27 +00:00
tinderbox-configs disable objdir so talkback works 2006-08-19 21:35:32 +00:00
trace-malloc Bug 348234 - trace-malloc utilities should use frozen linkage, r=dbaron 2006-08-10 16:38:00 +00:00
update-packaging
uuiddeps
wizards
README
cross-commit
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.)

* lots of other stuff (need documentation!)