README
…
accessible
Bug 106533. Active Accessibility: Assert on startup in timer code. r=evaughan, sr=waterson
2001-10-31 06:12:39 +00:00
apache/gzip /src
…
build
Fixing internal MOZ_TWO_STRINGS_TEST macro so that it doesn't always use enableval to test option arguments
2001-10-29 22:59:31 +00:00
caps
bug 106535, adding the ability to enable codebase principals for a single host
2001-10-26 23:00:48 +00:00
cck
Fix for bug 105735: CD Autorun option with existing Windows configuration
2001-10-24 01:56:16 +00:00
chrome
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
cmd/xfe /src
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
2001-10-03 18:54:49 +00:00
config
Attempt to fix AIX bustage by linking in smime
2001-10-31 08:27:27 +00:00
content
Store FastLoad dependency mtimes, and invalidate if any changes (106021, r=dveditz, sr=shaver).
2001-10-31 08:29:25 +00:00
db
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
dbm
Bugzilla bug 103892: include <stdlib.h> rather than <malloc.h> for the
2001-10-24 14:33:28 +00:00
directory
Bug 103084 and Bug 103085: Memory leaks in LDAP code. r=mitesh, sr=bienvenu.
2001-10-23 01:19:12 +00:00
docshell
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
2001-10-31 05:06:31 +00:00
dom
Fixing bug 90765. Hold a strong reference to the global object's wrapper to avoid users of that wrapper to cause rooting and unrooting of the global object every time the global object wrapper is addreffed. r=dbaron@fas.harvard.edu, sr=jband@netscape.com
2001-10-31 08:39:09 +00:00
editor
Fix for bug 103539: Find does not always find strings containing spaces.
2001-10-31 15:19:47 +00:00
ef
…
embedding
Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf.
2001-10-31 00:13:06 +00:00
expat
License changes Round 2. Expat. Updating licensing to be consistent with latest version of expat (MIT/X); relicensing NS-contributed code under expat's license (except the build system, which is tri-licensed.) Removing outdated licensing information and adding new COPYING file. This has been checked with James Clark. Bug 98089.
2001-09-29 00:10:42 +00:00
extensions
Link libunicharutil_s before xpcom. Blind attempt to fix hpux bustage
2001-10-31 10:03:34 +00:00
gc /boehm
Oops.
2001-09-20 00:02:59 +00:00
gconfig
…
gfx
I don't know how this was missed but add nsMacUnicodeFontInfo.cpp to the build.
2001-10-31 06:32:04 +00:00
gfx2
new image code for windows. not part of build. bug 104999
2001-10-25 09:01:32 +00:00
grendel
…
htmlparser
More reordering crap
2001-10-30 12:59:00 +00:00
include
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
2001-09-26 00:40:45 +00:00
intl
#97235
2001-10-31 05:00:06 +00:00
java
Remove IsUnicode() check on nsString. nsString is always unicode (these days), so replacing this if/then/else with the then part. r=dbaron, rs=scc
2001-10-14 04:37:37 +00:00
jpeg
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
js
Don't try to correct = to == if strict, do it only if downrev (106244, r=jband, sr=shaver).
2001-10-31 03:17:00 +00:00
js2
Substantive semantic changes. Implemented prototype instances and property reading and writing.
2001-10-27 02:41:20 +00:00
l10n
fixes bug 95768 "about: services should be converted to XHTML 1.1"
2001-09-27 01:42:06 +00:00
layout
#104874
2001-10-31 14:49:15 +00:00
lib
Landing the rest of the mach-o OSX changes.
2001-10-27 07:38:18 +00:00
mailnews
107393 r/sr=bienvenu. make minor change to last checkin
2001-10-31 06:51:20 +00:00
modules
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
2001-10-31 05:06:31 +00:00
mozilla
…
msgsdk
…
mstone
…
netwerk
fix bug 104876 [c:foo wrongly considered valid URL] this fixes a bug
2001-10-30 22:20:06 +00:00
nsprpub
Bugzilla bug 106771: support building on HP-UX 11.11. The patch is from
2001-10-26 21:13:06 +00:00
nunet
…
other-licenses
initial checkin
2001-10-31 02:08:13 +00:00
parser
More reordering crap
2001-10-30 12:59:00 +00:00
plugin /oji
[Not part of build] Bumped versions to 1.0d3.
2001-10-24 19:02:51 +00:00
privacy
…
profile
Fix for bug 106941. Convert nsProfile from nsIPref to nsIPrefService/nsIPrefBranch. Checking in for chipc. r=bnesse, sr=alecf.
2001-10-30 22:59:12 +00:00
rdf
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
security
Add the smime source files to the Mac project.
2001-10-31 03:24:32 +00:00
silentdl
…
string
Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
2001-10-30 14:42:41 +00:00
suite
…
sun-java
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
themes
Prevent unreable text with light-on-dark system colors by using hardcoded black foreground color when on top of a background image that is light. b=103498 r=jag sr=hewitt
2001-10-30 06:05:58 +00:00
timer
…
tools
unhardcoding hostname
2001-10-30 21:31:00 +00:00
uriloader
more straggelers from bug 100214 - just adding #includes
2001-10-29 23:14:05 +00:00
view
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
2001-10-31 05:06:31 +00:00
webshell
bug 102088 - Cleanup transitory font APIs that were used as a bridge in bug 99010, r=waterson, sr=attinasi
2001-10-30 22:58:00 +00:00
webtools
Checking in fix for bug #86920 , fix from jake@acutex.net
2001-10-31 04:30:33 +00:00
widget
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
2001-10-31 05:06:31 +00:00
xpcom
Store FastLoad dependency mtimes, and invalidate if any changes (106021, r=dveditz, sr=shaver).
2001-10-31 08:29:25 +00:00
xpfe
Clean up un-needed string copying. r=jag sr=hyatt b=106108
2001-10-31 02:46:21 +00:00
xpinstall
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-28 08:33:51 +00:00
.cvsignore
…
LEGAL
…
LICENSE
…
Makefile.in
Landing the rest of the mach-o OSX changes.
2001-10-27 07:38:18 +00:00
aclocal.m4
…
allmakefiles.sh
Landing the rest of the mach-o OSX changes.
2001-10-27 07:38:18 +00:00
client.mak
Create build_all_dep target to avoid doing the export phase twice
2001-09-30 00:13:35 +00:00
client.mk
Try to use mozilla as well as netscape to launch webconfig
2001-10-13 06:23:28 +00:00
configure
Automated update
2001-10-31 04:58:14 +00:00
configure.in
Removing --disable-idlc option. It's a no-op.
2001-10-31 04:55:30 +00:00
embed.mak
…
embed.mk
…
makefile.win
move intl earlier in the build process so that static libs are available for bug 100214
2001-10-13 00:09:48 +00:00
mozilla.kdevprj
…
mozilla.lsm
…
nglayout.mac
…
nglayout.mk
…
trex.mak
…
trex.mk
…