INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
curt%scruznet.com 15a29a6235 Added 5 international urls to the list. 2001-01-23 02:59:48 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
apache/gzip/src
build Make sure to pull nspr with xpcom 2001-01-19 21:17:42 +00:00
calendar
caps Removing .cvsignore file so this directory will go away. Not part of build. 2000-12-28 21:08:29 +00:00
cck fix for bug#57340; custom components not showing up in build;added additional field 2000-12-08 04:00:29 +00:00
chrome fix for 55115, removing last usage of nsFileSpec from chrome registry. r=jag, sr=ben 2001-01-20 00:17:07 +00:00
cmd
config author=ashuk@eng.sun.com 2001-01-22 23:24:34 +00:00
content Checking in rods@netscape.com's patch for bug 60049. The implementation of document.clear() in mozilla was incorrectly clearing the whole document, the same method in NS 4.x and IE seem to do nothing so with this patch document.clear() is a nop. r=jst@netscape.com, sr=vidur@netscape.com 2001-01-23 02:20:33 +00:00
db remove unused code r/sr mscott,waterson no bug 2001-01-09 22:23:05 +00:00
dbm Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
directory Updtates for LDAPJDK 4.13 2000-12-18 14:02:20 +00:00
docshell Some changes to make nsDocShell::LoadStream() work better... 2001-01-01 22:48:47 +00:00
dom since we've decided upon no DnD w/out XUL, commenting out hookup of XBL drag handlers. r=saari, sr=sfraser 2001-01-23 00:41:54 +00:00
editor Checkin for doronr@naboonline.com: bug 63971, r=cmanske, sr=sfraser 2001-01-19 02:34:04 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Add timer to REQUIRES to fix senna tinderbox bustage. 2001-01-23 02:30:41 +00:00
expat Bug 34168, report error instead of crashing if we encounter a parameter entity containing double percent sign. Fix from James Clark. r=nisheeth, a=vidur. 2001-01-04 23:03:32 +00:00
extensions not part of build, simple fix to get |NodeType()| right, have comment nodes in standalone, warning fix in nsNodeSet.h 2001-01-22 21:54:23 +00:00
gc/boehm Bug 61571. Improve speculative RTTI heuristics by adding one more instruction to the signature for typeinfo(). r=brendan, sr=beard 2000-12-06 00:05:45 +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 r=mkaply, a=blizzard 2001-01-23 00:43:28 +00:00
gfx2 adding loopcount and timeout to the frame/container 2001-01-23 00:28:03 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser #65732 2001-01-18 15:35:00 +00:00
include cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
intl Fixed 22921; nsIModule code. /r=valeski /sr=ftang 2001-01-22 21:49:03 +00:00
java fix for bug 65506 2001-01-18 22:55:48 +00:00
jpeg Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
js More fixes for #64285 - i had mis-merged from SpiderMonkey. 2001-01-22 22:30:37 +00:00
js2 Added <function> at top level and example thereof. 2001-01-20 00:44:51 +00:00
l10n fix for #65019. fix provided by hwaara@chello.se. r=sspitzer, sr=bienvenu 2001-01-13 01:18:40 +00:00
layout Checking in rods@netscape.com's patch for bug 60049. The implementation of document.clear() in mozilla was incorrectly clearing the whole document, the same method in NS 4.x and IE seem to do nothing so with this patch document.clear() is a nop. r=jst@netscape.com, sr=vidur@netscape.com 2001-01-23 02:20:33 +00:00
lib Just correct a comment in this file, which is not part of the default build. 2001-01-22 23:18:50 +00:00
mailnews persist size when using the vertical mail layout. thanks to kerz for the 2001-01-23 00:24:12 +00:00
modules hee hee. threads are fun 2001-01-23 02:02:29 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk added files: mozilla/netwerk/socket/base/nsIChannelSecurityInfo.idl, mozilla/netwerk/socket/base/nsISSLSocketControl.idl, removed files: mozilla/netwerk/socket/base/nsISecureSocketInfo.idl 2001-01-19 01:37:55 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub There is no need to invoke recursive makes for the dummy libs & install phases of nspr. Especially when it means having a dummy target in every makefile that has a dependency upon export. Instead, put the dummy target in rules.mk. 2001-01-22 06:36:06 +00:00
nunet
parser #65732 2001-01-18 15:35:00 +00:00
plugin/oji/MRJ Bug 56607 (sr=waterson, r=edburns): Fixes for <APPLET> tag processing, clipping. 2000-10-28 05:55:35 +00:00
privacy
profile Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
rdf updating some comments r=saari, sr=sfraser 2001-01-23 00:40:24 +00:00
security Since we have frozen the tip I only checked in high priority fixes. 2001-01-23 01:51:47 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string Add |.get()| to nsCString. Bug=58284,r=dbaron, a=scc. 2000-12-23 06:45:54 +00:00
suite On 12/16/1999, dmose@mozilla.org checked in some changes to the default 1999-12-31 11:48:20 +00:00
sun-java Don't rely upon files that use jri_md.h to include prtypes.h which provides a much needed HAS_LONG_LONG define. Bug 31381 2000-07-27 21:56:07 +00:00
themes New bookmarks window stuff, not yet part of build. 2001-01-22 10:36:40 +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 Added 5 international urls to the list. 2001-01-23 02:59:48 +00:00
tripledb
uriloader Bug #65515 --> if we can't create a mime info from the registry, then create a new 2001-01-19 07:43:26 +00:00
view Defer invalidates using PL_event so they can be combined with reflow invalidates. This improves performances by reducing the number of paint messages and eliminates flicker bug 36849 sr=roc+moz@cs.cmu.edu r=rods@netscape.com 2001-01-20 04:59:39 +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 bug 55702 . 2001-01-19 01:33:01 +00:00
webtools Landing Ask Bjoern Hansen's fix for bug #39159 2001-01-20 16:58:32 +00:00
widget Support for image copying, using nsImageClipboard helper object. r=saari, sr=sfraser. 2001-01-23 01:09:58 +00:00
xpcom RevokeEvents now walks the chain to elder queues. bug 65243 r=buster,kmcclusk,pavlov 2001-01-22 23:01:03 +00:00
xpfc
xpfe add comment pointing to embedding c++ code for TITLE attributes. r=saari/sr=sfraser&ben 2001-01-22 21:50:49 +00:00
xpinstall Use BeOS' copyattr command which does preserve file attributes correctly instead of zip/unzip hack. 2001-01-17 19:51:29 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
LEGAL
LICENSE
Makefile.in Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
aclocal.m4 Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree. 2000-03-14 02:59:54 +00:00
allmakefiles.sh Fix bug of not generating makefiles for mng. Thanks to Dmitry Kubov <Dmitry@north.cs.msu.su> for the patch 2001-01-22 07:55:01 +00:00
client.mak Only run win32 nspr autoconf if configure* has changed. r=bryner 2001-01-22 07:38:23 +00:00
client.mk make client.mk get modules.mk changes on the first run, r=cls@seawood.org 2001-01-15 15:29:10 +00:00
configure Automated update 2001-01-17 19:45:09 +00:00
configure.in Default to non-monolithic builds for BSDI. 2001-01-17 19:34:31 +00:00
embed.mak Fixed a few problems building from clean, including missing widget/timer dependency & problems with psm modules when BUILD_PSM is not defined. 2000-12-20 15:06:36 +00:00
embed.mk Second cut at an embedding makefile. This is not part of the seamonkey build. 2000-11-22 18:39:16 +00:00
makefile.win Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +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