README
Testing cvs upgrade
2001-12-01 04:34:21 +00:00
accessible
this would break too
2002-02-18 08:48:29 +00:00
apache/gzip /src
…
build
Explicitly use <STDIN> instead of <> as some newer ports of perl seem to have problems with <>.
2002-02-17 21:08:44 +00:00
calendar
Don't worry about the auto-generated Makefile's
2002-02-13 20:20:18 +00:00
caps
Bug 105050 - return null window.opener to scripts if opener is a mail window.
2002-02-19 01:09:45 +00:00
cck
Maintaining consistency for Mac OS 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X names
2002-02-18 23:19:02 +00:00
chrome
120838 - fix most of the 'theme switching doesn't work from prefs' bugs. r=ben sr=hewitt
2002-02-18 22:58:54 +00:00
cmd/xfe /src
…
config
Set NSS_LIBS in config.mk. Use "-L<dir> -l<blah>" to link instead of paths to actual shared libraries on unix platforms.
2002-02-19 03:00:08 +00:00
content
Leave rules with empty decl blocks in the sheet so they're picked up by
2002-02-19 02:27:38 +00:00
db
backout most recent mork changes to fix build bustage
2002-02-17 03:11:14 +00:00
dbm
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
2002-01-16 05:10:09 +00:00
directory
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
docshell
This was part of my earlier patch. I forgot to check it in.
2002-02-12 23:43:41 +00:00
dom
Bug 105050 - return null window.opener to scripts if opener is a mail window.
2002-02-19 01:09:45 +00:00
editor
80805: new find (pref'ed out by default), r=cmanske
2002-02-19 02:24:14 +00:00
ef
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
embedding
126232: Fix some problems in new find. r=brade sr=kin
2002-02-18 23:28:32 +00:00
expat
Crasher - Expat parser's XML_ParseBuffer wasn't aware of the BLOCKING mechansim and hence failed to update the buffer position ( bufferPtr ). The fix would update bufferPtr such that when the expat parser gets upblocked we'd resume from the point we stopped. b=123475, r=rbs@maths.uq.edu.au, sr=jst
2002-02-19 02:01:18 +00:00
extensions
Fix Windows bustage. b=79091
2002-02-19 03:06:00 +00:00
gc /boehm
…
gconfig
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
gfx
Fix debug-only code that validates the drawing state, to take the SIOUX window into account. r=pinkerton
2002-02-19 02:04:46 +00:00
gfx2
Fixing bustage on Sun WS6 update 2, it apparently doesn't like the forward declaration of gfxIImageFrame just before it's defined. r=seawood, sr=jst.
2002-02-08 22:59:53 +00:00
grendel
Checkin of changes from Brandon Wiley related to mbox storage and how Grendel was numbering messages. Changes tested and good. jrg
2002-02-12 06:22:41 +00:00
htmlparser
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
include
Fix for bug #118003 . r=peterl, sr=jst.
2002-01-31 00:16:20 +00:00
intl
Bug 126231
2002-02-19 01:48:15 +00:00
java
bug: 119680
2002-01-14 18:04:48 +00:00
jpeg
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
2002-01-16 05:10:09 +00:00
js
Skipping new testcase until bug 126317 is fixed.
2002-02-19 01:53:39 +00:00
js2
More new semantics
2002-02-08 04:06:29 +00:00
l10n
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
layout
Leave rules with empty decl blocks in the sheet so they're picked up by
2002-02-19 02:27:38 +00:00
lib
Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser
2002-02-12 15:41:41 +00:00
mailnews
Fix for #125131 . Fixed a few problems: (1) msg count in the summary message off by one. (2) msgs in 1st subfolder not imported. (3) msgs in Drafts folder not imported correctly. (4) folders not imported should be posted to summary message. (5) attachment names of imported msgs are randomly generated. r=ducarroz, sr=bienvenu.
2002-02-18 23:18:19 +00:00
modules
80805: new find (pref'ed out by default), r=cmanske
2002-02-19 02:24:14 +00:00
mozilla
…
msgsdk
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
mstone
…
netwerk
Fix bug 122499 "about:cache thinks expiration time of '0' means 'no expiration'". Changed 'no expiration' value to 0xFFFFFFFF. r=gagan, sr=darin.
2002-02-18 23:05:16 +00:00
nsprpub
Fix for bug 121951 -- make PR_Poll on Mac work with layered file descriptors. r=wtc, r=gordon
2002-02-19 01:43:15 +00:00
nunet
…
other-licenses
Fix "static" build support for win32 gmake builds.
2002-01-25 03:20:51 +00:00
parser
Crasher - Expat parser's XML_ParseBuffer wasn't aware of the BLOCKING mechansim and hence failed to update the buffer position ( bufferPtr ). The fix would update bufferPtr such that when the expat parser gets upblocked we'd resume from the point we stopped. b=123475, r=rbs@maths.uq.edu.au, sr=jst
2002-02-19 02:01:18 +00:00
plugin /oji
[not part of build] Installation documentation update.
2002-02-18 21:53:27 +00:00
privacy
…
profile
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
rdf
120838 - fix most of the 'theme switching doesn't work from prefs' bugs. r=ben sr=hewitt
2002-02-18 22:58:54 +00:00
security
Set NSS_LIBS in config.mk. Use "-L<dir> -l<blah>" to link instead of paths to actual shared libraries on unix platforms.
2002-02-19 03:00:08 +00:00
silentdl
…
string
nsDependentSingleFragmentSubstring shouldn't pretend to have a flat buffer, since it's only guaranteed to be single fragment, not null-terminated. b=122727 sr=jag r=alecf
2002-02-19 02:17:09 +00:00
suite
…
sun-java
Landing the rest of the win32 gmake changes:
2001-12-18 09:14:29 +00:00
themes
bugzilla bugs 125526 r=marlon sr=hewitt: fixing classic nav images, new image from gregvalure@yahoo.com; 123666 r=andreww sr=hewitt: another classic nav image fix from joonas@cc.hut.fi
2002-02-18 23:13:50 +00:00
timer
…
tools
tinderbox example
2002-02-16 06:21:52 +00:00
uriloader
Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser
2002-02-13 15:01:37 +00:00
view
Bug 123755. Fix Gtk crasher when drawing surface cannot be locked. r=pavlov,sr=attinasi
2002-02-15 13:14:32 +00:00
webshell
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
webtools
Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it
2002-02-17 08:22:31 +00:00
widget
fix bug 90583. r=yokoyama sr=alecf
2002-02-18 23:46:51 +00:00
xpcom
nsDependentSingleFragmentSubstring shouldn't pretend to have a flat buffer, since it's only guaranteed to be single fragment, not null-terminated. b=122727 sr=jag r=alecf
2002-02-19 02:17:09 +00:00
xpfe
87970 - selecting entry from location bar history should move entry to top. r=jag sr=shaver
2002-02-19 03:07:43 +00:00
xpinstall
Fix for bug 125820. Removed problem wildcard copy from windows packages files and
2002-02-18 22:59:20 +00:00
.cvsignore
…
LEGAL
…
LICENSE
…
Makefile.in
Fix the NSS 3.4 landing temporary workaround. The security/manager
2002-02-06 17:21:01 +00:00
README.txt
Placeholder readme file.
2002-01-25 05:39:27 +00:00
aclocal.m4
bug 116148, include freetype2.m4 for testing for FreeType2
2002-01-09 14:35:21 +00:00
allmakefiles.sh
Add the forgotten ucvmath to allmakefiles.sh
2002-02-14 01:33:17 +00:00
client.mak
b=116334 NSS 3.4 landing
2002-02-06 13:31:07 +00:00
client.mk
b=116334 NSS 3.4 landing
2002-02-06 13:31:07 +00:00
configure
Automated update
2002-02-17 15:41:58 +00:00
configure.in
Bug 123613 - mng subimage composite reading dest alpha from wrong
2002-02-17 15:29:18 +00:00
embed.mak
removing widget/timer from embed makefiles
2001-12-16 09:27:41 +00:00
embed.mk
removing widget/timer from embed makefiles
2001-12-16 09:27:41 +00:00
makefile.win
Adds readme and license file to install. (Bug #Bug #15901 ).
2002-01-25 05:42:47 +00:00
mozilla.kdevprj
…
mozilla.lsm
…
nglayout.mac
…
nglayout.mk
…
trex.mak
…
trex.mk
…