INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
terry%netscape.com 747220fde7 Wasn't quoting the "%" correctly in people's e-mail addresses. 1999-03-02 00:06:06 +00:00
README updating unix build docs, adding the classic build instructions for when 1998-11-05 20:55:43 +00:00
apache/gzip/src Add the source and Makefile for the new mod_gzip_content module. 1998-09-15 20:17:13 +00:00
base AIX portability fixes. (Waqar Malik <waqar@netscape.com>) 1999-03-01 06:10:54 +00:00
build add mozilla/expat/xmlparse/MANIFEST to export xmlparse.h 1999-02-27 09:42:52 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps fix AIX bustage - we were dereferencing the function before checking if it was NULL 1999-02-27 06:22:43 +00:00
cck Modified buffer sizes in define constants 1999-02-26 18:36:56 +00:00
cmd Mac project changes -- don't generate SYM file. 1999-02-26 00:52:23 +00:00
config Moved previous filter-out section after DSO_CFLAGS is set. 1999-03-01 03:14:23 +00:00
content Fixed MAP elements to conform to HTML 4.0. Hooked up attribute changes for MAP, AREA and ANCHOR elements. Added RECONSTRUCT_ALL as a style hint for attribute changes. Modified nsCSSFrameConstructor's ReconstructFrame to only reconstruct the document element hierarchy. 1999-03-01 16:57:35 +00:00
db add ability to import msf files 1999-02-28 22:00:50 +00:00
dbm Turn of "modification date caching" so that dependencies are sure to work. 1999-02-11 00:04:46 +00:00
directory Merged v1.1 development branch to trunk, v1.1 released 1999-01-21 23:52:52 +00:00
docshell/base fixed up operator new usage 1999-02-26 20:02:06 +00:00
dom add IID() method 1999-02-27 03:16:56 +00:00
editor Added exported header file for nsHTMLEditor 1999-03-01 19:55:43 +00:00
ef Use a Quiet NaN, not a Signalling NaN 1999-02-28 23:01:29 +00:00
expat Ignore generated files. 1999-02-27 10:16:19 +00:00
gconfig Fix to use search path for lesstif as per John Hicks suggestion. Environment 1998-11-05 18:04:06 +00:00
gfx Fixed up postscript stuff, now prints on Unix 1999-03-01 16:23:36 +00:00
grendel Patches from Thomas Down <thomas.down@tri.ox.ac.uk> to get some working attachments. Also added the X-Mailer header. 1999-03-01 11:05:10 +00:00
htmlparser Enabling P tag autoclosuer at HR 1999-03-01 18:56:20 +00:00
include fix -pedantic bustage on Unix 1999-02-26 17:49:41 +00:00
intl fix some unix warning 1999-02-26 17:34:58 +00:00
jpeg Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
js AIX portability fixes. (Waqar Malik <waqar@netscape.com>) 1999-03-01 06:10:54 +00:00
js2/semantics Added traditional and super and changed [] to allow multiple arguments 1999-02-19 04:28:16 +00:00
l10n according to pinkerton, we no longer use mercutio anymore. poof, gone 1998-10-02 19:19:27 +00:00
layout include the parser library too 1999-03-01 20:46:08 +00:00
lib Mac project changes -- NSStdlib now includes the memory allocators and MoreFiles as static libraries, and re-exports their symbols. 1999-02-26 00:41:00 +00:00
mailnews add version number to msg database 1999-03-01 23:34:30 +00:00
modules some hacks (and ifdefs) for macOS until NSPR gets fixed. This at least allows us to test out libReg and find bugs. 1999-03-01 19:24:27 +00:00
msgsdk don't hardcode domestic 1998-08-25 18:48:36 +00:00
nav-java Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
network AIX portability fixes. (Waqar Malik <waqar@netscape.com>) 1999-03-01 06:29:14 +00:00
nsprpub New test file vercheck.c. 1999-03-01 00:23:34 +00:00
parser Enabling P tag autoclosuer at HR 1999-03-01 18:56:20 +00:00
plugin/oji/MRJ First Checked In. 1999-02-28 22:15:48 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
rdf make the hack for macos to not use libreg easier to turn on and off to make it easier to work on a fix. 1999-03-01 17:47:28 +00:00
silentdl Changing RegisterFactory to use the new API. 1999-02-26 15:59:52 +00:00
string/obsolete Call delete [] when new [] was used for allocation. 1999-02-27 20:39:07 +00:00
sun-java Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
tools fixed smoketest to invoke grendel with 'java grendel.Main' and also 1999-02-28 08:46:34 +00:00
uriloader/base allow plain text file to be handled by HTML document 1999-02-16 07:37:53 +00:00
view use macro to get operator new correct 1999-02-26 19:57:18 +00:00
webshell Move bulk of DoCopy code from nsBrowserWindow.cpp into nsPresShell 1999-03-01 19:21:01 +00:00
webtools Wasn't quoting the "%" correctly in people's e-mail addresses. 1999-03-02 00:06:06 +00:00
widget Added method 1999-03-01 17:52:22 +00:00
xpcom (really cyeh) fix crashing bug in optimized builds of viewer, but i'm really suprised that this didn't crash more often. per Inside Macintosh: Processes: you must initialize the ProcessInfoRec with the address to a valid FSSpec and at least 32 bytes of memory if you want the name of the process. if you do not want the name of the process, pass in nil into ProcessInfoRec.processName. We were crashing because the value of PIR.processName was uninitialized, and we were copying the name of the application into random memory. 1999-03-02 00:03:30 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe correctly implement nsIMenuListener. 1999-03-01 17:30:14 +00:00
xpinstall massive changes. 1999-03-01 21:35:13 +00:00
.cvsignore Add .client-defs and myconfig.sh 1999-02-19 19:53:50 +00:00
LEGAL updated LEGAL file to reflect non-infringement of WANG patent, and option 1998-05-27 21:17:37 +00:00
LICENSE Add final version of NPL. 1998-03-31 19:11:51 +00:00
Makefile Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY 1998-10-12 21:27:12 +00:00
Makefile.in Adding expat. a=nisheeth 1999-02-27 10:40:40 +00:00
aclocal.m4 Add support for file-based options, 'myconfig.sh'. 1999-02-04 22:52:56 +00:00
allmakefiles.sh Adding expat to Mozilla. a=nisheeth@netscape.com 1999-02-27 09:16:17 +00:00
client.mak Fixing the dependency on mozilla/config (yanked the include, removed the $(NMAKE) 1999-03-01 20:16:01 +00:00
client.mk Change myconfig to mozconfig. 1999-02-25 19:21:29 +00:00
configure Automated update 1999-03-01 12:15:39 +00:00
configure.in Add test for exceptions. Exceptions are illegal, but somebody (whose name 1999-03-01 12:01:32 +00:00
makefile.win moving the client build into client.mak and toplevel makefile.win 1999-02-28 07:51:10 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mak Add expat to the windows build only... 1999-02-27 07:59:22 +00:00
nglayout.mk Added mozilla/rdf to the pull. 1998-12-02 00:50:42 +00:00
trex.mak Pull msgsdk 1998-10-29 02:50:29 +00:00
trex.mk Fix msgsdk build problem 1998-11-02 19:14:40 +00:00