README
updating unix build docs, adding the classic build instructions for when
1998-11-05 20:55:43 +00:00
apache/gzip /src
Add the source and Makefile for the new mod_gzip_content module.
1998-09-15 20:17:13 +00:00
base
#if 0 out some unused code
1999-05-04 20:56:40 +00:00
build
Mailnews is now fully integrated to the build process. I have remove the previous patch to avoid to build mailnews by befault.
1999-05-06 00:10:47 +00:00
calendar
fixed instructions
1998-11-23 22:55:32 +00:00
caps
fix zlib name on windows
1999-04-28 00:48:44 +00:00
cck
Modified to reflect the new flow for customize pages
1999-05-05 21:14:02 +00:00
chrome /src
Switching over to nsIEventQueues. Adding support for onunload, onabort, and
1999-05-04 23:32:25 +00:00
cmd
Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh.
1999-04-10 00:15:14 +00:00
config
Fix for bug 5770. Thanks to lennox@cs.columbia.edu.
1999-05-05 23:38:15 +00:00
content
Pass a pointer to the document object when you call the Parse method on the parser object.f
1999-05-06 01:51:31 +00:00
db
Solaris needs explicit cast. a,r=kevinmc@netscape.com.
1999-05-04 03:24:13 +00:00
dbm
Fix for bug 5770. Thanks to lennox@cs.columbia.edu.
1999-05-05 23:38:15 +00:00
directory
ldap jdk 3.1 version updated
1999-04-08 20:46:32 +00:00
docshell /base
- Implemented GetContentViewerContainer() in the nsDocLoaderImpl() object.
1999-05-06 03:54:40 +00:00
dom
Changes to support AppRunner's window.open
1999-05-04 23:27:57 +00:00
editor
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
ef
Faster interference graph simplification due to Amancio Hasty.
1999-04-05 06:32:50 +00:00
expat
We are not using the XML_UNICODE_WCHAR_T define on any platform. So, no need to define it.
1999-04-24 08:34:43 +00:00
extensions
attempt to fix build bustage
1999-05-04 19:20:44 +00:00
gconfig
Fix to use search path for lesstif as per John Hicks suggestion. Environment
1998-11-05 18:04:06 +00:00
gfx
First Checked In.
1999-05-05 23:55:50 +00:00
grendel
Fixed breakage of the preference beans.
1999-05-02 00:15:05 +00:00
htmlparser
Added a key as a parameter to all the different versions of the Parse method in nsIParser.
1999-05-06 01:48:56 +00:00
include
Turn this off. It's just getting in the way of real PR_LOG use.
1999-04-28 03:32:29 +00:00
intl
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
jpeg
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
js
Delete jsmathtemp.o when clobber'ing
1999-05-06 01:50:11 +00:00
js2 /semantics
Added traditional and super and changed [] to allow multiple arguments
1999-02-19 04:28:16 +00:00
l10n
according to pinkerton, we no longer use mercutio anymore. poof, gone
1998-10-02 19:19:27 +00:00
layout
Pass a pointer to the document object when you call the Parse method on the parser object.f
1999-05-06 01:51:31 +00:00
lib
Fix bug # 4357 where FTP is broken on the Mac. This is basically the same bug and same bug fix as bug # 3405. Somebody needs to fix this for real... I think we should make Kathy Brade do it (Hi Kathy!) as she introduced the bug. Anyway, approval=chofmann.
1999-04-30 23:17:08 +00:00
mailnews
sspitzer: port news to the mac. remove silly printfs. put useful printfs behind DEBUG_NOISY_NEWS, so I can turn them all on from a Mac
1999-05-06 03:25:47 +00:00
modules
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
msgsdk
don't hardcode domestic
1998-08-25 18:48:36 +00:00
nav-java
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
netwerk
changed over to nsIEventQueue interface, from straight PL_EventQueue. Also took a whack at getting socketTRansport::OpenOutputSTream to work (hasn't been tested)
1999-05-05 22:41:44 +00:00
network
Switching over to nsIEventQueues instead of PLEventQueues.
1999-05-04 23:31:26 +00:00
nsprpub
Create 10 server threads by default.
1999-05-04 22:06:00 +00:00
nunet
Changes to build http in its own library. and use auto detection/registry.
1999-03-27 02:05:59 +00:00
parser
Added a key as a parameter to all the different versions of the Parse method in nsIParser.
1999-05-06 01:48:56 +00:00
plugin/oji /MRJ
updated to latest stream API
1999-04-27 20:29:37 +00:00
privacy
Sync'd various Makefile.ins to their Makefile counterparts.
1998-10-21 02:13:56 +00:00
profile
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
rdf
New file: loading.gif
1999-05-06 01:19:25 +00:00
silentdl
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
string /obsolete
#if 0 out some unused code
1999-05-04 20:56:40 +00:00
suite/debugQA /content
Added UI for paragraph style and preliminary versions of image and link dialogs
1999-05-05 23:29:18 +00:00
sun-java
maybe HPUX is defined on HPUX?
1999-04-20 23:18:22 +00:00
tools
Minor cleanup, and got rid of a completely pointless chunk of code.
1999-05-05 04:00:55 +00:00
uriloader /base
- Implemented GetContentViewerContainer() in the nsDocLoaderImpl() object.
1999-05-06 03:54:40 +00:00
view
HandleEvent holds onto the view's ViewObserver for the life of the method. Prevents early deletion of the view in some cases. Part of bug 5844.
1999-05-04 23:23:35 +00:00
wallet
New files for wallet
1999-03-10 21:35:41 +00:00
webshell
Hooking up xpinstall to the viewer. This will cause a new instance of the
1999-05-06 03:59:47 +00:00
webtools
Present people an immediate opportunity to attach something to a bug.
1999-05-05 22:16:21 +00:00
widget
Fixing Mac menu bug
1999-05-06 01:45:48 +00:00
xpcom
Added OpenBSD to the list.
1999-05-06 01:58:22 +00:00
xpfc
Fix windows build:
1998-11-11 00:17:29 +00:00
xpfe
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
xpinstall
Converting stray UnregisterFactory calls to UnregisterComponent
1999-05-06 01:37:04 +00:00
.cvsignore
ignore a.out as well
1999-04-10 21:22:55 +00:00
LEGAL
updated LEGAL file to reflect non-infringement of WANG patent, and option
1998-05-27 21:17:37 +00:00
LICENSE
Add final version of NPL.
1998-03-31 19:11:51 +00:00
Makefile.in
Fixed the bug that was breaking everyone who tried to build nsprpub from an objdir.
1999-04-23 23:18:48 +00:00
aclocal.m4
oops, forgot to include these files for libIDL detection
1999-04-10 00:54:58 +00:00
allmakefiles.sh
Adding xpcom/libxpt/xptcall/src/md/test/Makefile for Linux.
1999-05-05 06:06:10 +00:00
client.mak
Remove the /n flag when we invoke BSCMAKE, the utility provided by MS to generate code browsing information. This means that once the browsing database is constructed, updates to it will happen incrementally. Earlier, updates were causing the entire database to get created from scratch.
1999-05-05 08:00:20 +00:00
client.mk
Fix webconfig target.
1999-05-04 19:54:24 +00:00
configure
Automated update
1999-05-06 03:17:19 +00:00
configure.in
Added a check for makeC++SharedLib_r on AIX if NO_SHARED_LIB is not set.
1999-05-06 03:16:55 +00:00
makefile.win
Build base before libpref.
1999-04-20 01:09:35 +00:00
nglayout.mac
Commiting this from windows caused my special characters to disappear
1998-05-22 06:35:58 +00:00
nglayout.mk
Added mozilla/rdf to the pull.
1998-12-02 00:50:42 +00:00
trex.mak
Pull msgsdk
1998-10-29 02:50:29 +00:00
trex.mk
Fix msgsdk build problem
1998-11-02 19:14:40 +00:00