README
Testing cvs upgrade
2001-12-01 04:34:21 +00:00
accessible
Moving these platform specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf
2002-02-07 22:52:20 +00:00
apache/gzip /src
…
build
Fixing bustage.
2002-02-09 04:32:08 +00:00
calendar
fix for bug 121995 - Mozilla icon in toolbar stretched and not working
2002-02-06 14:17:59 +00:00
caps
one more part of fix for bug 107575, including the much coveted whitespace
2002-02-01 01:53:09 +00:00
cck
Fix for bugzilla 116974: Remove obsolete variables in wizard's 'Show
2002-02-06 19:54:47 +00:00
chrome
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
cmd/xfe /src
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
2001-10-03 18:54:49 +00:00
config
Backing out fix for win32 gmake static bustage until we figure out how to resolve bug 114748 for OS/2. Should fix current OS/2 bustage.
2002-02-08 19:17:37 +00:00
content
Fix crash in treewalker when walking out of root element. Bug 124784,
2002-02-12 00:51:40 +00:00
db
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +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
Checking in Fabian Guisset's <hidday@geocities.com> fix for bug 30529. Implement window.minimize(), .maximize() and .restore() for chrome windows, and split chrome specific window methods/attributes into its own nsIDOMChromeWindow interface. r=heikki@netscape.com, sr=jst@netscape.com
2002-02-09 03:36:55 +00:00
dom
Fixing bug 119621 -- plugins refreshed only every other time, r=peterl, sr=beard
2002-02-11 23:09:38 +00:00
editor
80805: check in new find/replace files. r=cmanske sr=hewitt
2002-02-12 00:44:07 +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
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
expat
Bug 35984, make an undefined entity always a fatal error; report errors while parsing external entities (regression) and a minor optimization in loading external entities. r=harishd, sr=jst.
2002-01-25 23:19:23 +00:00
extensions
112520 - accept originating images radio gets stuck on. r=morse sr=hewitt
2002-02-11 23:12:38 +00:00
gc /boehm
Rename 'install' build phase to 'libs'.
2001-11-21 09:49:41 +00:00
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
Part of fix for bug 122012 -- add a StOriginSetter utility class. Also fix some trivial comment and spacing issues. r=pinkerton, sr=beard
2002-02-12 01:25:43 +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
Checking in Brian Duff's ui mods (looks great!). --talisman
2001-06-23 19:23:33 +00:00
htmlparser
Bug 110464, don't load external entities for standalone documents (minor perf optimization). Patch from henris@clinet.fi. r=heikki, sr=jst.
2002-02-12 01:02:44 +00:00
include
Fix for bug #118003 . r=peterl, sr=jst.
2002-01-31 00:16:20 +00:00
intl
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +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
Initial add. Testing functions with duplicate formal parameter names.
2002-02-12 01:35:05 +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
fix for bug 106855: Down arrow key at last empty line of textarea moves caret to end of line above. checked in on behalf of skamio@netscape.net. r=jfrancis; sr=kin
2002-02-12 02:16:11 +00:00
lib
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
2001-12-23 23:23:41 +00:00
mailnews
fixing bug 95844 - Cannot select To: drop-down with keyboard because focus is not visible there. r=bhuvan, sr=mscott
2002-02-12 01:25:33 +00:00
modules
Moving the default search engine name from the language pack into the content (aka region) pack.
2002-02-12 00:37:45 +00:00
mozilla
new project started
2001-04-03 22:13:38 +00:00
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
Fix OS_ARCH detection for IRIX64.
2001-07-20 00:26:49 +00:00
netwerk
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
nsprpub
Add workaround for missing addrlen in PRNetAddr & BONE failing getsockopt.
2002-02-10 21:35:59 +00:00
nunet
…
other-licenses
Fix "static" build support for win32 gmake builds.
2002-01-25 03:20:51 +00:00
parser
Bug 110464, don't load external entities for standalone documents (minor perf optimization). Patch from henris@clinet.fi. r=heikki, sr=jst.
2002-02-12 01:02:44 +00:00
plugin /oji
Cleanup path stuff to fix build. a=lpham.
2002-02-08 20:38:26 +00:00
privacy
…
profile
Bug 96525 - Delay loading of strres dll when setting profile. r=tao@netscape.com/sr=alecf@betscape.com
2002-02-07 14:41:36 +00:00
rdf
Fix bug # 124743: RDF SEQs. r=tingley sr=ben
2002-02-12 00:49:56 +00:00
security
Bugzilla bug 114748: deleted unnecessary EXTRA_LIBS augmentation. The
2002-02-12 02:01:03 +00:00
silentdl
Converting usage of ::GetIID() to NS_GET_IID().
2000-01-11 20:49:15 +00:00
string
#123347 , "Remove #if 0-ed nsPrintfCString::GetReadableFragment()",
2002-02-06 15:39:52 +00:00
suite
On 12/16/1999, dmose@mozilla.org checked in some changes to the default
1999-12-31 11:48:20 +00:00
sun-java
Landing the rest of the win32 gmake changes:
2001-12-18 09:14:29 +00:00
themes
fixing bug 95844 - Cannot select To: drop-down with keyboard because focus is not visible there. r=bhuvan, sr=mscott
2002-02-12 01:25:33 +00:00
timer
…
tools
Forgot to update toplevel_modules for --file case. Other minor comment changes, whitespace.
2002-02-09 01:24:29 +00:00
uriloader
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
view
Make scrollbar thumbs for selects size correctly in GTK builds. Bug
2002-02-08 23:16:43 +00:00
webshell
Fox for bug # 109485. Meta refresh works differently than otehr browsers. r=valeski. sr=jaggernaut.
2002-02-08 22:46:09 +00:00
webtools
parsing of arguments was buggy. I did not get the arguments into the script.
2002-02-11 23:08:44 +00:00
widget
Debug-only changes for better paint/invalidate debugging on Mac. Moved some code around, so the diff looks bigger than it is. Bug 120167, r=pinkerton.
2002-02-12 02:07:08 +00:00
xpcom
Make sure we never set a timer for before "now" when given a positive
2002-02-08 23:45:26 +00:00
xpfe
Fix bug # 124743: RDF SEQs. r=tingley sr=ben
2002-02-12 00:49:56 +00:00
xpinstall
Oops, I had forgotten again to include the ucvmath module for the mathfont encoding tables - bug 109826
2002-02-09 07:47:26 +00:00
.cvsignore
Ignore .mozconfig.mk and .mozconfig.out (made by client.mk)
2000-03-23 23:29:16 +00:00
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
Removing removed Makefiles
2002-01-31 19:39:33 +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-08 23:57:06 +00:00
configure.in
Another try at --enable-mathml with a patch from bbaetz
2002-02-08 23:46:37 +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
new project started
2001-04-03 22:13:38 +00:00
mozilla.lsm
new project started
2001-04-03 22:13:38 +00:00
nglayout.mac
…
nglayout.mk
…
trex.mak
…
trex.mk
…