apache/gzip/src
|
|
|
base
|
fixed the 3 instances of Compare() to work with empty strings
|
1998-11-04 06:48:11 +00:00 |
build
|
Backed out previous changes.
|
1998-11-04 03:59:18 +00:00 |
calendar
|
Updated calendar XML parser to use newer LoadURL call.
|
1998-11-10 19:33:47 +00:00 |
caps
|
Minor bug fix to my last check-in
|
1998-10-28 04:53:47 +00:00 |
cmd
|
Cut & Paste bug, double-freeing stuff. Thanks to Peter.vanHelden@net.HCC.nl for the fix.
|
1998-11-08 21:31:07 +00:00 |
config
|
Oops. Fixed oversight of using MOZ_NATIVE_ZLIB instead of MOZ_NATIVE_PNG for png stuff.
|
1998-11-11 03:04:43 +00:00 |
content
|
Fixed a memory leak of a content object
|
1998-11-11 06:37:30 +00:00 |
db
|
|
|
dbm
|
Patch from fraioli@dg-rtp.dg.com (Marc J. Fraioli) to unbreak DGUX.
|
1998-11-04 17:54:14 +00:00 |
directory
|
added new files with 3.06 from internal cvs server
|
1998-10-19 06:24:19 +00:00 |
docshell/base
|
form control content attribute changes (not all) reflected in layout; fixed scrolling on <iframe>, <frame>;
|
1998-11-09 23:30:16 +00:00 |
dom
|
need to reorder libs to make it link correctly
|
1998-11-04 00:26:44 +00:00 |
editor
|
more changes to API
|
1998-11-11 09:26:42 +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
|
Fixed random crash...
|
1998-11-11 10:04:57 +00:00 |
grendel
|
|
|
htmlparser
|
changed contentsink API to support XML
|
1998-11-10 04:20:40 +00:00 |
include
|
separate trust labels from cookie management
|
1998-11-10 04:31:26 +00:00 |
jpeg
|
Sync'd various Makefile.ins to their Makefile counterparts.
|
1998-10-21 02:13:56 +00:00 |
js
|
remove old *.mk sanity checking that isn't needed by autoconf
|
1998-11-06 15:46:39 +00:00 |
l10n
|
|
|
layout
|
Fixed a memory leak of a content object
|
1998-11-11 06:37:30 +00:00 |
lib
|
Changes to support liveconnect security using ProxyJNI
|
1998-11-02 23:11:38 +00:00 |
mailnews
|
|
|
modules
|
Added EXPORTS
|
1998-11-11 05:33:24 +00:00 |
msgsdk
|
|
|
nav-java
|
Sync'd various Makefile.ins to their Makefile counterparts.
|
1998-10-21 02:13:56 +00:00 |
network
|
Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs.
|
1998-11-11 01:53:49 +00:00 |
nsprpub
|
Have "make depend" invoke "make clean" as a hack to ensure
|
1998-11-09 20:14:54 +00:00 |
parser/htmlparser
|
changed contentsink API to support XML
|
1998-11-10 04:20:40 +00:00 |
privacy
|
Sync'd various Makefile.ins to their Makefile counterparts.
|
1998-10-21 02:13:56 +00:00 |
rdf
|
Added C++ interface to HT.
|
1998-11-11 03:50:38 +00:00 |
README
|
updating unix build docs, adding the classic build instructions for when
|
1998-11-05 20:55:43 +00:00 |
string/obsolete
|
fixed the 3 instances of Compare() to work with empty strings
|
1998-11-04 06:48:11 +00:00 |
sun-java
|
|
|
uriloader/base
|
do not allow the stream listener to be freed during a call to OnDataAvailable... It is possible, that OnStopBinding() wil lbe called while the listener is processing the data (ie. the URL load is interrupted). If this happens, do not free the listener until the OnDataAvailable() call has finished...
|
1998-11-10 07:06:02 +00:00 |
view
|
Made changes for GetBounds to GetClientBounds conversion
|
1998-11-04 21:46:00 +00:00 |
webshell
|
Moved PNG_LIBS after libimg for final link.
|
1998-11-11 06:12:10 +00:00 |
webtools
|
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- cope with product
|
1998-11-09 23:19:37 +00:00 |
widget
|
Fixed unix bustage.
|
1998-11-11 06:28:46 +00:00 |
xpcom
|
add the following exports:
PL_VectorAssertValid
PL_VectorRemove
PL_VectorInsert
PL_VectorAdd
PL_VectorSet
PL_VectorClone
PL_VectorCopy
PL_VectorCompact
PL_VectorIsValidIndex
PL_VectorSetSize
PL_VectorFinalize
PL_VectorInitialize
PL_VectorDestroy
PL_NewVector
|
1998-11-10 00:54:21 +00:00 |
xpfc
|
Fix windows build:
|
1998-11-11 00:17:29 +00:00 |
xpfe
|
Moved PNG_LIBS after libimg for final link.
|
1998-11-11 06:12:10 +00:00 |
.cvsignore
|
|
|
client.mak
|
|
|
client.mk
|
Do not explicitly set MAKE as GNU make automatically sets it. If NSPR_INSTALL_DIR is defined, then use --with-nspr, otherwise do not bother.
|
1998-11-10 21:58:31 +00:00 |
configure.in
|
Added solaris section to pthread test
|
1998-11-10 21:57:18 +00:00 |
LEGAL
|
|
|
LICENSE
|
|
|
Makefile
|
|
|
Makefile.in
|
Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs.
|
1998-11-11 01:53:49 +00:00 |
makefile.win
|
Fix bugs on win95 builds, aprvd briano law
|
1998-10-15 12:38:26 +00:00 |
nglayout.mac
|
|
|
nglayout.mak
|
mjudge18883891134 adding dir for the editor. SHOULD BE OFF BY DEFAULT!! THIS SHOULD AFFECT NO ONE.
|
1998-11-11 09:26:06 +00:00 |
nglayout.mk
|
Added xpfe to pull_autoconf target
|
1998-11-04 00:41:07 +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 |