README/mozilla
|
remove unused images
|
1999-10-20 00:15:50 +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 |
build
|
Make the uri loader a component.
|
1999-11-18 06:39:37 +00:00 |
calendar
|
updating license boilerplate
|
1999-11-02 06:13:48 +00:00 |
caps
|
* Fix 12124 [DOGFOOD] Reading user's preferences
|
1999-11-16 05:07:31 +00:00 |
cck
|
fix for bug #18332 and other clean ups
|
1999-11-18 17:34:18 +00:00 |
chrome
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
cmd
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
config
|
Don't define EXTRA_DSO_LDOPTS to EXTRA_LIBS and more. r=shaver
|
1999-11-18 22:54:09 +00:00 |
content
|
small performance tweak for null id xul elements r=waterson
|
1999-11-19 01:31:36 +00:00 |
db
|
fix build warning
|
1999-11-16 04:55:37 +00:00 |
dbm
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
directory
|
Updated ldapjdk 4.05
|
1999-11-12 06:34:14 +00:00 |
docshell
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
dom
|
Fix event listener leak in idlc-generated code. r=joki
|
1999-11-18 20:39:58 +00:00 |
editor
|
fix original size/custom size toggling/setting. bug #14750 (r=kin@netscape.com)
|
1999-11-18 20:53:48 +00:00 |
ef
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:38:29 +00:00 |
embedding
|
Renamed nsIWebBrowserApp with nsIWebBrowserChrome. Added some additional methods and more fully specified the ones that were there. Changed the interfaces to forward declare referenced interfaces rather than including them all. Added topLevelWindow to nsIWebBrowser. Provided implementation for these changes.
|
1999-11-18 09:17:07 +00:00 |
expat
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
extensions
|
*** empty log message ***
|
1999-11-18 04:40:02 +00:00 |
gc/boehm
|
bug #15906: added symbol_name parameter to GC_address_to_source, instead of relying on traceback table.
|
1999-11-15 03:26:03 +00:00 |
gconfig
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
gfx
|
change the charset name to correct case for ISO-8859-x
|
1999-11-19 01:18:32 +00:00 |
grendel
|
updated license boilerplate
|
1999-11-02 01:51:54 +00:00 |
htmlparser
|
Contribution from mozilla@bucksch.org to improve anchor and img tags
|
1999-11-18 19:39:47 +00:00 |
include
|
Removing use of unneeded dbm module from win32 build
|
1999-11-14 00:52:48 +00:00 |
intl
|
check in backout code after nhotta fix other problem. fix bug 14914
|
1999-11-19 01:16:53 +00:00 |
java
|
fix=Denis Sharypov <sdv@sparc.spb.su> r=akhil.arora@sun.com
|
1999-11-19 02:17:28 +00:00 |
jpeg
|
Fix for 18903 -- remove an unecessary JPEG shared lib. Make two new static lib targets. r=sdagley
|
1999-11-15 22:41:54 +00:00 |
js
|
s/perl5/perl/
|
1999-11-19 01:18:33 +00:00 |
js2/semantics
|
Changed external-link-base
|
1999-11-12 07:24:40 +00:00 |
l10n
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
layout
|
Fix bug 9713. comment out some sensitive code until I rewrite it. This code isn't needed yet. r=mscott
|
1999-11-19 00:47:40 +00:00 |
lib
|
Added a couple of Morefiles routines to the export list. FSpGetFileSize and FSpResolveFileIDRef. r=sfraser
|
1999-11-19 00:58:42 +00:00 |
mailnews
|
Checking in some debug only code - r: rhp
|
1999-11-19 03:49:18 +00:00 |
modules
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
msgsdk
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:20:05 +00:00 |
nav-java
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
netwerk
|
changed the on header notification to actually request the observers of the correct notification. OnHeaders indicates a response has come back, thus those registered for the RESPONSE should get notified, not those registered for the REQUEST
|
1999-11-19 00:15:42 +00:00 |
network
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
nsprpub
|
Allow specification of timeout for test programs.
|
1999-11-19 01:01:19 +00:00 |
nunet
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
parser
|
Contribution from mozilla@bucksch.org to improve anchor and img tags
|
1999-11-18 19:39:47 +00:00 |
plugin/oji/MRJ
|
Added support for Proxies in the MRJ Plugin via getProxyForURL. Reviewed
|
1999-11-13 00:37:48 +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
|
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
|
1999-11-17 08:14:52 +00:00 |
rdf
|
small performance tweak for null id xul elements r=waterson
|
1999-11-19 01:31:36 +00:00 |
silentdl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
string/obsolete
|
reenabled safer version of assertion
|
1999-11-15 17:10:06 +00:00 |
suite
|
Changes to support importing Eudora mail/settings on Mac.
|
1999-11-19 01:25:50 +00:00 |
sun-java
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +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
|
Removing multiple FE support, we were not using it. Fixing mozilla-bin hash table problem, binary was not getting deleted. Other minor cleanup. r=slamm
|
1999-11-13 02:43:55 +00:00 |
tripledb
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
uriloader
|
remove two compile warnings to get me off the warnings list...
|
1999-11-19 03:04:25 +00:00 |
view
|
Fix for bug #17989: Selection AutoScrolling broken when using GFX Scrollbars
|
1999-11-18 19:40:52 +00:00 |
wallet
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
webshell
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
webtools
|
Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description.
|
1999-11-18 17:29:58 +00:00 |
widget
|
In support of #8305 (implement cache).
|
1999-11-19 01:44:54 +00:00 |
xpcom
|
making sure that we do not empty our segmented buffer if we did not create it
|
1999-11-19 03:01:33 +00:00 |
xpfc
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
xpfe
|
updated version number to M12.
|
1999-11-19 02:56:00 +00:00 |
xpinstall
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
.cvsignore
|
ignore a.out as well
|
1999-04-10 21:22:55 +00:00 |
LEGAL
|
Add Y2K disclaimer.
|
1999-07-06 23:00:05 +00:00 |
LICENSE
|
new version of LICENSE; not part of the build
|
1999-10-06 02:14:51 +00:00 |
Makefile.in
|
Make uriloader part of the build on Unix!!
|
1999-11-18 06:03:27 +00:00 |
aclocal.m4
|
oops, forgot to include these files for libIDL detection
|
1999-04-10 00:54:58 +00:00 |
allmakefiles.sh
|
add uriloader directory
|
1999-11-18 06:05:16 +00:00 |
client.mak
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
client.mk
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
configure
|
Automated update
|
1999-11-18 22:45:23 +00:00 |
configure.in
|
Do not define MOZ_MONOLITHIC_TOOLKIT for OpenVMS
|
1999-11-18 22:38:51 +00:00 |
makefile.win
|
Make uriloader part of the build on windows!!
|
1999-11-18 06:02:51 +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 |