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
Перейти к файлу
mscott%netscape.com 786d08e821 Bug #57207 --> initialze elapsed time to 0 because we may use the variable before we
intialize it later on...
sr=alecf, r=sspitzer
2000-10-24 22:20:25 +00:00
README This was approved a while ago by mitchell and leaf. 2000-10-20 20:27:03 +00:00
apache/gzip/src
build Changed error strings for better tinderbox error reporting. NOT PART OF THE BUILD. 2000-10-24 18:21: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 changing name of cck.exe to setup.exe 2000-10-24 22:19:51 +00:00
chrome Fix for 54097 - Use nsIFileURL to build file URLs instead of nsFileSpec and nsFileURL. r=dougt@netscape.com, a=hyatt@netscape.com 2000-10-18 12:55:22 +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 fix another XXX 1999-12-01 21:26:42 +00:00
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 fixing builddir!=srcdir, not part of build 2000-10-24 16:28:02 +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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
gfx Fix for 56599. r=everybody. a=sfraser. 2000-10-24 05: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 Fix assertions that I missed in partial debug mode. Also fixed problem with 2000-10-23 22:23:32 +00:00
js2 Fix assertions that I missed in partial debug mode. Also fixed problem with 2000-10-23 22:23:32 +00:00
l10n r=ben a=ben. This is to match spec, bug 44895. 2000-09-22 21:09:39 +00:00
layout bug fix for 48064. rtm++ r=simon a=brendan. pdt=ok. fixes check for valid frame after callonchange. (callonchange may actually destroy the frame underneath us.) also we need to update the focusedvalue when enter/submit is hit. this will save 2 onchange from being fired. one from enter, second from blur. 2000-10-24 22:08:44 +00:00
lib added SIOUXSettings. 2000-09-18 19:36:25 +00:00
mailnews fix for 55983 pop filters mis-applied r=jefft, sr=alecf, a=jar 2000-10-24 14:38:20 +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 Changed not to call the localized date format function but instead calls PR_FormatTimeUSEnglish() 2000-10-24 21:53:12 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Set CROSS_COMPILE variable as appropriate so that cross-compiling works again. Bug #11890 2000-10-18 20:03:41 +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 Fixing bug 57361. Taking care of the cases where people delete parent directories of profiles to not affect registry operations by making sure that profile directory always exists and create a profile in the default user profile location, if needed. r=ccarlen, sr=alecf, a=waterson 2000-10-24 01:47:56 +00:00
rdf Bug 56779 - dangling symlinks cause remainder of directory to not show up in filepicker. r=rjc, sr=shaver. 2000-10-24 02:51:08 +00:00
security New implementation of mp_invmod for even moduli. 3x-500x faster than 2000-10-24 21:32:53 +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 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 #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 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
webshell Bug 56795. Adding support for corel/eazel profiler. Build changes approved 2000-10-20 14:59:13 +00:00
webtools when invoked with -syncall, have the GET_LOCK time out after 45 minutes rather than 1 second, since we want syncall to happen anyway, even if other individual syncs are currently in progress. r=endico@mozilla.org 2000-10-24 01:51:56 +00:00
widget PHOTON BUILD only 2000-10-23 19:38:41 +00:00
xpcom Bug 56793. Add support for building unix mozilla with a default 2000-10-21 08:33:16 +00:00
xpfc
xpfe Bug #57207 --> initialze elapsed time to 0 because we may use the variable before we 2000-10-24 22:20:25 +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
LEGAL
LICENSE
Makefile.in Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 04:35:18 +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
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