apache/gzip/src
|
|
|
build
|
s/apprunner/mozilla-bin/ to comply with new binary name. r=alecf
|
1999-11-10 23:50:01 +00:00 |
calendar
|
updating license boilerplate
|
1999-11-02 06:13:48 +00:00 |
caps
|
Remove call that the compilers can't figure out.
|
1999-11-11 23:25:59 +00:00 |
cck
|
adding wizard directory to cck
|
1999-11-08 21:55:03 +00:00 |
chrome
|
Oh, silly me. Warren's last change was on a branch. Putting nsNeckoUtil.h back.
|
1999-11-11 20:47:01 +00:00 |
cmd
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
config
|
new versions of the build tools
|
1999-11-12 00:45:13 +00:00 |
content
|
Fix for bug 18040. Removed spurious UMR. Added macro for turning off incremental notification. R=buster, pollmann.
|
1999-11-12 02:07:54 +00:00 |
db
|
fix trivial build warnings, unused variables
|
1999-11-10 23:58:39 +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
|
updating license boilerplate
|
1999-11-02 01:46:24 +00:00 |
docshell
|
fix build bustage.
|
1999-11-12 00:19:00 +00:00 |
dom
|
Added error string for NS_ERROR_DOM_RETVAL_UNDEFINED since Nisheeth forgot to do it. R=pollmann.
|
1999-11-12 02:09:32 +00:00 |
editor
|
Oops, citer classes weren't initializing refcount, causing an assert on Windows. One-line change, r=rhp
|
1999-11-12 00:57:55 +00:00 |
ef
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:38:29 +00:00 |
embedding
|
Changed nsComponentManager::CreateInstance calls to use the new nsCOMPtr do_CreateInstance().
|
1999-11-10 06:54:39 +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
|
fix bug 18603, grammar error in dialog, r=cpratt
|
1999-11-12 01:11:21 +00:00 |
gc/boehm
|
added -assign flag, to assign blame to stack crawls.
|
1999-11-06 03:24:08 +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
|
Wire up margin settings from dialog. r=dcone
|
1999-11-11 14:20:19 +00:00 |
grendel
|
updated license boilerplate
|
1999-11-02 01:51:54 +00:00 |
htmlparser
|
Backing out previous change -- it didn't do as much as I'd hoped
|
1999-11-11 22:45:32 +00:00 |
include
|
Oops. Wrapping that in a ifdef until a proper fix is determined
|
1999-11-10 00:59:30 +00:00 |
intl
|
fix 17409. rewrite the Notify method to take care random order of HTTP-EQUIV or CONTENT. performance enhance the code. keep the old code in the #else of #if 1 statement for now. r=nhotta
|
1999-11-10 05:55:58 +00:00 |
java
|
17873 r=akhil.arora@sun.com fix=Denis Sharypov <sdv@sparc.spb.su>
|
1999-11-11 22:35:14 +00:00 |
jpeg
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
js
|
Fix most remaining warnings in js/src. Patch courtesy slamm.
|
1999-11-11 21:52:35 +00:00 |
js2/semantics
|
Removed distribution restrictions because this is part of the language spec
|
1999-11-03 03:59:31 +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
|
Fix for bug 18040. Removed spurious UMR. Added macro for turning off incremental notification. R=buster, pollmann.
|
1999-11-12 02:07:54 +00:00 |
lib
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
mailnews
|
fix filters firing on read message, r=mscott, 17838
|
1999-11-12 01:29:26 +00:00 |
modules
|
Added CRC checking for every item we extract. Fixes bug 17511. [r=mstoltz]
|
1999-11-11 22:08:08 +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
|
FTP no longer sets the port on a URI. If no port is set on a URI, FTP will use the default (21) at connection time.
|
1999-11-12 01:26:20 +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
|
Fix to larryh's earlier checkin to implement bug #17558. Previous fix from bad diff would always result in an error trying to create a file that already existed (should only be an error in certain cases). r=sfraser
|
1999-11-05 01:18:07 +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
|
Backing out previous change -- it didn't do as much as I'd hoped
|
1999-11-11 22:45:32 +00:00 |
plugin/oji/MRJ
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +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
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
rdf
|
Oh, silly me. Warren's last change was on a branch. Putting nsNeckoUtil.h back.
|
1999-11-11 20:47:01 +00:00 |
README/mozilla
|
remove unused images
|
1999-10-20 00:15:50 +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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
suite
|
Updated/added Localization Notes.
r: chjung & rchen
|
1999-11-12 01:53:54 +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
|
Print out what we're deleting, debugging orange status.
|
1999-11-12 00:28:56 +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
|
(not part of the seamonkey build...yet!)
|
1999-11-10 06:24:40 +00:00 |
view
|
update just a touch more when resizing views. bug=17574, r=pavlov, a=chofmann
|
1999-11-08 04:06:59 +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.
|
1999-11-12 00:19:00 +00:00 |
webtools
|
Nuking this file. ar=slamm,waterson
|
1999-11-11 22:16:51 +00:00 |
widget
|
(Paint flashing debug option)Don't flash window if the paint is ignored. bug 16435; r=buster@netscape.com
|
1999-11-12 02:06:52 +00:00 |
xpcom
|
Part of fix for 18315 -- allow nsSupportsHashTable to contain null entries, which meant changing NS_{ADDREF,RELEASE} to NS_IF_{ADDREF,RELEASE} in a bunch of places. r=pavlov.
|
1999-11-11 20:41:54 +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
|
Updated/added Localization Notes.
r: chjung & rchen
|
1999-11-12 01:53:54 +00:00 |
xpinstall
|
This is just a local .cvsignore file. Doesn't affect build.
|
1999-11-11 18:15:49 +00:00 |
.cvsignore
|
|
|
aclocal.m4
|
|
|
allmakefiles.sh
|
I'm in complete awe as to how the unix tinderboxen haven't broken because of this....when I did a clobber build, nsCookie.cpp & mailnews/* started complaining about a missing rosetta.h.
|
1999-11-10 02:30:47 +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-11 22:00:30 +00:00 |
configure.in
|
Add a configure.in flag to allow components (IS_COMPONENTS) to link
|
1999-11-11 21:55:11 +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
|
I'm in complete awe as to how the unix tinderboxen haven't broken because of this....when I did a clobber build, nsCookie.cpp & mailnews/* started complaining about a missing rosetta.h.
|
1999-11-10 02:30:47 +00:00 |
makefile.win
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +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 |