apache/gzip/src
|
Add the source and Makefile for the new mod_gzip_content module.
|
1998-09-15 20:17:13 +00:00 |
base
|
add prototype to reduce warnings on Macintosh compiler
|
1999-02-19 16:13:47 +00:00 |
build
|
First Checked In.
|
1999-02-19 22:47:36 +00:00 |
calendar
|
fixed instructions
|
1998-11-23 22:55:32 +00:00 |
caps
|
move local variables into #if block where they are needed (reduces warnings on Macintosh compiler)
|
1999-02-19 16:12:58 +00:00 |
cck
|
adding Show Example bitmap for net.ini dialog
|
1999-02-20 00:41:54 +00:00 |
cmd
|
Just fixed a warning.
|
1998-12-23 22:09:09 +00:00 |
config
|
Remove unused substitutions for MOZ_NETCAST, MOZ_LDAP, SMART_MAIL
|
1999-02-19 18:42:29 +00:00 |
content
|
Added a new XUL TitledButtonFrame
|
1999-02-19 18:23:02 +00:00 |
db
|
start adding mork impl
|
1999-02-19 03:08:40 +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 a bunch of "const" problems
|
1999-02-14 06:35:01 +00:00 |
dom
|
Remove mozilla/layout/config and use mozilla/config instead.
|
1999-02-18 18:16:21 +00:00 |
editor
|
adding batching for selection.
|
1999-02-19 23:41:49 +00:00 |
ef
|
*** empty log message ***
|
1999-02-09 06:47:12 +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
|
Added the printer support files for GTK
|
1999-02-18 22:35:11 +00:00 |
grendel
|
Mail sending now works. I also added the multiple peronalities feature.
|
1999-02-19 22:41:38 +00:00 |
htmlparser
|
improved broken quote handling
|
1999-02-19 06:48:25 +00:00 |
include
|
Fixing windows breakage
|
1999-02-10 01:34:45 +00:00 |
intl
|
Solaris needs a constructor for ConverterInfo().
|
1999-02-19 13:05:19 +00:00 |
jpeg
|
First Checked In.
|
1998-12-13 05:01:04 +00:00 |
js
|
in the middle of adding diagnostics
|
1999-02-19 05:59:59 +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
|
nsPresShell now listens to changes in the domselection. (also modified nsIEnumerator to use NS_IMETHOD instead of virtual nsresult). Added batching for selection changes. you can move the selection, do things then turn off batching for an update if necessary. also prevented circular referencing by adding listener removal to PresShell::endDocumentListening(sp)
|
1999-02-19 23:47:36 +00:00 |
lib
|
remove md5 from MOZ_MAIL_NEWS build
|
1999-02-18 19:54:54 +00:00 |
mailnews
|
start getting nntp hooked up to news database
|
1999-02-19 03:09:39 +00:00 |
modules
|
changing nsIEnumerator to use NS_IMETHOD not virtual nsresult
|
1999-02-19 23:43:20 +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
|
Yanking fe_GetConfigDir() which is now in prefs.
|
1999-02-19 13:34:20 +00:00 |
nsprpub
|
Mac specific fix. Now that dp's code to walk the shared libs to see what is installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag.
|
1999-02-19 02:45:54 +00:00 |
parser/htmlparser
|
improved broken quote handling
|
1999-02-19 06:48:25 +00:00 |
plugin/oji/MRJ
|
Creates a new window with "_new" target.
|
1998-12-29 22:37:55 +00:00 |
privacy
|
Sync'd various Makefile.ins to their Makefile counterparts.
|
1998-10-21 02:13:56 +00:00 |
rdf
|
PRBool: use PR_FALSE, PR_TRUE instead of false, true.
|
1999-02-19 10:57:49 +00:00 |
README
|
updating unix build docs, adding the classic build instructions for when
|
1998-11-05 20:55:43 +00:00 |
silentdl
|
Adding source files to match Win32; Solaris build was failing with 0 source files for the library creation.
|
1999-02-19 12:21:16 +00:00 |
string/obsolete
|
small mod to handle hex conversion better
|
1999-02-19 06:32:40 +00:00 |
sun-java
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +00:00 |
tools
|
Remove mozilla/layout/config and use mozilla/config instead.
|
1999-02-18 18:16:21 +00:00 |
uriloader/base
|
allow plain text file to be handled by HTML document
|
1999-02-16 07:37:53 +00:00 |
view
|
added unknown content quality. fixed potential crash because of bug in timer
|
1999-02-16 19:57:45 +00:00 |
webshell
|
Turn on Unix cout code for doCopy()
|
1999-02-19 19:21:25 +00:00 |
webtools
|
added
|
1999-02-19 23:11:36 +00:00 |
widget
|
changing nsIEnumerator to use NS_IMETHOD not virtual nsresult
|
1999-02-19 23:43:20 +00:00 |
xpcom
|
Fix goofs caught by alecf in GetJSObject generation.
|
1999-02-20 00:10:22 +00:00 |
xpfc
|
Fix windows build:
|
1998-11-11 00:17:29 +00:00 |
xpfe
|
Added TitledButton and ProgressMeter
|
1999-02-19 18:23:32 +00:00 |
xpinstall
|
removing char* errormsgs and now using err code return values.
|
1999-02-05 22:27:08 +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
|
Add xpcom/idl/Makefile to the build.
|
1999-02-19 02:51:57 +00:00 |
client.mak
|
enable depend builds with client.mak.
|
1999-02-18 22:27:52 +00:00 |
client.mk
|
Fix bustage: OBJDIR wasn't defined correctly. (also add webconfig target)
|
1999-02-19 22:55:50 +00:00 |
configure
|
Automated update
|
1999-02-19 17:31:47 +00:00 |
configure.in
|
Reorder/group options. Align comments. Remove dead options.
|
1999-02-19 17:29:51 +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
|
Added --{enable,disable}-build-nspr --{enable,disable}-build-xpfe.
|
1999-02-18 04:19:43 +00:00 |
makefile.win
|
Fix bugs on win95 builds, aprvd briano law
|
1998-10-15 12:38:26 +00:00 |
nglayout.mac
|
Commiting this from windows caused my special characters to disappear
|
1998-05-22 06:35:58 +00:00 |
nglayout.mak
|
if makedep.exe doesn't exist, build it, then continue with rest of depend rule.
|
1999-02-18 23:37:43 +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 |