apache/gzip/src
|
|
|
build
|
Fix build scripts to work when using BuildNGLayout{Debug}.pl to both pull and build (configure after the checkout), and fix MozJar.pm to generate correct paths in installed-chrome.txt when not using jar files.
|
2000-09-26 02:24:55 +00:00 |
calendar
|
|
|
caps
|
Fixing 52497, security problem in document.implementation, r=jst a=brendan
|
2000-09-20 23:38:28 +00:00 |
cck
|
fix for bug#33777;changing installer background text font and colour and shadow
|
2000-09-27 21:26:54 +00:00 |
chrome
|
Improving debug messages for contents.rdf.
|
2000-09-18 02:07:06 +00:00 |
cmd
|
|
|
config
|
a=mscott,r=rpotts. 54199. optimized windows builds now link w/ the '/opt:nowin98' flag to reduce win98 page info in shared library output. there is a possible shared library loading performance degredation on win98 (I did not notice one on my win98 box).
|
2000-09-27 19:25:28 +00:00 |
content
|
Fix for 53417. r=brendan, a=brendan
|
2000-09-27 21:48:05 +00:00 |
db
|
|
|
dbm
|
|
|
directory
|
Removing bookmarks.xul per dmose's suggestion ("that was really just me messing around"). bug=53297, r=dmose, a=(not in build).
|
2000-09-21 13:27:25 +00:00 |
docshell
|
Fix for bugscape bug # 1644. keywords work eventhough the pref for it is turned off.
|
2000-09-27 21:27:35 +00:00 |
dom
|
Redoing how 'replaceable' properties on DOM objects are resolved to be compatible with 4.x, with this change named frames in framesets override 'replaceable' properties so that window.toolbar (or any replaceable property) in a frameset document with a frame named 'toolbar' actually resolves to the frame, and not the native toolbar. r/a=brendan, r=rpotts&scc
|
2000-09-22 10:18:07 +00:00 |
editor
|
Part of fix for nested tables bug 53733. r=brade, a=sfraser
|
2000-09-27 22:29:41 +00:00 |
ef
|
|
|
embedding
|
Adding button to dump memory usage stat. r-valeksi, a-mscott
|
2000-09-27 22:15:08 +00:00 |
expat
|
|
|
extensions
|
Not part of regular build, a=leaf. Fixed xsl:include, reported by Steve Tinney
|
2000-09-26 07:38:51 +00:00 |
gc/boehm
|
[not part of build] base class for all references, provides interior pointer detection.
|
2000-09-22 07:35:59 +00:00 |
gconfig
|
|
|
gfx
|
Bug 52275 - crasher if we ended up in DrawComposited() with a zero
|
2000-09-23 01:55:30 +00:00 |
grendel
|
|
|
htmlparser
|
fix potential leak from checkin for bug 48351. r=harishd, a=syd
|
2000-09-21 04:00:34 +00:00 |
include
|
|
|
intl
|
fix bug 33162. a=ftang
|
2000-09-22 01:03:39 +00:00 |
java
|
* NOT PART OF TBOX BUILDS *
|
2000-09-26 08:46:42 +00:00 |
jpeg
|
|
|
js
|
Fix to 54305, free array holding fat locks. Patch courtesy Jon Smirl <jonsmirl@mediaone.net>.
|
2000-09-27 21:52:27 +00:00 |
js2
|
Added void and classof operators
|
2000-09-24 06:08:53 +00:00 |
l10n
|
r=ben a=ben. This is to match spec, bug 44895.
|
2000-09-22 21:09:39 +00:00 |
layout
|
Fix for 53417. r=brendan, a=brendan
|
2000-09-27 21:48:05 +00:00 |
lib
|
added SIOUXSettings.
|
2000-09-18 19:36:25 +00:00 |
mailnews
|
Fixing Crash bug 53258 - crash with inline image viewing - r: sspitzer - PDT approval
|
2000-09-27 21:09:19 +00:00 |
modules
|
Backing out jim_nance's checkins, breaks win32 build, also has #ifdef
|
2000-09-27 22:21:05 +00:00 |
msgsdk
|
|
|
mstone
|
|
|
netwerk
|
whoops, that's supposed to be a 32bit int
|
2000-09-27 20:25:15 +00:00 |
network/protocol/http
|
|
|
nsprpub
|
|
|
nunet
|
|
|
parser
|
fix potential leak from checkin for bug 48351. r=harishd, a=syd
|
2000-09-21 04:00:34 +00:00 |
plugin/oji/MRJ
|
Fix build bustage
|
2000-09-20 08:25:48 +00:00 |
privacy
|
|
|
profile
|
48758. r=ben,saari, a=waterson
|
2000-09-22 05:02:20 +00:00 |
rdf
|
Bug 53608. Avoid creating atoms in nsXULContentUtils. r,a=hyatt
|
2000-09-26 03:53:21 +00:00 |
README/mozilla
|
|
|
security
|
Use '$(INSTALL) -m 444' to install files in nss/lib/crypto. By default
|
2000-09-27 05:49:43 +00:00 |
silentdl
|
|
|
string
|
|
|
suite
|
|
|
sun-java
|
|
|
themes
|
bugzilla=53813, r=hewitt, a=hangas, fix for bad reference to prefpanels.css messing up skin switching.
|
2000-09-27 00:12:08 +00:00 |
timer
|
|
|
tools
|
Autoconf's handling of certain cached values appears to be lame. Need to set the cache file to /dev/null so that perl can be found under a new path.
|
2000-09-24 20:45:54 +00:00 |
tripledb
|
|
|
uriloader
|
whoops, that's supposed to be a 32bit int
|
2000-09-27 20:25:15 +00:00 |
view
|
Added new method to control whether ViewManager and ViewManager2 double-buffer when rendering. bug 49743 a=roc+moz@cs.cmu.edu r=peterl@netscape.com
|
2000-09-26 05:04:53 +00:00 |
wallet
|
|
|
webshell
|
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
|
2000-09-20 12:23:53 +00:00 |
webtools
|
Adding timeout to reload page.
|
2000-09-27 20:44:55 +00:00 |
widget
|
fix for bug #52414 r,a,etc=brendan
|
2000-09-23 02:53:16 +00:00 |
xpcom
|
OS/2 Tinderbox breakage
|
2000-09-22 17:32:10 +00:00 |
xpfc
|
|
|
xpfe
|
Make build ids work on unix again. Bug #53559 r=jag a=jar
|
2000-09-27 00:38:38 +00:00 |
xpinstall
|
fixing bugscape #2469 - setuprsc.dll contains windows extended dialogs. sr=vishy r=dveditz affects only windows platforms
|
2000-09-26 05:23:00 +00:00 |
.cvsignore
|
|
|
aclocal.m4
|
|
|
allmakefiles.sh
|
Oops, forgot this file. bug 53648, r=scc, a=gagan,brendan.
|
2000-09-22 05:09:36 +00:00 |
client.mak
|
Changing security build order to fix win32 clobber bustage.
|
2000-09-14 21:22:06 +00:00 |
client.mk
|
|
|
configure
|
Explicitly check for glib instead of relying upon libIDLs check. Avoid duplicate checks. Bug #53230
|
2000-09-24 23:36:13 +00:00 |
configure.in
|
Explicitly check for glib instead of relying upon libIDLs check. Avoid duplicate checks. Bug #53230
|
2000-09-24 23:36:13 +00:00 |
LEGAL
|
|
|
LICENSE
|
|
|
Makefile.in
|
Adding mpfilelocprovider to build
This lib is being used to fix #48981
r=bhuvan, mscott
|
2000-09-22 03:46:18 +00:00 |
makefile.win
|
Adding mpfilelocprovider to build
This lib is being used to fix #48981
r=bhuvan, mscott
|
2000-09-22 03:46:18 +00:00 |
nglayout.mac
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|