apache/gzip/src
|
|
|
build
|
fix mac bustage. looks like something got whacked by mistake.
|
1999-12-14 03:09:12 +00:00 |
calendar
|
updating license boilerplate
|
1999-11-02 06:13:48 +00:00 |
caps
|
Landing big set of DOM and XPConnect changes:
|
1999-12-18 20:29:29 +00:00 |
cck
|
changes to positioning of elements and text per discussions with Bijal
|
1999-12-21 23:39:41 +00:00 |
chrome
|
Bug 20691. Fire OnStopRequest() on a callback so as to avoid re-entrancy problems. r=mscott, a=chofmann
|
1999-12-10 21:02:47 +00:00 |
cmd
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
config
|
Removing DEBUG_AUTOCONF_XCOMPILE ifdef.
|
1999-12-22 04:26:59 +00:00 |
content
|
16381 "Need to be able to specify -moz-border-radius for each corner". Made changes in the following files in order to store the radius as a nsCSSRect and support 4 new -moz-border-radius properties (topLeft, topRight, bottomRight, bottomLeft):
nsCSSDeclaration.cpp
nsCSSParser.cpp
nsCSSPropList.h
nsCSSStyleRule.cpp
nsICSSDeclaration.h
nsIStyleContext.h
nsStyleContext.cpp
nsCSSRendering.cpp
|
1999-12-22 11:27:10 +00:00 |
db
|
Eliminated the libs build pass.
|
1999-11-28 03:05:01 +00:00 |
dbm
|
First Checked In.
|
1999-12-07 06:43:19 +00:00 |
directory
|
Updated ldapjdk 4.05
|
1999-11-12 06:34:14 +00:00 |
docshell
|
fix for 16273. r=valeski, a=sdagley.
|
1999-12-22 01:47:59 +00:00 |
dom
|
Fix for bug 18840. Radio button groups are now reflected as collections in a form's namespace. Added nsIDOMHTMLFormControlList interface and special handling for namedItem method that return a jsval. a=dagley r=pollmann
|
1999-12-22 01:48:47 +00:00 |
editor
|
Changed write string for "paragraphFormat" to "SetParagraphFormat()"
|
1999-12-22 19:44:00 +00:00 |
ef
|
fix another XXX
|
1999-12-01 21:26:42 +00:00 |
embedding
|
Fixed to build mozctl.dll
|
1999-12-07 23:54:09 +00:00 |
expat
|
Eliminated the libs build pass.
|
1999-11-28 03:05:01 +00:00 |
extensions
|
fixing js exception thrown when cookie deleted from cookie viewer.
|
1999-12-22 04:03:57 +00:00 |
gc/boehm
|
added ASCII annotation of fields.
|
1999-12-10 20:23:16 +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
|
partial fix for 19589. use ATSUI fallback to draw glyph available in MacRoman font and Symbol font. It will cover Latin extened A. r=nhotta a=chofmann
|
1999-12-22 20:56:49 +00:00 |
grendel
|
Added support for combobox and image
|
1999-11-29 00:44:34 +00:00 |
htmlparser
|
fixed bug 22302; r=buster; a=jar
|
1999-12-22 03:45:35 +00:00 |
include
|
Added xp_core.h to files that get disted. r=amusil a=sdagley
|
1999-12-08 09:27:07 +00:00 |
intl
|
fix bug 17103. fix array boundary access problem when get character class array . r=cata a=choffmannnsCyrillic*.cpp
|
1999-12-22 07:47:01 +00:00 |
java
|
Fixed webclient on Unix bustage.
|
1999-12-21 22:20:19 +00:00 |
jpeg
|
Fix for build bustage on Solaris 2.3.
|
1999-12-18 00:13:27 +00:00 |
js
|
Partial fix for bug 20254. Allow flags passed to CFLAGS during configure be used for both compiling & linking. CFLAGS as we know it becomes COMPILE_CFLAGS so that platforms that cannot link using DSO flags (qnx) can still build. The new CFLAGS will not have DSO flags and will be used primarily for linking.
|
1999-12-22 03:40:16 +00:00 |
js2/semantics
|
Removed field, method, and constructor. Added static.
|
1999-12-08 00:35:00 +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
|
turned off some debug rods only
|
1999-12-22 20:03:59 +00:00 |
lib
|
Fix the embedding stuff to no longer explicitly create an image manager, now that it is a service. r=neeti.
|
1999-11-24 03:57:32 +00:00 |
mailnews
|
Bug fix for 22209 (and 20997), when the mail body charset is labeled as us-ascii, use ISO-8859-1 converter (which is a superset of us-ascii), r=rhp.
|
1999-12-22 19:57:35 +00:00 |
modules
|
rename the prefs
|
1999-12-22 09:07:19 +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
|
ignore generated Makefiles
|
1999-12-22 15:03:27 +00:00 |
network
|
fix for 18078. r=mstoltz,warren
|
1999-11-30 00:32:43 +00:00 |
nsprpub
|
Fixed PR_SetThreadAffinityMask, which returned random value on Irix.
|
1999-12-22 20:51:26 +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
|
fixed bug 22302; r=buster; a=jar
|
1999-12-22 03:45:35 +00:00 |
plugin/oji/MRJ
|
r=marklin
|
1999-12-06 20:12: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
|
forgot an ifdef. this will fix the tree bustage.
|
1999-12-22 03:37:04 +00:00 |
rdf
|
Another NetBSD/arm-specific fix.
|
1999-12-22 20:02:18 +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
|
Fix for bug #21317: UMR: nsCAutoString::=(nsCAutoString const&)
|
1999-12-09 22:53:52 +00:00 |
suite
|
Small search changes. Add description field. Also extend dataset format to support an "alsomatch" field. Review: me
|
1999-12-22 10:37:21 +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
|
\n on a printf.
|
1999-12-10 07:59:11 +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
|
needed for foreign-cookie pref, bug 13655, coded by rpotts, r=morse, a=chofmann
|
1999-12-18 05:16:18 +00:00 |
view
|
edge case PR_MAx should be against the insets sizes instead of zero
|
1999-12-22 19:55:20 +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 for 16273. r=valeski, a=sdagley.
|
1999-12-22 01:47:59 +00:00 |
webtools
|
Initial support for HDML (sprint phones).
|
1999-12-18 03:51:43 +00:00 |
widget
|
fix bug 7521. make the default font face listen to pref. r=erik. a=chofmann
|
1999-12-22 20:54:54 +00:00 |
xpcom
|
Adding include of prlink.h to nsILocalFile.idl.
|
1999-12-22 04:11:13 +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
|
Small search changes. Add description field. Also extend dataset format to support an "alsomatch" field. Review: me
|
1999-12-22 10:37:21 +00:00 |
xpinstall
|
This fixes bugs #16350, 17631, 20259, 21575.
|
1999-12-22 20:19:34 +00:00 |
.cvsignore
|
ignore a.out as well
|
1999-04-10 21:22:55 +00:00 |
aclocal.m4
|
oops, forgot to include these files for libIDL detection
|
1999-04-10 00:54:58 +00:00 |
allmakefiles.sh
|
r=mcafee, a=sdagley. turning on date time protocol
|
1999-12-21 22:33:36 +00:00 |
client.mak
|
backing out slamm's changes to use cvsco.pl; builds are breaking, not sure
|
1999-11-30 17:29:20 +00:00 |
client.mk
|
Something goofy is up with tinderbox. Going back to 1.72.
|
1999-11-30 02:00:13 +00:00 |
configure
|
Automated update
|
1999-12-18 00:15:13 +00:00 |
configure.in
|
Fix for build bustage on Solaris 2.3.
|
1999-12-18 00:13:27 +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
|
Build modules/libutil before netwerk on Unix and Windows. a=sdagley.
|
1999-12-21 23:55:04 +00:00 |
makefile.win
|
Fixing build bustage. libutil can only get compiled after xpcom.
|
1999-12-22 00:39:32 +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 |