README
|
…
|
|
accessible
|
bug 108069 r=aaronl sr=hyatt
groundwork for XUL select accessibility work
|
2001-11-07 00:13:07 +00:00 |
apache/gzip/src
|
…
|
|
build
|
108462 - Remove Vixen. r=bryner, sr=jst
|
2001-11-06 22:59:55 +00:00 |
caps
|
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
|
2001-11-03 03:29:05 +00:00 |
cck
|
Fix for bug 105735: CD Autorun option with existing Windows configuration
|
2001-10-24 01:56:16 +00:00 |
chrome
|
Checked in for fantasai@escape.com. Bug 43220 "author !important rules override user !important rules in user.css". Add User sheets. Rename Backstop sheets into UserAgent. Fix cascading order. r=pierre/sr=hyatt.
|
2001-11-06 10:04:05 +00:00 |
cmd/xfe/src
|
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
|
2001-10-03 18:54:49 +00:00 |
config
|
Allow multiple toolkits to be installed in a build by marking the non-default toolkits as "inactive" and placing them in a separate components dir.
|
2001-11-06 09:45:23 +00:00 |
content
|
Fixing bug 108651. Don't call nsIDocument::ContentAppended() if nothing was appended (when inserting an empty document fragment). r=harishd@netscape.com, rs=vidur@netscape.com
|
2001-11-07 00:11:36 +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
|
Fix for bug # 108041. Session history misbehaves when _top is replaced after a series of subframe navigations. r=adamlock sr=rpotts.
|
2001-11-06 23:56:45 +00:00 |
dom
|
Bug 105705, temporary fix. Remove security check optmization
|
2001-11-06 05:04:36 +00:00 |
editor
|
Fixed 'New' Composer command, b=106728, r=rcassin, sr=kin
|
2001-11-06 01:07:45 +00:00 |
ef
|
…
|
|
embedding
|
Add flag to prevent saveURI from decompressing gzipped data as it is arriving b=108268 r=bryner@netscape.com sr=blizzard@mozilla.org
|
2001-11-06 23:43:39 +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
|
108462 - Remove Vixen. r=bryner, sr=jst
|
2001-11-06 22:59:55 +00:00 |
gc/boehm
|
Oops.
|
2001-09-20 00:02:59 +00:00 |
gconfig
|
…
|
|
gfx
|
Bug #99174. Limit the length of requests to XDrawString to 32K avoid causing X protocol errors. r=alecf, sr=brendan
|
2001-11-06 23:05:39 +00:00 |
gfx2
|
new image code for windows. not part of build. bug 104999
|
2001-10-25 09:01:32 +00:00 |
grendel
|
…
|
|
htmlparser
|
106746 - DD/DT should not contain each other. r=heikki, sr=attinasi.
|
2001-11-06 00:48:11 +00:00 |
include
|
Fix warnings by only defining _UINT16 & _UINT32 if they aren't already defined.
|
2001-11-02 06:50:12 +00:00 |
intl
|
bug 97175 startup perf- remove the need of loading of charsetalias.properties files at startup, r=nhotta, sr=kin
|
2001-11-07 00:06:43 +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
|
Avoid recursive join/toString death (108440, r=shaver, sr=jband).
|
2001-11-07 00:15:44 +00:00 |
js2
|
Added Function.call/apply. Fixed bug in exception handling clean-up of
|
2001-11-06 19:45:04 +00:00 |
l10n
|
fixes bug 95768 "about: services should be converted to XHTML 1.1"
|
2001-09-27 01:42:06 +00:00 |
layout
|
fix HPUX bustage
|
2001-11-07 00:02:07 +00:00 |
lib
|
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
|
2001-11-03 03:29:05 +00:00 |
mailnews
|
Bug 108744 - mail compose does not get S/MIME settings. r=javi,sr=mscott
|
2001-11-07 00:00:44 +00:00 |
modules
|
Clean up after my wonky fixing of the DefaultPlugin project yesterday, and CVS remove the checked in binary (bug 108223).
|
2001-11-07 00:02:42 +00:00 |
mozilla
|
…
|
|
msgsdk
|
…
|
|
mstone
|
…
|
|
netwerk
|
fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
|
2001-11-06 23:09:44 +00:00 |
nsprpub
|
Tell BSD strip to just strip local & debug symbols rather than all symbols for darwin.
|
2001-11-03 06:01:31 +00:00 |
nunet
|
…
|
|
other-licenses
|
initial checkin
|
2001-10-31 02:08:13 +00:00 |
parser
|
106746 - DD/DT should not contain each other. r=heikki, sr=attinasi.
|
2001-11-06 00:48:11 +00:00 |
plugin/oji
|
[not part of build] Added MRJSession.java, removed MRJConsole.java. Added ProxyClassLoaderFactory.java.
|
2001-11-02 08:22:58 +00:00 |
privacy
|
…
|
|
profile
|
Bug 108383
|
2001-11-06 00:44:18 +00:00 |
rdf
|
Checked in for fantasai@escape.com. Bug 43220 "author !important rules override user !important rules in user.css". Add User sheets. Rename Backstop sheets into UserAgent. Fix cascading order. r=pierre/sr=hyatt.
|
2001-11-06 10:04:05 +00:00 |
security
|
Bug 108742 - cannot get a cert. patch from stephen walker, r=bryner, sr=blizzard.
|
2001-11-06 23:39:17 +00:00 |
silentdl
|
…
|
|
string
|
fix for minor leak bug 108640 r=jag, sr=sspitzer
|
2001-11-06 23:14:47 +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
|
new css file for switching ab over to outliner.
|
2001-11-07 00:27:09 +00:00 |
timer
|
…
|
|
tools
|
Add xul window open test
|
2001-11-03 05:17:56 +00:00 |
uriloader
|
Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband
|
2001-11-03 07:10:51 +00:00 |
view
|
Initial check in for print preview work it is complied in for Windows and linix only
|
2001-11-03 14:59:39 +00:00 |
webshell
|
initial (disabled) cut at creating about:blank documents synchronously. part of bug 88229 r=hyatt,rpotts
|
2001-11-06 01:24:39 +00:00 |
webtools
|
Refixing bug 71840 - The name should be the 'name' should be the same as what the 'href' points it too...
|
2001-11-06 18:06:02 +00:00 |
widget
|
Bug #107651. Handle drop type text/uri-list. Patch is from James Henstridge <james@daa.com.au>. r=markh, sr=blizzard
|
2001-11-06 23:31:17 +00:00 |
xpcom
|
fix for minor leak bug 108640 r=jag, sr=sspitzer
|
2001-11-06 23:14:47 +00:00 |
xpfe
|
bug 102026 Charset menu misplacing (.), r=nhotta, rs=kin
|
2001-11-07 00:13:18 +00:00 |
xpinstall
|
Bug 18502 remainder of checkin. Turning it on on the Mac. r/sr=pav,jband
|
2001-11-04 02:17:11 +00:00 |
.cvsignore
|
…
|
|
LEGAL
|
…
|
|
LICENSE
|
…
|
|
Makefile.in
|
Backing out last checkin
|
2001-11-05 12:08:31 +00:00 |
aclocal.m4
|
…
|
|
allmakefiles.sh
|
108462 - Remove Vixen. r=bryner, sr=jst
|
2001-11-06 22:59:55 +00:00 |
client.mak
|
kill DIST_DIRS, LAYOUT_DIRS, and CLIENT_DIRS r=cls
|
2001-11-06 23:16:37 +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-11-03 05:58:13 +00:00 |
configure.in
|
Tell BSD strip to just strip local & debug symbols rather than all symbols.
|
2001-11-03 05:57:00 +00:00 |
embed.mak
|
…
|
|
embed.mk
|
…
|
|
makefile.win
|
kill DIST_DIRS, LAYOUT_DIRS, and CLIENT_DIRS r=cls
|
2001-11-06 23:16:37 +00:00 |
mozilla.kdevprj
|
…
|
|
mozilla.lsm
|
…
|
|
nglayout.mac
|
…
|
|
nglayout.mk
|
…
|
|
trex.mak
|
…
|
|
trex.mk
|
…
|
|