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-27 19:31:42 +00:00
apache/gzip/src
build No longer used. Bug #26798 2000-10-27 06:13:47 +00:00
calendar
caps Bug #48403 --> don't allow JS running in a mailnews sand box to change the name of it's containing iframe. 2000-10-24 00:52:02 +00:00
cck fix for bug#55964; changes to icon in setup.exe 2000-10-27 19:31:42 +00:00
chrome Fix for 57733. 2000-10-25 03:03:08 +00:00
cmd
config Use MOZILLA_DIR instead of $(topsrcdir)/../mozilla to remove netscapism. Bug #54210 2000-10-27 08:47:51 +00:00
content Fixing rtm+ bug 57495. Making element.getElementsByTagName() case insensitive if called on an HTML element. r=pollmann, sr=vidur. 2000-10-27 09:01:33 +00:00
db don't write out row comments for mork, r=waterson 44556 2000-07-26 21:14:34 +00:00
dbm Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
directory test commit; a=r=(not built) 2000-10-25 23:54:02 +00:00
docshell Bug 42001. Implement 'clear history'. r=ben,brendan,alecf, sr=shaver 2000-10-20 01:00:11 +00:00
dom fix bug 57962 by syncing xpconnect's JSContext list both before JSContext creation and after JSContext destruction. r=mccabe@netscape.com sr=brendan@mozilla.org 2000-10-26 03:40:23 +00:00
editor fix bug 47209, "add ellipsis to send page and send link" 2000-10-26 02:22:34 +00:00
ef
embedding Bug 57388 - Parent dir had a space in it. NOT PART OF BUILD. 2000-10-27 12:44:46 +00:00
expat a=vidur. Fix for bug 34168. We now handle the case of a redundant percentage sign in the entity value of an entity definition in the internal subset without crashing. 2000-10-12 21:07:45 +00:00
extensions Fixing 53327, patch by jjs@acis.com.au, r=me, string() returns comment nodes, +whitespace, not part of build 2000-10-26 16:45:26 +00:00
gc/boehm Added GC_init_MacOS() to make sure MaxApplZone() and MoreMasters() get called. r=sfraser, not part of standard build. 2000-10-24 20:18:43 +00:00
gconfig
gfx Bug #54219. Bring qt back from the dead. I am checking this in on behalf of John Griggs <johng@corel.com>. If you have problems with this code, please contact him. 2000-10-25 16:55:42 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser fixed rtm++ bugs: 56665, 57173. r=attinasi, harishd; sr=buster. 2000-10-19 06:38:48 +00:00
include Fix Un*x bustage (typo in last patch, oops, sorry!) 2000-10-12 04:49:28 +00:00
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-17 08:28:15 +00:00
jpeg Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
js Changes to update standalone JavaScript and Liveconnect library builds to the New Era of NSPR 4 and JDK 1.2. 2000-10-27 01:10:09 +00:00
js2 Added a couple missing redesignates. 2000-10-26 19:51:31 +00:00
l10n fix bug 35057 Use "My Sidebar" consistently throughout browser 2000-10-26 02:36:02 +00:00
layout bug 56704 (Crash selecting text) 2000-10-27 14:16:36 +00:00
lib added SIOUXSettings. 2000-09-18 19:36:25 +00:00
mailnews fix handling of interrupted news urls wrt connection cache r=sspitzer, sr=alecf 57665 2000-10-27 03:21:02 +00:00
modules author=joechou@eng.sun.com 2000-10-26 00:12:38 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk Bug #56934 --> properly determine the status for on end document load. We used to 2000-10-27 04:13:51 +00:00
network/protocol/http
nsprpub Add gcc check for -pthreads if -pthread check fails. bug #44504 Thanks to madams 2000-10-26 07:53:51 +00:00
nunet
parser fixed rtm++ bugs: 56665, 57173. r=attinasi, harishd; sr=buster. 2000-10-19 06:38:48 +00:00
plugin/oji/MRJ Fix build bustage 2000-09-20 08:25:48 +00:00
privacy
profile fix for #56002. for security, add a "salt" directory between the profile 2000-10-26 03:36:21 +00:00
rdf Fix for 57733. 2000-10-25 03:03:08 +00:00
README This was approved a while ago by mitchell and leaf. 2000-10-20 20:27:03 +00:00
security Performance benchmark for modular exponentiation. 2000-10-26 23:30:50 +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 Don't rely upon files that use jri_md.h to include prtypes.h which provides a much needed HAS_LONG_LONG define. Bug 31381 2000-07-27 21:56:07 +00:00
themes fix the lingering mac issue on bug 46683 items in menus for Folders on Personal Toolbar are all underlined. 2000-10-20 07:46:16 +00:00
timer
tools Historical performance data: not part of build. 2000-10-26 01:00:21 +00:00
tripledb
uriloader Bug #56934 --> properly determine the status for on end document load. We used to 2000-10-26 06:34:20 +00:00
view #56164 2000-10-17 14:54:03 +00:00
wallet
webshell Bug 56795. Adding support for corel/eazel profiler. Build changes approved 2000-10-20 14:59:13 +00:00
webtools add use Time::Local because we need it. Must have removed it by 2000-10-27 15:29:52 +00:00
widget If we're being minimized, don't tell Gecko. This allows us to remember the 2000-10-27 02:41:08 +00:00
xpcom OS/2 Tinderbox break 2000-10-27 18:30:16 +00:00
xpfc
xpfe bugzilla 56564, r=matt, sr=alecf, add a "l" to ".htm" on other search URL 2000-10-26 20:28:40 +00:00
xpinstall Adding additional types to the strip exclusion list 2000-10-27 09:52:31 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh Not part of Netscape 6.0 package. Checking in patches from toml@us.ibm.com. These fix bug 55508 (DOMParser does not work without script environment) and bug 55599 (add GetChannel method to nsIXMLHTTPRequest), as well as add a test program. r=heikki, a=vidur. 2000-10-20 23:26:10 +00:00
client.mak Fix for LDAP tags. Thanks to wtc for the patch. Bug 55007 r=dmose 2000-10-18 19:45:37 +00:00
client.mk Remove obsolete pull l10n commands. 2000-06-29 00:18:55 +00:00
configure Automated update 2000-10-26 20:59:59 +00:00
configure.in #58097 2000-10-26 20:45:48 +00:00
embed.mk First draft of a embedding makefile. 2000-10-27 04:39:43 +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