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-25 22:20:22 +00:00
apache/gzip/src
build Better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 22:20:22 +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 changing name of cck.exe to setup.exe 2000-10-24 22:19:51 +00:00
chrome Fix for 57733. 2000-10-25 03:03:08 +00:00
cmd
config Cross-compiling fixes. Bug #11890 r=blizzard 2000-10-24 21:22:32 +00:00
content Fixing rtm++ bug 56529. Necko was unescaping the content of URL's if a segment of the URL is requested (but not if the whole URL is requested), the DOM code used this unescaped string as is and that caused backwards compatibility problems. a=gagan&brendan, r=andreas.otte@primus-online.de 2000-10-24 04:56:10 +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 get rid of outdated comments; a=r=(not built) 2000-10-19 20:51:46 +00:00
docshell Bug 42001. Implement 'clear history'. r=ben,brendan,alecf, sr=shaver 2000-10-20 01:00:11 +00:00
dom Fixing rtm++ bug 56529. Necko was unescaping the content of URL's if a segment of the URL is requested (but not if the whole URL is requested), the DOM code used this unescaped string as is and that caused backwards compatibility problems. a=gagan&brendan, r=andreas.otte@primus-online.de 2000-10-24 04:56:10 +00:00
editor Fix for bug #57165 (Document/Message is not spellchecked if the caret is at the end of the document) 2000-10-20 00:05:22 +00:00
ef
embedding changing default startpage of embedding examples to point to the embedding projects home page. s=jband@netscape.com, r=dougt@netscape.com 2000-10-24 21:57:35 +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 adding the version="1.0" for some stylesheets, not part of build 2000-10-25 16:45:33 +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 Added to FunctionDefinition a pointer that marks the position in the 2000-10-25 12:46:23 +00:00
js2 Added to FunctionDefinition a pointer that marks the position in the 2000-10-25 12:46:23 +00:00
l10n r=ben a=ben. This is to match spec, bug 44895. 2000-09-22 21:09:39 +00:00
layout bug 54542 (Hyatt's patch) - pass in style context instead of resolving it. a=buster, r=karnaze. 2000-10-25 14:55:21 +00:00
lib added SIOUXSettings. 2000-09-18 19:36:25 +00:00
mailnews fix top crash in nsPop3Protocol::SendRetr, from branch, sr=mscott 2000-10-25 14:59:38 +00:00
modules removing Makefile and adding Makefile.in 2000-10-24 17:16:20 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk bug 57840, tre blocker, r=gagan,don 2000-10-25 18:14:23 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Treat irix64 builds as normal irix builds. 2000-10-25 21:36:02 +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 patch for 53047, for jrgm who doesn't have cvs access. (rtm++, r=evaughan, a=ben) 2000-10-24 22:56:13 +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 Make boolean preferences work under Netscape6. It's the annoying JS bug 2000-10-25 18:57:06 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
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 On 12/16/1999, dmose@mozilla.org checked in some changes to the default 1999-12-31 11:48:20 +00:00
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 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 #57207 --> When we bring up the progress dialog, if we've already received a on stop request, 2000-10-24 22:18:56 +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 Fix the size of the "L" and "*" popups for Mozilla popup code, and shrink the name popup a little bit. 2000-10-25 20:14:34 +00:00
widget PHOTON BUILD only 2000-10-25 18:01:02 +00:00
xpcom Bug 56793. Add support for building unix mozilla with a default 2000-10-21 08:33:16 +00:00
xpfc
xpfe Propogate the exit codes of the wrapped binary. Bug #57741 . Thanks to harinath@cs.umn.edu (Raja Harinath) for the patch. 2000-10-25 20:32:37 +00:00
xpinstall Cross-compiling fixes. Bug #11890 r=blizzard 2000-10-24 21:22:32 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
aclocal.m4 Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree. 2000-03-14 02:59:54 +00:00
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-24 04:14:57 +00:00
configure.in Backing out fix for bug #35419 until we can figure out what to do about the libiberty problem. 2000-10-24 04:01:44 +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