Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
1999-03-23 04:51:09 +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 Initial revision. Not currently in the build. 1999-03-23 01:46:44 +00:00
build Standardize on '.mozconfig' for configure script name. 1999-03-22 20:42:58 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
cck updating files to reflect latest UI for cck wizard 1999-03-22 22:12:23 +00:00
cmd Mac project changes -- don't generate SYM file. 1999-02-26 00:52:23 +00:00
config Pull CFLAGS out of link line. Remove some implicit rules that we do not use. Fix -jN build problems (Create directories with their own target). 1999-03-22 20:43:05 +00:00
content new implementation of GetScriptObject, returns a script object that is a wrapper for the Java applet object, whose prototype points to the standard DOM element object. This allows the applet's public fields to shadow the DOM properties. only turned on for XP_MAC. 1999-03-21 20:48:49 +00:00
db initial entry into cvs 1999-03-22 05:11:27 +00:00
dbm Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
directory *** empty log message *** 1999-03-22 04:13:25 +00:00
docshell/base add Set/GetDefaultCharacterSet to nsWebShell. Reviewed and approved by nisheeth 1999-03-22 22:21:22 +00:00
dom Minor formatting change for error output. 1999-03-20 04:25:54 +00:00
editor Add hard-coded alt-I for testing insert html 1999-03-22 22:10:29 +00:00
ef Add Object.registerNatives() dummy stub. 1999-03-04 19:17:24 +00:00
expat Uninitialized variables 1999-03-05 04:40:14 +00:00
extensions workaround for bug 3585 1999-03-19 03:42:54 +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 Took out nsOldDrawingSurfaceGTK.h, this was lost between checkins 1999-03-22 23:16:42 +00:00
grendel More addressbook patches from Mauro Botelho. 1999-03-15 01:59:26 +00:00
htmlparser fixed badly formed entity bug 1999-03-23 00:23:51 +00:00
include fix bugzilla bug 909 1999-03-13 15:59:05 +00:00
intl fix bug 3883 4048 by 1) correct mapping for U+FF60 to U+FF9F. 2) add class mapping for U+3099 - U+309E 1999-03-23 01:13:33 +00:00
jpeg Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
js use code frome: 1999-03-23 02:48:57 +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 Compute floater combined area properly; reflow floaters when placed including below-current-line floaters 1999-03-23 04:28:20 +00:00
lib Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
mailnews initial coding for nsImapProxyEvent 1999-03-23 02:18:53 +00:00
modules Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +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 Switched back to building both shared and static libs by default. 1999-03-23 04:26:03 +00:00
nsprpub FreeBSD/Alpha port, contributed by Brian Ostrom <briano@netscape.com>. 1999-03-23 04:09:23 +00:00
nunet NuNet. Not in the build yet. First checkin.... miles to go before I sleep (or work) 1999-03-22 23:46:37 +00:00
parser fixed badly formed entity bug 1999-03-23 00:23:51 +00:00
plugin/oji/MRJ updated build instructions 1999-03-22 17:19:26 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
rdf Fixed to not link with rdf.dll 1999-03-23 04:51:09 +00:00
README updating unix build docs, adding the classic build instructions for when 1998-11-05 20:55:43 +00:00
silentdl Unitialized variable. 1999-03-18 22:00:24 +00:00
string/obsolete removed unsightly warnings from string classes 1999-03-23 00:28:36 +00:00
sun-java Cleaned up some of the platform-specific ifdef's. Using HAVE_INT16_T, HAVE_INT32_T, and HAVE_UINT16_T now. 1999-03-11 02:37:23 +00:00
tools Added IRIX support (sort of), and a way to turn off CVS compression if necessary. 1999-03-20 02:04:21 +00:00
uriloader/base Enhanced the document loader to handle subdocuments. 1999-03-12 05:20:29 +00:00
view added Set/GetLineHeight(). 1999-03-20 01:25:37 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell add Set/GetDefaultCharacterSet to nsWebShell. Reviewed and approved by nisheeth 1999-03-22 22:21:22 +00:00
webtools add index.html newsbot.rdf.tmp 1999-03-23 00:34:54 +00:00
widget Pass the stream's pcount as the count of characters copied; previously we were sometimes overrunning the string 1999-03-22 21:48:10 +00:00
xpcom initial checking of xptcall code. This module allows arbitrary invocation of xpcom methods and also allows an object to impersonate an object of an arbitrary xpcom class. This code is used for XPConnect and will also be used for a scriptable interface to RDF. The build scheme for libxpt, xptinfo, and xpconnect may be a bit screwy on some platforms until this settles down. Luckily, none of these modules are part of the client build yet and very few people should even notice the change 1999-03-23 02:23:29 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe Added history back-end hookup. This may need to change modulo some ideas about making history more standalone, but for now, it gets stuff working. 1999-03-22 23:06:13 +00:00
xpinstall Run is working in the viewer. 1999-03-19 23:21:30 +00:00
.cvsignore Add .client-defs and myconfig.sh 1999-02-19 19:53:50 +00:00
aclocal.m4 Add support for file-based options, 'myconfig.sh'. 1999-02-04 22:52:56 +00:00
allmakefiles.sh Modified allmakefiles.sh setup to use autoconf's default $srcdir. Also fixes mailnews not building in separate obj tree. 1999-03-06 20:38:24 +00:00
client.mak correcting the pulling of NSPR 1999-03-18 19:50:26 +00:00
client.mk Fix LD_LIBRARY_PATH for nspr. Drop '.sh' from mozconfig name. 1999-03-22 20:42:31 +00:00
configure Automated update 1999-03-22 20:45:44 +00:00
configure.in Quote shell variable in comparison (otherwise it gives an error when undefined). 1999-03-22 20:42:40 +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
makefile.win make it possible to turn mailnews off by setting DISABLE_MAILNEWS 1999-03-12 02:27:29 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mak real fix for pulling nspr from the tip 1999-03-18 20:43:14 +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