README/mozilla
|
remove unused images
|
1999-10-20 00:15:50 +00:00 |
apache/gzip/src
|
…
|
|
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
|
Modify generated dom code to use a enum rather than a string for codesize
|
1999-11-20 07:28:34 +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
|
landing update for harishd r=rickg
|
1999-11-22 06:16:25 +00:00 |
db
|
Applied fix to mork for BeOS. Patch submitted by Duncan Wilcox <duncan@be.com>.
|
1999-11-20 11:03:43 +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
|
don't know how this got through, I must not have saved the file from my IDE?
|
1999-11-19 08:43:27 +00:00 |
dom
|
Modify generated dom code to use a enum rather than a string for codesize
|
1999-11-20 07:28:34 +00:00 |
editor
|
Fix for bug 17937. nsHTMLEditor::DeleteSelectionAndCreateNode() wasn't addref'ing an out parameter. r=sfraser.
|
1999-11-22 00:01:18 +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
|
Removing unused factory implementations
|
1999-11-21 06:44:34 +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
|
older and wiser, making previous attempt to return correct clientrect actually work. r:saari@netscape.com
|
1999-11-19 07:56:12 +00:00 |
grendel
|
updated license boilerplate
|
1999-11-02 01:51:54 +00:00 |
htmlparser
|
landing updates for harish, and residual style WIP; r=rickg
|
1999-11-22 06:18:24 +00:00 |
include
|
Removing use of unneeded dbm module from win32 build
|
1999-11-14 00:52:48 +00:00 |
intl
|
Make locale work under BeOS (added XP_BEOS next to XP_UNIX). r=nhotta
|
1999-11-20 10:53:34 +00:00 |
java
|
19465
|
1999-11-20 23:20:27 +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
|
removing the .cvsignore file in an abandoned directory so that using -P with cvs will trim the thing out of a tree
|
1999-11-22 05:46:56 +00:00 |
js2/semantics
|
Fixed MCL incompatibility
|
1999-11-20 04:34:42 +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
|
landing update for harishd r=rickg
|
1999-11-22 06:16:25 +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
|
Curing bitrot...THIS IS NOT PART OF THE BUILD.
|
1999-11-20 22:03:19 +00:00 |
modules
|
bug 15906, to make blame happy, fixed case of "GIF.CPP" to "gif.cpp". r=saari.
|
1999-11-21 01:10:30 +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
|
bug #15342 and #15560. Refactored the LoadGroup and DocumentLoader...
|
1999-11-22 05:46:03 +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
|
Added new file brng.c. (Contributed by Matthew Zahorik and Duncan Wilcox.)
|
1999-11-20 20:38:05 +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
|
landing updates for harish, and residual style WIP; r=rickg
|
1999-11-22 06:18:24 +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
|
Better handling of natural order calculate on RDF sequences. Makes drag&drop work fairly well in natural order.
|
1999-11-20 08:46:22 +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
|
Changed ifdefs to this stuff is off for debug builds too.
|
1999-11-20 07:28:45 +00:00 |
suite
|
Check in some preliminary bookmarks drag&drop support.
|
1999-11-20 08:35:39 +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
|
bug #15342 and #15560. Refactored the LoadGroup and DocumentLoader...
|
1999-11-22 05:46:03 +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
|
fix build bustage - NS_NewLoadGroup(...) no longer takes a parent load group as an argument...
|
1999-11-22 06:20:51 +00:00 |
webtools
|
Vastly speed up searches if a directory name is specified.
|
1999-11-19 17:22:47 +00:00 |
widget
|
implements InvalidateRegion(). r=kmcclusk
|
1999-11-20 22:33:42 +00:00 |
xpcom
|
In support of bug #8305 (Implement cache)
|
1999-11-21 08:01:08 +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
|
Take myself out of the debug code, since it has broken since I last looked
|
1999-11-22 05:03:48 +00:00 |
xpinstall
|
mac build bustage
|
1999-11-21 07:55:18 +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
|
…
|
|
allmakefiles.sh
|
Removed listing of win32 Makefile I accidentally checked in.
|
1999-11-20 23:48:14 +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-20 16:30:21 +00:00 |
configure.in
|
Try again with fix for BeOS build. This is not the same fix that broke
|
1999-11-20 16:15:44 +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 |