README /mozilla
removing misleading build documentation; redirecting to website.
2000-02-18 22:49:03 +00:00
apache/gzip /src
…
build
backing myself out, this should be on a branch.
2000-02-27 10:22:24 +00:00
calendar
updating license boilerplate
1999-11-02 06:13:48 +00:00
caps
This allows clicked "finger:" links to work. r=norris@netscape.com.
2000-02-26 23:37:08 +00:00
cck
changing the makefile to install changedir.bat in the nsetup32 dir
2000-02-28 19:13:24 +00:00
chrome
Checking in an API and implementation for the enumeration of the user's search path,
2000-02-15 10:05:29 +00:00
cmd
updated license boilerplate to xPL v1.1
1999-11-02 22:43:10 +00:00
config
Change to cause make to print failing command if the -s flag is given. If
2000-02-26 04:21:53 +00:00
content
Bug 25364. Use nsCOMPtr where appropriate; make sure to getter_AddRefs() when calling GetShellAt(). r=travis, hyatt a=jar.
2000-03-01 07:27:31 +00:00
db
Pro5 update
2000-02-07 23:06:04 +00:00
dbm
Pro5 update
2000-02-07 23:06:04 +00:00
directory
4.07 main dev tree synch up
2000-02-08 02:39:50 +00:00
docshell
Removed call to add items to the GlobalHistory at the beginning of the load. This was causing them to be added twice. Now instead, they are added at when OnLoading is called from the DoContent. r=mscott a=jar
2000-03-01 05:25:36 +00:00
dom
Fixing unix bustage, should use PR_TRUE.
2000-02-26 02:56:29 +00:00
editor
Official 'Preview' icon image supplied by UE. Tested on all platforms r=sfraser, a=jar
2000-03-01 06:28:33 +00:00
ef
fix another XXX
1999-12-01 21:26:42 +00:00
embedding
Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
2000-02-29 06:51:48 +00:00
expat
Pro5 update
2000-02-07 23:06:04 +00:00
extensions
xmlterm changes only (not part of the default build).
2000-03-01 15:50:23 +00:00
gc /boehm
[not part of build] allow leaksoup to work with older versions of MacCVS (no CVS/Entries files)
2000-02-28 22:44:21 +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
a=bobj, r=troy, erik, bug 21127 font prefs do not list fonts
2000-03-01 00:12:13 +00:00
grendel
More temporary HTML generation disabling. Thanks to Eric Werk for pointers to these. --jgalyan
2000-01-17 23:35:50 +00:00
htmlparser
28870: Fix performance problems in plaintext output. Fix from bratell@lysator.liu.se, r=me and mscott, a=jevering
2000-02-29 21:18:23 +00:00
include
Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar
2000-02-23 23:10:38 +00:00
intl
remove NS_DECLARE_ID and replace (where needed) with NS_DEFINE_CID.
2000-03-01 22:42:39 +00:00
java
Fix for 27690
2000-02-25 21:16:18 +00:00
jpeg
# 25555
2000-02-29 22:12:14 +00:00
js
Need to pass expressions containing unicode identifiers as split strings
2000-03-01 23:28:14 +00:00
js2
Added parser output classes
2000-03-01 07:00: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
a=jar r= whomever reviewed it before. saari i think. this SHOULD have went in before cvs merge error i didnt catch sorry my bad.
2000-03-01 21:49:53 +00:00
lib
removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser.
2000-02-10 04:18:55 +00:00
mailnews
a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the
2000-03-01 22:33:25 +00:00
modules
# 25555
2000-03-01 15:50:24 +00:00
msgsdk
updating license boilerplate to xPL v1.1
1999-11-02 06:20:05 +00:00
netwerk
29164. r=shaver. The user agent setup no longer uses a string bundle. UA string formatting changes that use prefs for values.
2000-02-29 20:39:18 +00:00
network/protocol /http
Converting usage of ::GetIID() to NS_GET_IID().
2000-01-11 20:49:15 +00:00
nsprpub
Removed #if !defined(DEBUG). Bugzilla #29181 .
2000-03-01 21:35:49 +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
28870: Fix performance problems in plaintext output. Fix from bratell@lysator.liu.se, r=me and mscott, a=jevering
2000-02-29 21:18:23 +00:00
plugin/oji /MRJ
Brought it up to CW5 pathing standard. THIS DOES NOT AFFECT TINDERBOX.
2000-02-23 12:26:56 +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
Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering
2000-02-29 22:03:49 +00:00
rdf
Bug 25364. Use nsCOMPtr where appropriate; make sure to getter_AddRefs() when calling GetShellAt(). r=travis, hyatt a=jar.
2000-03-01 07:27:31 +00:00
security
First checkin
2000-03-01 02:02:14 +00:00
silentdl
Converting usage of ::GetIID() to NS_GET_IID().
2000-01-11 20:49:15 +00:00
string /obsolete
fix 29333 make the initial construction passing "" for performance and legal nsString usage. r=rickg a=bobj
2000-02-29 06:59:55 +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
Pro5 update
2000-02-07 23:06:04 +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
Fixing nohup rm line
2000-03-01 22:07:47 +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
URILoader now will invoke the unkown content handler when the DoContent call fails. This clears the way for the new docShell creation of the content viewer code to land. I'm actually checking this in for mcott. b=13374 r=me a=jevering
2000-02-29 21:33:23 +00:00
view
# 25555
2000-02-29 22:07:34 +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
Removed call to add items to the GlobalHistory at the beginning of the load. This was causing them to be added twice. Now instead, they are added at when OnLoading is called from the DoContent. r=mscott a=jar
2000-03-01 05:25:36 +00:00
webtools
Changed URL
2000-03-01 23:16:23 +00:00
widget
fix problems with drag and drop x/y coords in panel area. this was actually a problem in any areas that did not start at 0/0 in the toplevel window. this fixes bug #29578 . r=pavlov
2000-02-29 23:38:06 +00:00
xpcom
# 25555
2000-02-29 21:27:02 +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
remove NS_DECLARE_ID and replace (where needed) with NS_DEFINE_CID.
2000-03-01 22:42:39 +00:00
xpinstall
Update installer about box.
[b=29309][a=cathleen]
2000-03-01 09:41:41 +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
new version of LICENSE; not part of the build
1999-10-06 02:14:51 +00:00
Makefile.in
Temporary fix for broken --disable-mailnews option. Bug 27948. r=alecf, a=leaf
2000-02-23 22:47:39 +00:00
aclocal.m4
…
allmakefiles.sh
Added xmlterm as an optionally built extension, r=leaf.
2000-03-01 02:38:38 +00:00
client.mak
backing myself out, this should be on a branch.
2000-02-27 10:22:24 +00:00
client.mk
Fix client.mk for case when building in mozilla/mozilla. r=endico
2000-02-29 21:00:21 +00:00
configure
add -noexceptions flag for Tru64 (AKA Digital Unix AKA OSF/1) cxx compiler
2000-02-26 02:58:36 +00:00
configure.in
add -noexceptions flag for Tru64 (AKA Digital Unix AKA OSF/1) cxx compiler
2000-02-26 02:58:36 +00:00
makefile.win
re-adding regxpcom to official release build process.
2000-02-15 23:19:02 +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