Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
2000-10-10 00:14:19 +00:00
apache/gzip/src
build Fix RTM++ bug # 54320: copy "Search Plugins" folder into $DIST. r=warren sr=sfraser 2000-10-07 21:42:24 +00:00
calendar
caps Fixing 52497, security problem in document.implementation, r=jst a=brendan 2000-09-20 23:38:28 +00:00
cck fixing bug 55180 2000-10-06 23:41:23 +00:00
chrome removing annoying unneeded assertion. r/a=warren@netscape.com 2000-09-29 05:30:02 +00:00
cmd
config Add .DELETE_ON_ERROR: target so that if the build fails while building the target, it will remove the incomplete target. Bug 48404 2000-09-28 04:02:15 +00:00
content bug 29276 (text inside <label> tags within a table cell breaks out of table cell) 2000-10-09 21:19:36 +00:00
db
dbm
directory Merged in changes from v1.4.1. 2000-10-05 19:47:47 +00:00
docshell Bug 6119; r=radha@netscape.com; sr=waterson@netscape.com; Use nsIChannel::VALIDATE_NEVER when loading a page for view-source 2000-10-07 02:24:50 +00:00
dom reverted line in SetVisibleByFlag; an odd casualty of the brace and indentation uglification that comprised most of rev 1.6. bug 54235 r=jst,waterson 2000-10-06 00:46:25 +00:00
editor partial fix for setting checkmarks in Format submenus (based on selection); r=kin; sr=sfraser; submitted by cmanske; revised by brade; bug #54317 2000-10-09 14:55:04 +00:00
ef
embedding fixing bugs 54351 and 54013. this should get the embedding widget working again after the jar landing. it also fixes streaming ( patch from ramiro. ). mini-nav.xul should work again too as a side effect. 2000-10-05 05:39:37 +00:00
expat
extensions incremental ViXEN stuff, make vixen work with the latest contents.rdf suff and 2000-10-09 05:16:59 +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 #53381 2000-10-09 22:46:35 +00:00
grendel
htmlparser Removing old XIF tests (patch from akkana) 2000-10-07 12:28:41 +00:00
include
intl fix bug 54841. zero out the first 128 bits of the representatble 2000-10-06 21:54:38 +00:00
java * NOT PART OF TBOX BUILD * 2000-10-08 12:29:59 +00:00
jpeg
js Mods for getter/setter methods. 2000-10-09 22:21:26 +00:00
js2 Mods for getter/setter methods. 2000-10-09 22:21:26 +00:00
l10n r=ben a=ben. This is to match spec, bug 44895. 2000-09-22 21:09:39 +00:00
layout bug 55192 (2nd part) - During a table reflow, consider row groups that may have been deleted because they were next flows and placed in the sibling chain. a=buster, r=dcone. 2000-10-09 23:57:51 +00:00
lib added SIOUXSettings. 2000-09-18 19:36:25 +00:00
mailnews Bug 53627. Collapse threadpane attributes into the 'class' attribute to optimize for space and style rule lookup. r=scottip, a=ben 2000-10-09 22:20:10 +00:00
modules Moved "mailnews.start_page.url" from .js to .property, bug 55011, r=tao, sr=alecf. 2000-10-06 22:58:48 +00:00
msgsdk
mstone
netwerk Fix bustage in optimized build for nsDnsService.cpp. 2000-10-09 23:41:19 +00:00
network/protocol/http
nsprpub Bugzilla bug #54195: extended the 'uc' array to 256 elements because 2000-10-06 04:28:07 +00:00
nunet
parser Removing old XIF tests (patch from akkana) 2000-10-07 12:28:41 +00:00
plugin/oji/MRJ Fix build bustage 2000-09-20 08:25:48 +00:00
privacy
profile Fixing migration problems for japanese and european profiles. Used unicode persistent descriptor strings to get and set profile data. Removed all those prefs that had native characters in their values, from the list of profiles to be converted to utf8 format during migration. r=nhotta,alecf,sspitzer,ftang sr=alecf,ftang a=pdt 2000-10-09 23:27:28 +00:00
rdf Bug 53627. Use nsAutoString to get around bug with nsPromiseFlatString; don't clobber positive result in IsVarInSet(). r=rjc, sr=hyatt 2000-10-09 20:28:04 +00:00
README/mozilla
security When an invalid option is encountered, print the usage message and exit. 2000-10-09 23:39:46 +00:00
silentdl
string Fixing rtm++ bug 55587. nsAReadableString::FindChar() was returning the index from the offset to the character if found in stead of the index from the beginning of the string. r=kin, sr&a=scc 2000-10-07 01:50:36 +00:00
suite
sun-java
themes #54751 - [Modern] window cleanup, r=andreww, sr=hangas 2000-10-10 00:14:19 +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 Bug #54009 --> fix crash when literal is null. This can happen because of 2000-10-06 00:58:05 +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 Forgot these files in my last checkin. 2000-10-07 12:01:40 +00:00
webtools Fix for bug 52921: checksetup.pl fails to create database with password. 2000-09-29 05:43:53 +00:00
widget noxif landing continued; see jst's prior checkin comments 2000-10-07 11:17:27 +00:00
xpcom Fix to 53929. Fix previously-broken UnregisterListener method on console service, by proxy-wrapping the service we've been asked to remove before comparing it to those in the listener list. The saved listeners are already proxy-wrapped, so the previous straight compare failed. 2000-10-09 23:45:59 +00:00
xpfc
xpfe rtm+ Bug 22411; r=radha@netscape.com; sr=brendan@mozilla.org; Handle various image files by converting relative URLs to absolute 2000-10-09 20:48:14 +00:00
xpinstall Added missing webbrwsr.dll to browser package. b=54345, r=scc, a=scc 2000-10-08 20:04:02 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh implementation of the null plugin for unix 2000-09-27 23:44:02 +00:00
client.mak Changing security build order to fix win32 clobber bustage. 2000-09-14 21:22:06 +00:00
client.mk
configure Adding shor wchar support. r/a scc@mozilla.org cls@seawood.com b= 54564 2000-10-01 06:16:14 +00:00
configure.in Adding shor wchar support. r/a scc@mozilla.org cls@seawood.com b= 54564 2000-10-01 06:16:14 +00:00
LEGAL
LICENSE
Makefile.in Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 04:35: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