apache/gzip/src
|
|
|
build
|
Explicitly call $(PERL) rather than relying upon the OS to interpret the script correctly.
|
2001-01-07 14:19:52 +00:00 |
calendar
|
|
|
caps
|
|
|
cck
|
|
|
chrome
|
|
|
cmd
|
|
|
config
|
Bug 63896 - use system libmng if available. r=cls
|
2000-12-29 19:59:59 +00:00 |
content
|
bug fix for 62796
|
2001-01-09 21:44:35 +00:00 |
db
|
|
|
dbm
|
|
|
directory
|
|
|
docshell
|
Some changes to make nsDocShell::LoadStream() work better...
|
2001-01-01 22:48:47 +00:00 |
dom
|
bug fix for 62796
|
2001-01-09 21:44:35 +00:00 |
editor
|
bug fix for 62796
|
2001-01-09 21:44:35 +00:00 |
ef
|
|
|
embedding
|
33088: pass wrap column in to SaveFile per API change
|
2001-01-08 22:33:52 +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 the build, fixes QNames really ending when hitting whitespace
|
2001-01-09 20:56:28 +00:00 |
gc/boehm
|
|
|
gconfig
|
|
|
gfx
|
Stupid error in last checkin
|
2001-01-09 15:30:12 +00:00 |
gfx2
|
move the typedef of nscolor to gfx_color in to gfxcompat.h. change the typedef of gfx_color to PRUint32 from unsigned long just to make it explicit
|
2001-01-08 03:11:58 +00:00 |
grendel
|
|
|
htmlparser
|
#59268 Autodetection should not override charset from cache and bookmark
|
2001-01-09 22:18:44 +00:00 |
include
|
Removing more unused files for bug 38061. sr=cls.
|
2000-12-30 01:24:27 +00:00 |
intl
|
Removing dead .toc files. Not part of build. a=sfraser.
|
2001-01-03 01:32:06 +00:00 |
java
|
Test cases.
|
2001-01-08 23:24:11 +00:00 |
jpeg
|
Removing dead .toc files. Not part of build. a=sfraser.
|
2001-01-03 01:32:06 +00:00 |
js
|
Subject:
|
2001-01-09 14:10:40 +00:00 |
js2
|
Fix for VC++ compile.
|
2001-01-02 19:49:16 +00:00 |
l10n
|
"Send" -> "Send Now" per spec, patch by H�kan Waara <hwaara@chello.se>, bug=55887, r=jag, a=ben
|
2001-01-07 03:54:57 +00:00 |
layout
|
bug fix for 62796
|
2001-01-09 21:44:35 +00:00 |
lib
|
[not part of build] bug #42100, getting ready to land more Carbon build changes.
|
2001-01-06 06:14:06 +00:00 |
mailnews
|
Added xul includes no longer included in editorOverlay.xul. Part of fix for 54584. r=ducarroz, sr=syd
|
2001-01-09 20:35:43 +00:00 |
modules
|
Fix 61474: disable Java Console item in Tasks menu when Java plugin isn't installed. patch mostly by Xiaobin Lu (xiaobin.lu@eng.sun.com). r=blake a=ben
|
2001-01-09 21:49:02 +00:00 |
msgsdk
|
|
|
mstone
|
|
|
netwerk
|
getting rid of a dump().
|
2001-01-09 22:13:19 +00:00 |
network/protocol/http
|
|
|
nsprpub
|
Bugzilla bug #64666: using a minus (-) in a scan set is not portable.
|
2001-01-09 01:31:56 +00:00 |
nunet
|
|
|
parser
|
#59268 Autodetection should not override charset from cache and bookmark
|
2001-01-09 22:18:44 +00:00 |
plugin/oji/MRJ
|
|
|
privacy
|
|
|
profile
|
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
|
2001-01-05 23:51:45 +00:00 |
rdf
|
Removing dead .toc files. Not part of build. a=sfraser.
|
2001-01-03 01:32:06 +00:00 |
README
|
|
|
security
|
back out previous change
|
2001-01-08 19:43:01 +00:00 |
silentdl
|
|
|
string
|
|
|
suite
|
|
|
sun-java
|
|
|
themes
|
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
|
2001-01-05 23:51:45 +00:00 |
timer
|
|
|
tools
|
Decided the list would be more useful if it is ordered so it is now sorted
|
2001-01-08 22:17:30 +00:00 |
tripledb
|
|
|
uriloader
|
Fix #62939. r=pinkerton, sr=sfraser. Return error when no match in IC database. Fixes DL of QT5 beta from apple.com (where they had a warning not to use Netscape 6)
|
2001-01-05 00:44:16 +00:00 |
view
|
Removing dead .toc files. Not part of build. a=sfraser.
|
2001-01-03 01:32:06 +00:00 |
wallet
|
|
|
webshell
|
Removing dead .toc files. Not part of build. a=sfraser.
|
2001-01-03 01:32:06 +00:00 |
webtools
|
Removing extraneous space from the mysql command in the event the database
|
2001-01-09 21:47:06 +00:00 |
widget
|
Fix 63938: removing unused widget files. more to come. sr=cls
|
2001-01-08 23:26:42 +00:00 |
xpcom
|
Fixes dropped socket transport during shutdown. The xpcom fix causes the UI event queue to be processed one final time after services shutdown. The socket transport fix forces all remaining active transports to be canceled, then released. r= waterson@netscape.com && darin@netscape.com a=mscott@netscape.com. b=63565
|
2001-01-09 05:44:47 +00:00 |
xpfc
|
|
|
xpfe
|
Fix 61474: disable Java Console item in Tasks menu when Java plugin isn't installed. patch mostly by Xiaobin Lu (xiaobin.lu@eng.sun.com). r=blake a=ben
|
2001-01-09 21:49:02 +00:00 |
xpinstall
|
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
|
2001-01-05 23:51:45 +00:00 |
.cvsignore
|
|
|
aclocal.m4
|
|
|
allmakefiles.sh
|
Remove line listing Makefile that bryner removed on Friday. b=55778 r=cls@seawood.org
|
2001-01-07 14:48:31 +00:00 |
client.mak
|
|
|
client.mk
|
|
|
configure
|
Automated update
|
2001-01-08 00:00:08 +00:00 |
configure.in
|
Check for GNU_CC not USE_GCC.
|
2001-01-07 23:56:55 +00:00 |
embed.mak
|
|
|
embed.mk
|
|
|
LEGAL
|
|
|
LICENSE
|
|
|
Makefile.in
|
|
|
makefile.win
|
|
|
nglayout.mac
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|