INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
rayw%netscape.com 38932fd4cf Fixed IDL files to not use mozilla-specific types where possible.
Also identified and entered a placeholder solution for variants not being
able to represent an empty array.  also made primenumber test use
verifyheader.

SOAP is not part of default build.
2002-02-14 13:08:25 +00:00
README Testing cvs upgrade 2001-12-01 04:34:21 +00:00
accessible Moving these platform specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf 2002-02-07 22:52:20 +00:00
apache/gzip/src
build Fixing bustage. 2002-02-09 04:32:08 +00:00
calendar Don't worry about the auto-generated Makefile's 2002-02-13 20:20:18 +00:00
caps OS/2 bustage - callback needs to be in header 2002-02-13 13:30:06 +00:00
cck Remote admin changes. 2002-02-13 23:30:41 +00:00
chrome Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
cmd/xfe/src CVS removal of obsolete directories. Bug 102787. Goodbyeeeee.... 2001-10-03 18:54:49 +00:00
config Use -Wl,-Bsymbolic when linking components on Linux to avoid problems when linking against external libraries with the same global symbols. 2002-02-14 04:32:11 +00:00
content Bug 38380: CSS hover not set when <a onmouseover="... return true;">. Fix regression caused by bug 99009. r=bryner, sr=jst 2002-02-14 07:24:40 +00:00
db Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
dbm Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility. 2002-01-16 05:10:09 +00:00
directory Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
docshell This was part of my earlier patch. I forgot to check it in. 2002-02-12 23:43:41 +00:00
dom Bug 119646 - Rewrite of the security manager policy database for improved 2002-02-13 04:20:46 +00:00
editor Expand things done within the 'try {}' in onAccept of Image Properties dialog, b=96477, work by neil@parkwaycc.co.uk, r=cmanske, sr=kin 2002-02-14 02:13:28 +00:00
ef Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
embedding Calculate document content type rather than assume text/html. b=118251 r=brade sr=kin 2002-02-13 21:45:02 +00:00
expat Bug 35984, make an undefined entity always a fatal error; report errors while parsing external entities (regression) and a minor optimization in loading external entities. r=harishd, sr=jst. 2002-01-25 23:19:23 +00:00
extensions Fixed IDL files to not use mozilla-specific types where possible. 2002-02-14 13:08:25 +00:00
gc/boehm Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00
gconfig Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
gfx Slight tweak to scrollbar thumb painting to paint as prelight as you are dragging. Not part of the build. 2002-02-14 00:13:10 +00:00
gfx2 Fixing bustage on Sun WS6 update 2, it apparently doesn't like the forward declaration of gfxIImageFrame just before it's defined. r=seawood, sr=jst. 2002-02-08 22:59:53 +00:00
grendel Checkin of changes from Brandon Wiley related to mbox storage and how Grendel was numbering messages. Changes tested and good. jrg 2002-02-12 06:22:41 +00:00
htmlparser progress towards fixing 123041 - stop making copies of entities names and values as we retrieve them out of various entity tables 2002-02-12 21:17:53 +00:00
include Fix for bug #118003. r=peterl, sr=jst. 2002-01-31 00:16:20 +00:00
intl Bug 125061 2002-02-14 00:59:46 +00:00
java bug: 119680 2002-01-14 18:04:48 +00:00
jpeg Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility. 2002-01-16 05:10:09 +00:00
js bug 124474, "add native frame support to jsd" 2002-02-14 07:57:30 +00:00
js2 More new semantics 2002-02-08 04:06:29 +00:00
l10n Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
layout Add support for MathML styling attributes (e.g., color, fontsize, etc) by creating an internal attribute stylesheet on the fly, and populating it by mapping attributes to CSS rules as frames get created. This is a work-around to bug 69409 which is is not scheduled to be addressed by the Gecko team anytime soon. Also Cleaned-up the debug rules in mathml.css and removed the (in)famous red color of <mi> 2002-02-14 12:26:43 +00:00
lib Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
mailnews fix for #86980. when printing, we always print ASCII header names, 2002-02-14 08:52:31 +00:00
modules This is the patch related to bug 71394, needing security checks in SOAP. 2002-02-13 19:13:41 +00:00
mozilla new project started 2001-04-03 22:13:38 +00:00
msgsdk Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
mstone Fix OS_ARCH detection for IRIX64. 2001-07-20 00:26:49 +00:00
netwerk Bug 107552 - backend for resuming ftp downloads 2002-02-14 03:10:19 +00:00
nsprpub Bug 122433: checked in a workaround, which disables global optimization on ntio.c 2002-02-13 20:06:47 +00:00
nunet
other-licenses Fix "static" build support for win32 gmake builds. 2002-01-25 03:20:51 +00:00
parser progress towards fixing 123041 - stop making copies of entities names and values as we retrieve them out of various entity tables 2002-02-12 21:17:53 +00:00
plugin/oji Cleanup path stuff to fix build. a=lpham. 2002-02-08 20:38:26 +00:00
privacy updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
profile Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
rdf Fix bug # 124743: RDF SEQs. r=tingley sr=ben 2002-02-12 00:49:56 +00:00
security b=99083 Polish cert display if field common name (CN) is not present 2002-02-14 07:21:33 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string avoid memcpy call when only copying one (PRUnichar) char. bug 109562. r=jag sr=brendan 2002-02-14 06:22:53 +00:00
suite On 12/16/1999, dmose@mozilla.org checked in some changes to the default 1999-12-31 11:48:20 +00:00
sun-java Landing the rest of the win32 gmake changes: 2001-12-18 09:14:29 +00:00
themes bug 124951 - checkbox size should be specified with min-width and min-height, for native theme overriding. r=kerz, sr=blizzard. 2002-02-14 07:06:00 +00:00
timer updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tools add lots more class-reporting capabilities 2002-02-13 16:39:56 +00:00
uriloader Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser 2002-02-13 15:01:37 +00:00
view Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
webshell the arguments to this function can be null-pointers, bug 124986 r=karnaze sr=attinasi 2002-02-13 20:07:56 +00:00
webtools Fixing tinderbox bustage. Maybe I need to get more sleep before I commit. 2002-02-14 04:37:30 +00:00
widget Refining the event loop for cocoa plevents. Not part of build. 2002-02-14 02:55:52 +00:00
xpcom reorder members to avoid wasted space due to struct member alignment rules. This will generally save one machine word per XPTMethodDescriptor (and we make a bunch of those). bug 120005. r=dbradley, sr=shaver 2002-02-14 06:28:13 +00:00
xpfe Bug 124817 -- leaking splash screen pixmap on startup. r=pavlov, sr=blizzard. 2002-02-14 06:44:30 +00:00
xpinstall Changing error MessageBox to a warning (Attention) - Bug 119530. 2002-02-14 09:52:54 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
LEGAL
LICENSE
Makefile.in Fix the NSS 3.4 landing temporary workaround. The security/manager 2002-02-06 17:21:01 +00:00
README.txt Placeholder readme file. 2002-01-25 05:39:27 +00:00
aclocal.m4 bug 116148, include freetype2.m4 for testing for FreeType2 2002-01-09 14:35:21 +00:00
allmakefiles.sh Add the forgotten ucvmath to allmakefiles.sh 2002-02-14 01:33:17 +00:00
client.mak b=116334 NSS 3.4 landing 2002-02-06 13:31:07 +00:00
client.mk b=116334 NSS 3.4 landing 2002-02-06 13:31:07 +00:00
configure Automated update 2002-02-14 04:42:00 +00:00
configure.in Bumping MOZILLA_VERSION to 0.9.8+ 2002-02-14 04:33:59 +00:00
embed.mak removing widget/timer from embed makefiles 2001-12-16 09:27:41 +00:00
embed.mk removing widget/timer from embed makefiles 2001-12-16 09:27:41 +00:00
makefile.win Adds readme and license file to install. (Bug #Bug #15901). 2002-01-25 05:42:47 +00:00
mozilla.kdevprj new project started 2001-04-03 22:13:38 +00:00
mozilla.lsm new project started 2001-04-03 22:13:38 +00:00
nglayout.mac updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nglayout.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mak updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00

README.txt

======================================================

                  Mozilla Read Me

======================================================

This is a placeholder file which should be replaced with readme information
for each release.