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
Перейти к файлу
tbogard%aol.net fa4392cf29 Changed NS_ENSURE* macros to use the new NS_WARN_IF_FALSE instead of the NS_ERROR. r=shaver. 1999-10-01 04:34:03 +00:00
README Update 1999-09-04 00:01:42 +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 build htmlparser and view into components directory. r=vidur 1999-10-01 00:43:24 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00
cck Attempted fix to unmerge lines that ran together 1999-09-30 23:51:49 +00:00
chrome/src Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel. 1999-09-11 18:45:36 +00:00
cmd Adding context menu library to the interface stubs 1999-05-14 21:58:33 +00:00
config Fix for someone's typo (bug 15303) when Java is enabled. 1999-10-01 03:02:53 +00:00
content Fix bug # 15222: The composite datasource has a few operations which are somewhat "expensive". Have these behaviors on by default, but expose a method on the composite datasources so that they can be selectively turned off [for Mail/News, for example] if the capability is not needed/used (such as negative assertions). Review: waterson@netscape.com. Additional Mail/News Testing: putterman@netscape.com 1999-10-01 04:07:55 +00:00
db http://bugzilla.mozilla.org/show_bug.cgi?id=14886 should not affect runtime until compiler switches change in morkConfig.h; so only build is affected. Checkin permission from choffman last Friday. 1999-09-28 23:09:49 +00:00
dbm Add memmove to autoconf tests. 1999-09-18 02:55:39 +00:00
directory Fixed a bad link 1999-09-28 19:58:15 +00:00
docshell/base Bug #12198 --> bullet proof this code. return if we don't have a nsIURI instead of trying to dereference it. r=sspitzer 1999-09-28 22:11:26 +00:00
dom Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00
editor Make sidebar stay hidden -- fix regression that sidebar wasn't closeable. r=slamm,cmanske a=leaf 1999-09-30 00:33:28 +00:00
ef add simple test to make sure things are actually working. 1999-08-30 08:04:12 +00:00
expat Fixing build warning. 1999-09-20 21:35:50 +00:00
extensions fix bug 13952 -- make it localizable, r=ftang 1999-10-01 02:50:48 +00:00
gc/boehm reconfigured for large heaps, to increase # of root sets. 1999-09-30 05:15:53 +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 nsGraphicState and made changes in nsRenderingContext to use it. 1999-09-30 12:21:33 +00:00
grendel Updates for JavaMail 1.1.x. 1999-08-12 03:28:00 +00:00
htmlparser added files: mozilla/htmlparser/src/nsParserModule.cpp, removed files: mozilla/htmlparser/src/nsParserFactory.cpp 1999-09-30 22:11:48 +00:00
include Cleanup. Why is this makefile still around? 1999-09-10 08:35:22 +00:00
intl added nsLWBrkModule.cpp. r=vidur 1999-10-01 01:21:40 +00:00
java Implemented some methods for PlugletManagerImpl 1999-09-28 05:23:02 +00:00
jpeg General cleanup. 1999-09-11 03:12:45 +00:00
js Convert to a module from a component 1999-09-30 21:47:04 +00:00
js2/semantics Updated for recent semantic engine changes. Changed the meaning of (?= to match Perl. 1999-07-27 01:05:59 +00:00
l10n according to pinkerton, we no longer use mercutio anymore. poof, gone 1998-10-02 19:19:27 +00:00
layout Bug 13997, Reviewed by HarishD. This fixes the crash during file upload caused by a spurious NS_RELEASE, correctly calculates content-length, and fixes a few post syntax errors. Also fixes a memory leak and uses nsSpecialSystemDirectory, nsFileSpec, and other good things instead of the hacks that were needed before this existed. 1999-10-01 02:42:32 +00:00
lib changed to use MemAllocatorGC.o, r=sfraser 1999-09-30 07:30:37 +00:00
mailnews Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman 1999-10-01 04:11:36 +00:00
modules removed spurious header file entries, r=kipp 1999-09-30 23:33:46 +00:00
msgsdk don't hardcode domestic 1998-08-25 18:48:36 +00:00
nav-java General cleanup. 1999-09-14 01:35:43 +00:00
netwerk Bug 13997, Reviewed by Gagan. This change is to read the http post stream in 1Kb chunks rather than using the Available (unimplemented). 1999-10-01 02:39:05 +00:00
network General cleanup. 1999-09-17 22:12:46 +00:00
nsprpub Increased threshold for async reads from 2K to 20K to reduce Mac startup time. Ongoing work from bug #10334. r=saari. 1999-09-30 01:45:02 +00:00
nunet Changes to build http in its own library. and use auto detection/registry. 1999-03-27 02:05:59 +00:00
parser added files: mozilla/htmlparser/src/nsParserModule.cpp, removed files: mozilla/htmlparser/src/nsParserFactory.cpp 1999-09-30 22:11:48 +00:00
plugin/oji/MRJ Took out the debug panel which appears whenever System.out messages are 1999-09-23 20:36:16 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
profile remove unused files 1999-09-29 04:10:16 +00:00
rdf Fix bug # 15222: The composite datasource has a few operations which are somewhat "expensive". Have these behaviors on by default, but expose a method on the composite datasources so that they can be selectively turned off [for Mail/News, for example] if the capability is not needed/used (such as negative assertions). Review: waterson@netscape.com. Additional Mail/News Testing: putterman@netscape.com 1999-10-01 04:07:55 +00:00
silentdl General cleanup. 1999-09-15 22:13:45 +00:00
string/obsolete replace ANSI true/false with PR_TRUE; sorry about that. 1999-09-30 05:15:37 +00:00
suite Fix bug # 15225: The search datasource needs to figure out what datasets are available whenever a search is to be performed, not just when its asked about what datasets it knows about. Review: waterson@netscape.com 1999-10-01 04:02:07 +00:00
sun-java General cleanup. 1999-09-15 22:29:43 +00:00
timer ignore generated Makefile 1999-08-10 05:16:39 +00:00
tools More graph work 1999-09-30 21:22:16 +00:00
tripledb Allow a way to finely control the order of query results. 1999-07-12 22:09:23 +00:00
uriloader bug #14457. Getting the webcrawler working again for QA... 1999-09-22 22:58:29 +00:00
view when hiding a view, invalidate the parent view since the hidden view will reject the invalidate 1999-09-29 03:29:21 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell Removed parser entries from nsSetupRegistry. Parser is now a module. To be reviewed by RickG. 1999-09-30 22:09:51 +00:00
webtools Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is unavailable. 1999-09-29 22:51:30 +00:00
widget remove htmlparser from static linkage. r=vidur 1999-10-01 00:43:54 +00:00
xpcom Changed NS_ENSURE* macros to use the new NS_WARN_IF_FALSE instead of the NS_ERROR. r=shaver. 1999-10-01 04:34:03 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe Fix bug # 15225: The search datasource needs to figure out what datasets are available whenever a search is to be performed, not just when its asked about what datasets it knows about. Review: waterson@netscape.com 1999-10-01 04:02:07 +00:00
xpinstall fixing bug #15031 and #15032. 1999-09-30 06:20:04 +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 Add final version of NPL. 1998-03-31 19:11:51 +00:00
Makefile.in Autoconfing leaky tool, cvs checkout mozilla/tools/leaky; ./configure --enable-leaky. a=shaver, r=kipp 1999-09-25 20:44:48 +00:00
aclocal.m4 oops, forgot to include these files for libIDL detection 1999-04-10 00:54:58 +00:00
allmakefiles.sh fix resources for the profile migration dialog. 1999-09-29 04:07:12 +00:00
client.mak remove MODULAR_NETLIB define. obsolete. 1999-09-02 22:19:21 +00:00
client.mk Fix build bustage reported by Greg Noel and Jerry Kirk on netscape.public.mozilla.builds. 1999-09-30 16:14:11 +00:00
configure Automated update 1999-09-28 21:46:31 +00:00
configure.in Fix for bug 15066, IRIX 6.x native compiler fix. Approved by chofmann. 1999-09-28 21:32:31 +00:00
makefile.win changed order to do splitsym before componentreg. 1999-09-30 17:50:24 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mk General cleanup. 1999-09-11 04:50:16 +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