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
nelsonb%netscape.com 5e81658537 * The Original Code is SPARC optimized Montgomery multiply functions.
*
* The Initial Developer of the Original Code is Sun Microsystems Inc.
* Portions created by Sun Microsystems Inc. are
* Copyright (C) 1999-2000 Sun Microsystems Inc. All Rights Reserved.
2000-10-13 00:27:04 +00:00
apache/gzip/src
build Fix bug 53999 -- ensure that non-jar builds use the same override rules as jar builds. r=warren, sr=scc. 2000-10-11 23:32:10 +00:00
calendar
caps Fixing 52497, security problem in document.implementation, r=jst a=brendan 2000-09-20 23:38:28 +00:00
cck fix for bug#52345; enabling panels.rdf to be viewed 2000-10-10 00:25:30 +00:00
chrome Fix for 50846, a=waterson 2000-10-12 20:52:52 +00:00
cmd
config updating the bonsai script to be smart about guessing the current branch, and about only updating the current directory that you are in 2000-10-11 00:57:44 +00:00
content Fixing rtm++ bug 54825. The form element cleanup code in the HTML sink was incorrectly adding the form element itself to it's parent event if it had already been added, this caused the content iterator to lock up when doing 'Find on this page'. sr=vidur, r=pollmann 2000-10-12 22:57:25 +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 Merged in changes from v1.4.1. 2000-10-05 19:47:47 +00:00
docshell Bug #47636 --> add methods to convert back and forth between a nsIDocShellLoadTypeInfo 2000-10-11 23:17:02 +00:00
dom reverted line in SetVisibleByFlag; an odd casualty of the brace and indentation uglification that comprised most of rev 1.6. bug 54235 r=jst,waterson 2000-10-06 00:46:25 +00:00
editor Fix 53189: the Print dialog comes up twice when opening it from the button's menu in Composer and MailNews. r=brendan a=ben 2000-10-12 21:10:26 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Not Part of Build... PHOTON ONLY 2000-10-12 16:27:52 +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 Fix for bug 45892 r=ddrinan a=brendan 2000-10-12 21:27:42 +00:00
gc/boehm [not part of build] base class for all references, provides interior pointer detection. 2000-09-22 07:35:59 +00:00
gconfig updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
gfx #55365 2000-10-10 23:03:38 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser backing out backout. rickg and buster found the one line problem in nsElementTable.cpp, fixed on n6 branch, merging to trunk. 2000-10-12 18:46:55 +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-11 21:06:21 +00:00
jpeg Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
js adding some comments 2000-10-12 23:59:25 +00:00
js2 adding some comments 2000-10-12 23:59:25 +00:00
l10n r=ben a=ben. This is to match spec, bug 44895. 2000-09-22 21:09:39 +00:00
layout Fixing rtm++ bug 54825. The form element cleanup code in the HTML sink was incorrectly adding the form element itself to it's parent event if it had already been added, this caused the content iterator to lock up when doing 'Find on this page'. sr=vidur, r=pollmann 2000-10-12 22:57:25 +00:00
lib added SIOUXSettings. 2000-09-18 19:36:25 +00:00
mailnews Added an error handling in ConvertToUnicode() to use ISO-8859-1 if charset is invalid, bug 56059, r=bienvenu, sr=alecf,mscott. 2000-10-12 22:42:19 +00:00
modules Fix Un*x bustage (typo in last patch, oops, sorry!) 2000-10-12 04:49:28 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk Bug #54381 --> if we are loading an http url that ends in .dll and the server didn't 2000-10-11 22:54:19 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Bugzilla: 46651. buffsize -> bufsize 2000-10-11 22:51:04 +00:00
nunet
parser 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
plugin/oji/MRJ Fix build bustage 2000-09-20 08:25:48 +00:00
privacy
profile Bug 38626 - The name of the "chrome" directory was "Chrome" which was wrong on Unix r=hyatt@netscape.com, a=hyatt@netscape.com 2000-10-12 14:50:42 +00:00
rdf Fix for 50846, a=waterson 2000-10-12 20:52:52 +00:00
README/mozilla Just added a newline for test purposes 2000-08-04 04:49:05 +00:00
security * The Original Code is SPARC optimized Montgomery multiply functions. 2000-10-13 00:27:04 +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 #54751 - [Modern] new progress meter, r=andreww, sr=hangas 2000-10-13 00:19:44 +00:00
timer updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
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 #47636 --> add methods to convert back and forth between a nsIDocShellLoadTypeInfo 2000-10-11 23:14:38 +00:00
view Added new method to control whether ViewManager and ViewManager2 double-buffer when rendering. bug 49743 a=roc+moz@cs.cmu.edu r=peterl@netscape.com 2000-09-26 05:04:53 +00:00
wallet updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
webshell Forgot these files in my last checkin. 2000-10-07 12:01:40 +00:00
webtools fix for bug where removing files on a branch causes the BRANCH_TAG name 2000-10-12 01:41:00 +00:00
widget Not Part of Build... PHOTON ONLY 2000-10-12 16:19:02 +00:00
xpcom Rolling in the last of the NOXIF changes from the Netscape 6 branch, code mostly written by jfrancis. Fixes bugs 50742, 55806, 56000 and 55669. sr=kin, scc. r=kandrot, jst. 2000-10-11 22:50:14 +00:00
xpfc
xpfe bugscape 2269, r=danm, sr=scc, include communicatorOverlay.xul to get 2000-10-12 21:38:55 +00:00
xpinstall Use correct type of event queue in xpinstall, bug 54871 r=dougt, sr=brendan/blizzard 2000-10-11 08:47:16 +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 implementation of the null plugin for unix 2000-09-27 23:44:02 +00:00
client.mak Changing security build order to fix win32 clobber bustage. 2000-09-14 21:22:06 +00:00
client.mk Remove obsolete pull l10n commands. 2000-06-29 00:18:55 +00:00
configure Adding shor wchar support. r/a scc@mozilla.org cls@seawood.com b= 54564 2000-10-01 06:16:14 +00:00
configure.in Adding shor wchar support. r/a scc@mozilla.org cls@seawood.com b= 54564 2000-10-01 06:16:14 +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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nglayout.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mak updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00