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
Go to file
rginda%netscape.com 7d148030f7 - not built -
whitespace tweakage
2001-08-28 22:02:28 +00:00
accessible Bug 96065. Active Accessibility text nodes should not be focusable. r=jgaunt, sr=brendan\ 2001-08-21 00:47:07 +00:00
apache/gzip/src
build Bug#81373 2001-08-28 00:11:50 +00:00
calendar
caps Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
cck *** empty log message *** 2001-08-28 21:10:28 +00:00
chrome Bit checkin for bug 68045, r/sr=waterson&shaver, second attempt. It all works 2001-08-21 20:51:34 +00:00
cmd
config Use mozLock instead of flock() when building lists. 2001-08-17 12:06:03 +00:00
content Patch to make FastLoad file removal clear state so file gets recreated by same session (68045, r=jrgm, sr=waterson, a=asa). 2001-08-28 07:08:36 +00:00
db
dbm
directory Bug 85452, 100% CPU usage in LDAP autocomplete. r=dmose, sr=mscott, 2001-08-22 01:30:19 +00:00
docshell Fix for bug # 94926. assert in nsDocShell::SetTitle() r=adamlock sr=rpotts a=asa 2001-08-24 20:03:24 +00:00
dom Fix for bug 84519 r=adamlock sr=rpotts a=asa. history.go(toofar) gives problems to back/forward buttons 2001-08-23 21:55:57 +00:00
editor Fix for bug #96604: Deleting characters from some form input controls will allow altering page content 2001-08-28 18:21:12 +00:00
ef
embedding updated nsISHistory methods. 2001-08-24 21:03:15 +00:00
expat Project cleanup, rs=scc. Ensure we use a debug prefix file for the debug target. 2001-08-17 01:06:53 +00:00
extensions ongoing security & privacy help content updates per b=85925, a=asa, r=oeschger 2001-08-27 07:18:39 +00:00
gc/boehm
gconfig
gfx bug 12037. A small fix for a regression that was and r=peterl sr=attinasi and a=dbaron. I forgot to checkin the 2001-08-28 20:54:35 +00:00
gfx2
grendel
htmlparser Parser regression test files. 2001-08-27 22:40:48 +00:00
include Removing this file since it's no longer needed. 2001-08-22 04:27:55 +00:00
intl 96440 - Before reloading the document with the new charset we should completely shutoff the current load. nsMetaCharsetObserver::Notify() does indeed result in calling stopDocumentLoad() however it failed to ( accidently ) propagate the appropriate error message back to the parser. r=ftang,sr=kin,a=dbaron. 2001-08-27 23:22:52 +00:00
java *not part of the build* 2001-08-25 04:53:44 +00:00
jpeg
js - not built - 2001-08-28 22:02:28 +00:00
js2 Fixed warning. 2001-08-28 00:52:16 +00:00
l10n Fix to bug 94961 (kB -> KB). r=buhvan, sr=sspitzer 2001-08-22 00:17:55 +00:00
layout the dropdown will have a top border now. 2001-08-28 19:40:02 +00:00
lib Bug 78498 - Carbonize PPEmbed. r=pinkerton/sr=sfraser 2001-08-18 15:10:38 +00:00
mailnews #95490 ISO-2022-JP mail msgs use QP encoding for the escape sequence 2001-08-28 18:21:11 +00:00
modules fix for 69167; plugin load fails silently on library not found; r=av, sr=waterson, a=roc+moz 2001-08-27 22:14:52 +00:00
mozilla
msgsdk
mstone
netwerk fixes bug 96761 - prevents connection problems detected during RETR from continuing into CWD state. r=gagan. sr=darin. a=asa 2001-08-28 18:24:16 +00:00
network/protocol/http
nsprpub Bugzilla bug 94153: destroys the arena lock in PL_ArenaFinish. Also don't 2001-08-28 21:14:36 +00:00
nunet
parser Parser regression test files. 2001-08-27 22:40:48 +00:00
plugin/oji/MRJ Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
privacy
profile Bug 89854 - Confirm migration dialog won't fit on small screen. r=racham/sr=ben 2001-08-22 06:54:01 +00:00
rdf Bit checkin for bug 68045, r/sr=waterson&shaver, second attempt. It all works 2001-08-21 20:51:34 +00:00
README
security Fix IRIX bustage caused by ^M in source 2001-08-28 16:58:13 +00:00
silentdl
string
suite
sun-java
themes 76359: Fixing regression: namespace for CSS in Modern broke the mail msg display layout, incl. quotes and prefs. 2001-08-21 21:18:16 +00:00
timer
tools Don't set date tag when branch tag is set. cvs currently only supports one tag. 2001-08-28 01:43:08 +00:00
tripledb
uriloader bug 91726, r=pinkerton, sr=sfraser, under carbon, Internet Config seems to return mappings with a null mime type string, if we see a null mime type string, set mime type in nsMimeInfo to octet-stream 2001-08-22 00:19:08 +00:00
view Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu 2001-08-27 06:15:54 +00:00
wallet
webshell Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
webtools Fixing a couple typoes 2001-08-28 17:55:14 +00:00
widget PHOTON build only 2001-08-28 18:10:49 +00:00
xpcom Restore old method order so that newer components implmenting this interface are still callable by 0.9.2/NS6.1 browsers. bug 96917. sr=vidur r=brendan a=drivers 2001-08-28 21:46:08 +00:00
xpfc
xpfe Bug#81373 (mac static build) 2001-08-28 02:02:44 +00:00
xpinstall Update list to reflect smime -> smimestb name change. 2001-08-28 07:53:57 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh Clean up makefile listings for extensions. b=75924 r=cls 2001-08-18 01:14:23 +00:00
client.mak Pull using the NSPRPUB_PRE_4_2_CLIENT_BRANCH instead of the static tag. 2001-08-17 11:17:02 +00:00
client.mk Pull using the NSPRPUB_PRE_4_2_CLIENT_BRANCH instead of the static tag. 2001-08-17 11:17:02 +00:00
configure Automated update 2001-08-28 08:43:47 +00:00
configure.in Line up --help output 2001-08-28 08:39:23 +00:00
embed.mak
embed.mk
LEGAL
LICENSE
Makefile.in fix for bug 94768 2001-08-17 03:13:07 +00:00
makefile.win fix for bug 94768 2001-08-17 03:13:07 +00:00
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
trex.mak
trex.mk