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-04-04 22:57:04 +00:00
accessible Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
apache/gzip/src
browser remove comp bar refs. 2002-04-04 22:51:53 +00:00
build turn on building of native scrollbars from xbl, on for mac classic skin. r=sdagley/sr=beard/a=valeski. bug# 121440 2002-03-31 18:36:55 +00:00
calendar Changed the Id attribute from long to string to follow standard 2002-04-04 22:41:14 +00:00
caps fixes bug 134546 "Memory leak in nsScriptSecurityManager::GetBaseURIScheme()" 2002-04-03 20:23:57 +00:00
cck Fixed "reset to Netscape default" behavour on the pref editor. 2002-04-02 01:25:58 +00:00
chrome Didn't get the latest corrections in my patch in the checkin for 103912. 2002-04-04 10:39:40 +00:00
cmd/xfe/src CVS removal of obsolete directories. Bug 102787. Goodbyeeeee.... 2001-10-03 18:54:49 +00:00
config fix for bug 132946 2002-04-01 04:43:40 +00:00
content Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
db At least I only broke us - forgot include 2002-03-26 13:04:48 +00:00
dbm Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
directory bugs 110156, 110155 2002-03-29 02:46:01 +00:00
docshell Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
dom Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
editor Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
ef Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
embedding Fix bug 127069 2002-04-02 22:20:57 +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 Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
gc/boehm Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +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 Bug 134570, 'Print to file' not working with threaded XprintUtil. Patch by Roland.Mainz@informatik.med.uni-giessen.de, r=cbiesinger@web.de, sr=attinasi, a=asa. 2002-04-04 11:29:38 +00:00
gfx2 130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org 2002-03-21 23:43:21 +00:00
grendel Checkin of changes from Brandon Wiley related to mbox storage and how Grendel was numbering messages. Changes tested and good. jrg 2002-02-12 06:22:41 +00:00
htmlparser put my previous patch back in. This patch does not seem like cause any 2002-04-04 02:43:17 +00:00
include More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build. 2002-04-02 07:57:02 +00:00
intl fix bug 130441 and 122584 2002-03-27 03:28:34 +00:00
java bug: 119680 2002-01-14 18:04:48 +00:00
jpeg Argh. Missed a file fo rbug #38061 2002-04-02 09:42:24 +00:00
js Forgot to #ifdef JS_THREADSAFE last change (no effect on Mozilla build; fixes broken standalone/single-threaded JS builds, sanity-sr=shaver). 2002-04-04 18:02:59 +00:00
js2 Fix next-to-last vs. last context GC race, plus ClaimScope vs. js_DestroyContext race; removed js_ForceGC from the FRIEND JS API (133773, sr=jband&shaver, a=asa). 2002-04-02 04:23:21 +00:00
l10n Update .cvsignore to ignore generated Makefiles. 2002-03-26 15:42:05 +00:00
layout Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
lib Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
mailnews fix view source and inline images in messages that are in sub-folders on imap servers with hierarchy delimiter other than slash r=naving, sr=sspitzer, a=asa 133899 2002-04-04 22:55:14 +00:00
modules fix for bug 107289 sr=jband r=dougt a=asa 2002-04-04 22:28:17 +00:00
mozilla
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
netwerk Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data; 2002-04-04 12:28:22 +00:00
nsprpub Bugzilla bug 135008: fixed the bug that PL_Base64Decode may step before 2002-04-03 19:09:25 +00:00
nunet
other-licenses Fixed bug 130147. ibical/icalcomponent.c does not compile on IRIX 2002-04-03 20:50:23 +00:00
parser put my previous patch back in. This patch does not seem like cause any 2002-04-04 02:43:17 +00:00
plugin/oji [Not part of build]. Fix for bug 132325. Leaking addref of plugin instance was causing stale references in the active plugin list leading to crashes. sr=beard. 2002-04-04 20:38:30 +00:00
privacy
profile Fix for bug # 78585. Import local folders from 4.x. 2002-03-31 03:08:42 +00:00
rdf Didn't get the latest corrections in my patch in the checkin for 103912. 2002-04-04 10:39:40 +00:00
README Testing cvs upgrade 2001-12-01 04:34:21 +00:00
security b=125041 CA not imported when getting personal cert 2002-04-04 22:30:40 +00:00
silentdl
string Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 02:28:08 +00:00
suite
sun-java Landing the rest of the win32 gmake changes: 2001-12-18 09:14:29 +00:00
themes Bug 119000 - Disabled Document/More menus in links bar use bookmark icon instead of disabled folder icon in Classic. Patch by Greg Valure <gregvalure@yahoo.com>, r=sballard, sr=hewitt, a=asa. 2002-04-04 22:57:04 +00:00
timer
tools Fix bug 134784 2002-04-04 20:02:54 +00:00
uriloader Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2002-04-04 22:42:19 +00:00
view Bug fix 130122 2002-04-04 22:34:04 +00:00
webshell 131277: change signature of outputToString to return the string. r=jfrancis sr=sfraser a=asa 2002-03-25 22:39:19 +00:00
webtools Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk. 2002-04-04 07:39:19 +00:00
widget Get native scrollbars scrolling again. Use a protocol for shared interfaces needed by views in our widget hierarchy. Not part of build. 2002-04-04 21:35:20 +00:00
xpcom fix for bug 107289 sr=jband, r=dougt, a=asa 2002-04-04 22:24:50 +00:00
xpfe Fix for bug 59774. Save scrollbar positions in sessionhistory when jumping from one anchor to another in a page. r=adamlock sr=alecf a=asa. Approved by ADT. 2002-04-04 22:10:10 +00:00
xpinstall Bug 102118 - solaris 2.7, gcc 3.0.1 bustage 2002-04-04 00:13:06 +00:00
.cvsignore
aclocal.m4 bug 116148, include freetype2.m4 for testing for FreeType2 2002-01-09 14:35:21 +00:00
allmakefiles.sh 110156 - renaming outliner to tree 2002-03-29 05:25:37 +00:00
client.mak Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org 2002-03-27 06:31:38 +00:00
client.mk Fixing autoconf build bustage 2002-03-27 07:49:23 +00:00
configure Not sure how cvs managed to not check in this part of 38061's patch. 2002-04-03 09:23:10 +00:00
configure.in Not sure how cvs managed to not check in this part of 38061's patch. 2002-04-03 09:23:10 +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
LEGAL
LICENSE
Makefile.in Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org 2002-03-27 06:31:38 +00:00
makefile.win Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org 2002-03-27 06:31:38 +00:00
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
README.txt Placeholder readme file. 2002-01-25 05:39:27 +00:00
trex.mak
trex.mk

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

                  Mozilla Read Me

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

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