INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
kirke%netscape.com 8d8152bb9c Made argument processing more robust (ala stresclnt.c). We now detect
and fail when something on the command line is not recognized.  Also
exiting with distinct status values for all error conditions (previously
we always exited with '1').
2001-01-02 22:19:55 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
apache/gzip/src
build Give the standalone build system a finer grained control over which directories are checked out. 2000-12-27 05:29:50 +00:00
calendar
caps Removing .cvsignore file so this directory will go away. Not part of build. 2000-12-28 21:08:29 +00:00
cck fix for bug#57340; custom components not showing up in build;added additional field 2000-12-08 04:00:29 +00:00
chrome Fix numerous embedding install issues and 62757 crasher. r=danm, a=dougt 2000-12-21 00:08:28 +00:00
cmd
config Bug 63896 - use system libmng if available. r=cls 2000-12-29 19:59:59 +00:00
content Fixing bug 57534. document.open() is defined to not return anything in the DOM spec but for backwards compatibility it needs to return the document itself. r=blakeross@telocity.com, sr=brendan@mozilla.org 2001-01-01 20:54:38 +00:00
db Removing more dead .cvsignore files. Not part of build. 2000-12-28 21:12:05 +00:00
dbm
directory Updtates for LDAPJDK 4.13 2000-12-18 14:02:20 +00:00
docshell Some changes to make nsDocShell::LoadStream() work better... 2001-01-01 22:48:47 +00:00
dom Fixing bug 57534. document.open() is defined to not return anything in the DOM spec but for backwards compatibility it needs to return the document itself. r=blakeross@telocity.com, sr=brendan@mozilla.org 2001-01-01 20:54:38 +00:00
editor adding persistence of min/max state. arguably bug 32148 r=bienvenu,sspitzer. yes, i actually got this patch reviewed by two real people. 2000-12-27 22:41:46 +00:00
ef
embedding Added an Auto HScroll bit to the URL address control. This flag allows long URLs (longer than the width of the control) to be typed in. 2001-01-02 15:11:07 +00:00
expat Set expat endian flags so we don't do an extra copy. r=heikki, sr=jst 2000-12-12 20:23:50 +00:00
extensions Remove temporary hack to remove libpsmglue.so. r=cls 2000-12-29 22:10:32 +00:00
gc/boehm Bug 61571. Improve speculative RTTI heuristics by adding one more instruction to the signature for typeinfo(). r=brendan, sr=beard 2000-12-06 00:05:45 +00:00
gconfig
gfx #62335 2001-01-02 14:44:39 +00:00
grendel
htmlparser 62754 - Fix meta charset that was getting ignored. 2000-12-21 20:46:00 +00:00
include Removing more unused files for bug 38061. sr=cls. 2000-12-30 01:24:27 +00:00
intl Attempt to fix OS2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 20:31:08 +00:00
java *not part of tbox builds* 2000-12-22 07:30:14 +00:00
jpeg removing glowcode directives. won't affect you unless you use an obsolete version of glowcode. 2000-11-18 02:13:42 +00:00
js Fix for VC++ compile. 2001-01-02 19:49:16 +00:00
js2 Fix for VC++ compile. 2001-01-02 19:49:16 +00:00
l10n Fix 63848: removing more old, unused files. r=dbaron 2000-12-29 05:08:19 +00:00
layout Fixing bug 57534. document.open() is defined to not return anything in the DOM spec but for backwards compatibility it needs to return the document itself. r=blakeross@telocity.com, sr=brendan@mozilla.org 2001-01-01 20:54:38 +00:00
lib Remove bogus paths to dist:client_stubs etc 2000-12-14 22:07:55 +00:00
mailnews fix warning. #64026. r=adam@gimp.org, sr=bienvenu@netscape.com 2001-01-02 06:27:19 +00:00
modules Fix 60005: prefs UI for showing and hiding tooltips. r=timeless sr=alecf 2001-01-01 04:25:06 +00:00
msgsdk
mstone
netwerk Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
network/protocol/http
nsprpub Switch to $< & $@ so that VPATH can do its magic. 2000-12-30 06:36:06 +00:00
nunet
parser 62754 - Fix meta charset that was getting ignored. 2000-12-21 20:46:00 +00:00
plugin/oji/MRJ Bug 56607 (sr=waterson, r=edburns): Fixes for <APPLET> tag processing, clipping. 2000-10-28 05:55:35 +00:00
privacy
profile Bug 35559 - dynamic profile switching support r=racham, sr=alecf 2000-12-18 07:33:08 +00:00
rdf Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com 2000-12-30 19:22:22 +00:00
security Made argument processing more robust (ala stresclnt.c). We now detect 2001-01-02 22:19:55 +00:00
silentdl
string Add |.get()| to nsCString. Bug=58284,r=dbaron, a=scc. 2000-12-23 06:45:54 +00:00
suite
sun-java
themes Fix 59514: sidebar.css not placed correctly in jar (unix). patch by mkaply. r=blake sr=hewitt 2000-12-29 18:51:41 +00:00
timer
tools Very simple test progam I am using to debug post_compile 2001-01-02 09:20:40 +00:00
tripledb
uriloader bug #62955 - Dialog boxes are the wrong size. 2000-12-23 06:07:38 +00:00
view Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
wallet
webshell clean up interface, per directions. adding copyLinkLocation(), and specifying semantics of selectNone() wrt insertion point location. Implemented selectNone(). r=saari/a=hyatt. bug#s 46867, 63001 2000-12-22 01:13:46 +00:00
webtools changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com 2000-12-22 23:01:30 +00:00
widget Bug 63904 - Don't fetch the system setting for number of lines to scroll per mousewheel movement on each scroll. r=timeless, sr=scc. 2001-01-01 01:37:00 +00:00
xpcom Fix the use of dynamic_cast for nsCOMPtr logging so it doesn't appear in a macro. b=61243 2000-12-23 16:43:32 +00:00
xpfc
xpfe Fixing problem with my previous patch for bug 60005. sr=alecf 2001-01-02 05:39:40 +00:00
xpinstall Check for __unix__ as well as __unix since gcc 2.95.2 on linux/ppc doesn't define __unix. 2000-12-30 02:12:15 +00:00
.cvsignore
LEGAL
LICENSE
Makefile.in Slow down. Enjoy life. Stop forgetting to check in files. 2000-12-22 21:44:25 +00:00
aclocal.m4
allmakefiles.sh Bug 63896 - use system libmng if available. r=cls 2000-12-29 19:59:59 +00:00
client.mak we won't get very far building mozilla/security on windows without pulling 2000-12-09 00:34:08 +00:00
client.mk Give the standalone build system a finer grained control over which directories are checked out. 2000-12-27 05:29:50 +00:00
configure Bug 63896 - use system libmng if available. r=cls 2000-12-29 19:59:59 +00:00
configure.in Bug 63896 - use system libmng if available. r=cls 2000-12-29 19:59:59 +00:00
embed.mak Fixed a few problems building from clean, including missing widget/timer dependency & problems with psm modules when BUILD_PSM is not defined. 2000-12-20 15:06:36 +00:00
embed.mk Second cut at an embedding makefile. This is not part of the seamonkey build. 2000-11-22 18:39:16 +00:00
makefile.win Fix for bug 60909. r=javi@netscape.com, bryner@netscape.com. sr=brendan@mozilla.org, leaf@mozilla.org. 2000-12-06 23:45:42 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk