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
2002-03-10 03:48:55 +00:00
accessible fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
apache/gzip/src
build Adding support to enable P3P upon request. r=heikki, sr=alecf,sfraser a=asa 2002-03-08 22:33:50 +00:00
calendar Fixing bug 128823. 2002-03-05 14:52:40 +00:00
caps fix bug 129635 - write a destructor for DomainPolicy so that the hashtable is destroyed 2002-03-10 00:41:08 +00:00
cck changing MacintoshOSX to Mac OS 2002-03-09 02:14:01 +00:00
chrome fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
cmd/xfe/src
config Fix link ordering issues in static builds for OpenVMS & Sun Forte builds. 2002-03-08 06:21:47 +00:00
content Bug 125624: null-check pres shell since |nsIPresShell::Destroy| may have been triggered by handling the event (which causes the |nsIPresContext::GetShell| call to return null). Patch from Andrew Schultz <ajschult@eos.ncsu.edu>. r=jkeiser sr=jst a=shaver 2002-03-10 01:09:14 +00:00
db backout most recent mork changes to fix build bustage 2002-02-17 03:11:14 +00:00
dbm
directory Fix bug # 124919: get LDAP searches in Addrbook working on Mac OS X. r=dmose sr=ben a=asa 2002-03-09 02:49:12 +00:00
docshell Don't assert & crash when trying to get child docshells that are out of bounds. b=127528 r=ccarlen@netscape.com sr=jst@netscape.com a=asa@mozilla.org 2002-03-08 21:55:43 +00:00
dom Bug 126224, "NY Times web sites creates pop-up windows even if that feature is disabled" 2002-03-08 21:48:28 +00:00
editor Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa 2002-03-08 01:24:40 +00:00
ef
embedding Bug 129288 - Changing font size from XUL prefs dialog crashes PPEmbed. It's because the XUL pref window's docshell is typeContent, not typeChrome. r=adamlock/sr=alecf/a=asa 2002-03-08 23:58:50 +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 Bug 129329 - remove a newline that upsets some xml-rpc servers 2002-03-09 17:13:11 +00:00
gc/boehm
gconfig
gfx fixing --disable-xprint bustage (i.e. AIX) 2002-03-08 12:40:20 +00:00
gfx2
grendel
htmlparser Take out fix of bug 40809, since it no longer seems necessary and hurts 2002-03-08 02:43:17 +00:00
include Removing unused unix-dns.* files (bug 38061). r=alecf, sr=darin, a=shaver. 2002-02-28 07:46:14 +00:00
intl #119013 Cookie expire times reported twice / bug in FormatDateTime routine 2002-03-09 00:01:59 +00:00
java
jpeg
js fix bug 129697. Don't leave a dangling (to crash later) JS root if JS_NewObject fails while creating a wrapped native. r=beard sr=jst a=asa (for trunk and 0.9.9 branch). 2002-03-09 03:01:44 +00:00
js2 Checkpoint 2002-03-07 01:12:41 +00:00
l10n Change the default time bomb url to http://mozilla.org/time-bomb.html bug 126348 r=blake, sr=shaver 2002-02-19 05:50:17 +00:00
layout adding formctl layout regression tests to main layout tests. 2002-03-09 19:52:30 +00:00
lib Adding some missing .cvsignore files. a=leaf. 2002-03-08 00:00:05 +00:00
mailnews Checking in for Neil <neil@parkwaycc.co.uk> 2002-03-09 12:22:50 +00:00
modules 128962 - pref panel for MDN return receipts - not part of build - r/sr=sspitzer,a=asa 2002-03-08 22:17:03 +00:00
mozilla
msgsdk
mstone
netwerk Added ACE decode function to nsIIDNService, renamed exisiting function name, 2002-03-09 00:10:21 +00:00
nsprpub Fix for bug 129364. Eliminate a window of time in which notifiers could fire when we hadn't set up the polling thread on the poll descriptors, which could cause lost notifications and FTP stalls. Also revert to PR_FAST_INTSON() from PR_INTSON(), which seems to fix a permanent stall issue on Mac OS X. r=wtc 2002-03-09 02:16:49 +00:00
nunet
other-licenses Check for system version of freetype >= 2.0.8 for those of us building in objdirs. 2002-02-28 07:00:59 +00:00
parser Take out fix of bug 40809, since it no longer seems necessary and hurts 2002-03-08 02:43:17 +00:00
plugin/oji Fix for bug 129168. Don't call ForceRedraw() when already processing an update event. sr=beard. 2002-03-08 21:29:58 +00:00
privacy
profile 128969 - necessary dir/profile-related download manager changes. r=ccarlen sr=ben a=asa 2002-03-05 22:30:28 +00:00
rdf fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
README
security b=125807 Fix Lock Icon Set Incorrectly 2002-03-08 22:27:16 +00:00
silentdl
string fixing AIX bustage and sticking with the c++ standard for "friend" and 2002-03-08 12:37:00 +00:00
suite
sun-java
themes 89495, 121160 - redesign select addresses dialog and add search, add search to addressbook sidebar. r=bhuvan,sr=sspitzer,a=asa 2002-03-08 22:05:05 +00:00
timer
tools Working with different flavours of title. 2002-03-04 06:51:32 +00:00
uriloader Make it possible to save parts of multipart streams. Bug 117958, patch 2002-03-07 20:57:55 +00:00
view Fix for bug 127368 (Can't type in textfields in pages with an iframe and body with marginheight and marginwidth=0) 2002-02-28 22:30:01 +00:00
webshell - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements. 2002-03-07 03:34:29 +00:00
webtools More fallout from the General.bm split. Change the IRC name to r=imajes. 2002-03-08 19:40:27 +00:00
widget Fix mouseDragged events so that capture works. NPOB. 2002-03-10 03:48:55 +00:00
xpcom Ignore test binaries. a=leaf. 2002-03-09 00:07:17 +00:00
xpfe Download manager. Not part of build. a=asa 2002-03-10 02:06:55 +00:00
xpinstall Do not set MOZILLA_FIVE_HOME in the installer script as it's not needed by the installer and it causes problems when the mozilla script tries to honor MOZILLA_FIVE_HOME. 2002-03-07 09:31:11 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh Removing reference to unused dirs 2002-03-09 00:02:12 +00:00
client.mak
client.mk Fix eternal fast-update failure if security fails once. 2002-02-26 08:35:38 +00:00
configure Use MOZ_ARG_WITH_BOOL instead of MOZ_ARG_WITHOUT_BOOL for --with-system-nspr. 2002-03-08 23:27:48 +00:00
configure.in Use MOZ_ARG_WITH_BOOL instead of MOZ_ARG_WITHOUT_BOOL for --with-system-nspr. 2002-03-08 23:27:48 +00:00
embed.mak
embed.mk
LEGAL
LICENSE
Makefile.in fix bogus env var test, missing tab, to fix gmake release build sizes. r=cls, 2002-03-07 08:23:11 +00:00
makefile.win
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
README.txt
trex.mak
trex.mk

======================================================

                  Mozilla Read Me

======================================================

This is a placeholder file which should be replaced with readme information
for each release.