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
Перейти к файлу
cmanske%netscape.com 3c52bdaaa9 New strings for publishing, b=134251, r=brade, sr=kin, a=asa 2002-03-31 03:41:23 +00:00
README
accessible Revert to using an attribute for menuactive (bug 133610). r=ben/jkeiser, sr=jst, a=asa. 2002-03-27 07:01:26 +00:00
apache/gzip/src
build Fix for bug # 78585. Import local folders from 4.x. 2002-03-31 03:08:42 +00:00
calendar removed all the watch files 2002-03-28 21:00:23 +00:00
caps A bunch of fixes in caps: 2002-03-20 05:53:46 +00:00
cck ability to install Calendar XPI as third party module - fixes bug 12744 2002-03-25 23:37:45 +00:00
chrome b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
cmd/xfe/src
config Add Makefile to $(XPIDL_MODULE).xpt dependency list. 2002-03-30 01:32:01 +00:00
content Backing out 108308 due to pageload spike 2002-03-29 07:35:09 +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 Handle errors better from DocShell loading (fixes a crash) (bug 132023), r=sicking@bigfoot.com, sr=darin@netscape.com, a=asa 2002-03-27 05:45:17 +00:00
dom bugs 110156, 110155 2002-03-29 02:46:01 +00:00
editor New strings for publishing, b=134251, r=brade, sr=kin, a=asa 2002-03-31 03:41:23 +00:00
ef Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
embedding Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +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 fixes for help search, sorting, index, ui, plus content updates, author=pwilson@gorge.net, r=oeschger, sr=hewitt, a=asa, bug=124273 2002-03-31 02:44:11 +00:00
gc/boehm Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
gconfig
gfx Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +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 With nested forms we used to match /FORM to its opening FORM ( though the inner FORM was ignored ). However, IE seems to close the outer FORM when it encounters /FORM. Replicating IE's behavior and also solves a serious form submission problem. b=128521, r=heikki, sr=jst a=dbaron 2002-03-26 23:08:30 +00:00
include Follow up for bug 38061. This should fix debug builds. :( 2002-03-27 08:40:25 +00:00
intl fix bug 130441 and 122584 2002-03-27 03:28:34 +00:00
java
jpeg Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
js Do not set EXPORT_LIBRARY for libs that we do _not_ want in the static link list. 2002-03-30 01:46:52 +00:00
js2 Correcting mistake in location of DikDik executable on Windows. Whitespace cleanup. 2002-03-30 00:14:18 +00:00
l10n Update .cvsignore to ignore generated Makefiles. 2002-03-26 15:42:05 +00:00
layout Removing extra padding on XBL form buttons (bug 125460). r=jrgm, sr=ben, a=brendan. 2002-03-31 02:05:35 +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 for bug #133353. Import Utility is missing from the Tasks->Tools menu. 2002-03-31 03:18:44 +00:00
modules Add missing XSync to prevent BadDrawable error. 2002-03-31 03:11:39 +00:00
mozilla
msgsdk
mstone
netwerk bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsprpub Added OS_RELEASE processing for FreeBSD and Linux to match NSS's coreconf 2002-03-30 15:35:06 +00:00
nunet
other-licenses Patch from Mostafa that fixes Win32 truncation problem. 2002-03-19 14:20:54 +00:00
parser With nested forms we used to match /FORM to its opening FORM ( though the inner FORM was ignored ). However, IE seems to close the outer FORM when it encounters /FORM. Replicating IE's behavior and also solves a serious form submission problem. b=128521, r=heikki, sr=jst a=dbaron 2002-03-26 23:08:30 +00:00
plugin/oji Fix build bustage. Checking in for serge@netscape.com 2002-03-27 07:11:42 +00:00
privacy
profile Fix for bug # 78585. Import local folders from 4.x. 2002-03-31 03:08:42 +00:00
rdf Remove xp_core.h & xp_mem.h and all build references to them. 2002-03-27 06:02:39 +00:00
security Bugzilla bug 134095: removed error-handling code that's not quite correct. 2002-03-29 18:53:15 +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
themes Fix for smoketest blocker but 134191. Add listbox.css to classic jar file. sr=hewitt. 2002-03-29 22:23:37 +00:00
timer
tools Adding argv checks, and Getopt package usages. Unhardcoding for xpcom. 2002-03-30 04:29:40 +00:00
uriloader fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically 2002-03-26 23:33:19 +00:00
view Add SetVisibility method to Scroll Views 2002-03-27 02:56:27 +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 133210 - typo in checksetup; uses $::params instead of $::param 2002-03-31 02:39:11 +00:00
widget tie popup widgets to their parent browser window (really, stop not tying them) so the OS won't try to activate them when the browser is minimized. bug 120155 r=hyatt,kmcclusk a=asa 2002-03-28 21:25:21 +00:00
xpcom Bug 105445 - Difficult to process PLEvents without either latency or CPU hogging. r=pink/sr=sfraser/a=asa 2002-03-27 07:16:12 +00:00
xpfe Fix for bug #133353. Import Utility is missing from the Tasks->Tools menu. 2002-03-31 03:18:44 +00:00
xpinstall Fix for bug # 78585. Import local folders from 4.x. 2002-03-31 03:08:42 +00:00
.cvsignore
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
README.txt
aclocal.m4
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 Automated update 2002-03-27 09:41:36 +00:00
configure.in Pass --with-mozilla to LDAP C SDK subconfigure; this should fix the slag tinderbox bustage 2002-03-27 09:35:13 +00:00
embed.mak
embed.mk
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
trex.mak
trex.mk

README.txt

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

                  Mozilla Read Me

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

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