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-06-09 01:13:58 +00:00
apache/gzip/src
build Partial fix bug#41272. If INCLUDE_CLASSIC_SKIN is defined in one of the Mac build perl scripts, copy classic skin resources to Chrome/skins directory in dist. r=pinkerton 2000-06-08 03:57:35 +00:00
calendar updating license boilerplate 1999-11-02 06:13:48 +00:00
caps Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
cck removing Unix line endings 2000-06-07 21:25:28 +00:00
chrome Fixed nsSupportsHashtable behaviour and API to fix leaks in 2000-06-06 22:06:56 +00:00
cmd updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
config Remove all.js from TARGETS which are removed on a distclean. bug #41033 2000-06-09 00:36:57 +00:00
content Fixing nsbeta2+ bugs 17351 and 33018, doing document.write(...) on a document in a newly opened window wasn't working properly, the written HTML was replaced by the URL given to window.open(), the fix is to cancel ongoing loads for the new window before starting to write to it. r=vidur 2000-06-08 22:51:06 +00:00
db General cleanup of the shared library rules. 2000-04-23 17:48:04 +00:00
dbm More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
directory Got rid of conditional definition of shouldCache attr. It's gone now. a=r=(not built). 2000-06-07 05:46:24 +00:00
docshell Fixing nsbeta2+ bug 41718, the docshell did case sensitive string compares when it checked if the protocol of a URL was 'javascript', this broke upper and mixed cased javascript: URL's. r=shaver 2000-06-08 13:58:02 +00:00
dom unused (bug 12021 required this). removing. r=jst@netscape.com 2000-06-09 00:31:11 +00:00
editor Fixed missing checkmarks in Composer menus. b=41735, r=sfraser 2000-06-09 01:04:34 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding NOT PART OF BUILD! 2000-06-06 18:28:01 +00:00
expat Fix "comparison between signed and unsigned" build warning. 2000-04-26 14:25:47 +00:00
extensions bug 41843, single signon not working on key sites, r=sspitzer 2000-06-08 23:48:02 +00:00
gc/boehm [not part of build] using non-debugging allocators to keep out of leak reports. 2000-04-13 06:40:16 +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 # 37239 2000-06-08 13:55:47 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser Fix for: 2000-06-08 21:30:48 +00:00
include # 37239 2000-06-02 20:14:56 +00:00
intl Add Alis Charset detector to menu 2000-06-08 05:23:09 +00:00
java Make building the spec compliant classes the default. 2000-06-09 00:03:51 +00:00
jpeg OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
js Comply with weird ECMA nit: call (o.f)() (note parens around the function expression) must bind 'this' to the global object, not to o\! (41864, r=shaver). 2000-06-08 06:46:18 +00:00
js2 Added parsing and printing of classes, interfaces, and namespaces 2000-06-02 04:35:44 +00:00
l10n First release of mozilla-dtd2mysql. 2000-03-22 20:55:45 +00:00
layout Changed nsBulletFrame to set the dirty flag on the it's parent's first frame instead of itself when an Image is updated b=36703 r=buster@netscape.com tested on WINNT, Linux 2000-06-08 23:19:38 +00:00
lib Extra check to make sure contextual menu manager is installed before initting it. 2000-05-02 00:37:12 +00:00
mailnews # 37239 2000-06-09 00:59:48 +00:00
modules Fixed jar url resolve so that chrome protocol works. Fixed jar channel to not remove channel after kicking off load. Bug 18433 2000-06-07 09:07:10 +00:00
msgsdk updating license boilerplate to xPL v1.1 1999-11-02 06:20:05 +00:00
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk Bug #34672 --> be sure to append the glyph html to the output string. 2000-06-08 00:50:41 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Bugzilla bug #38599: pthreads PR_Poll optimizations. 1. Increased the 2000-06-08 20:42:57 +00:00
nunet updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
parser Fix for: 2000-06-08 21:30:48 +00:00
plugin/oji/MRJ Fixed nsIMemory implementation. 2000-06-03 16:31:16 +00:00
privacy updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
profile 33663: PLS copy bookmarks.html, panels.rdf to bin/defaults/profile/[en-US]. 2000-06-09 01:13:58 +00:00
rdf implement document.height/width for xul documents (copy/paste from nsDocument.cpp) for bug 41638 2000-06-08 00:51:13 +00:00
README/mozilla *** empty log message *** 2000-03-28 02:10:58 +00:00
security Latest fixes re SDR & pswd mgr. 2000-06-06 22:23:50 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string fix purify errors - uninitialized memory on poorly formatted CID strings, and FMM on nsString::fputs 2000-06-08 23:34:53 +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 # 40300 2000-05-30 14:43:56 +00:00
themes Fixing icons in modern theme as well as an image for 34924. r=german 2000-06-08 23:58:58 +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 Sacred 80th column preservation, brendan-style case indentation (not part of default build). 2000-06-07 19:14:10 +00:00
tripledb updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
uriloader Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
view Fix bug 41270 - problems with the bounds checks for nsScrollingView. This 2000-06-05 21:57:44 +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 #40160 --> fix annoying assertion in on end document load for cases where the url doesn't have a host 2000-06-07 23:13:12 +00:00
webtools experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi 2000-06-08 20:30:10 +00:00
widget Bug 36789; this enables us to switch to nsIFilePicker; it was not remembering the selected file when choosing to replace an existing one; r=bryner 2000-06-09 00:43:19 +00:00
xpcom fix purify errors - uninitialized memory on poorly formatted CID strings, and FMM on nsString::fputs 2000-06-08 23:34:53 +00:00
xpfc updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
xpfe Bugs 36789, 22861, and 38827 (all related to downloading files); change xfer component to use nsIFilePicker, handle content-disposition: http response header, and fix a l10n problem; r=slamm 2000-06-09 00:49:41 +00:00
xpinstall #41858: updated version key to 5.0.0.a18. a=leaf, r=sgehani 2000-06-08 23:07:35 +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 # 40177 2000-06-02 21:33:43 +00:00
client.mak Switch client builds to SECURITY_CLIENT_BRANCH tag for security (PSM) subdirectory 2000-05-11 02:36:42 +00:00
client.mk fixed client.mk not noticing when sub-configure scripts (for --with-nspr-autoconf and --enable-ldap) have changed (and therefore not re-running configure). a=leaf@mozilla.org, r=cls@seawood.org 2000-06-08 21:32:31 +00:00
configure Automated update 2000-06-06 22:15:08 +00:00
configure.in fix the first time someone runs the sub-configure for the LDAP C SDK in an objdir; code only runs when --enable-ldap is specified to configure. a=leaf@mozilla.org; r=blizzard@mozilla.org 2000-06-06 22:07:45 +00:00
LEGAL
LICENSE
Makefile.in make mozilla configure and build the ldap sdk when --enable-ldap is given. r=pavlov@netscape.com,cls@seawoord.org; a=brendan@mozilla.org. 2000-06-01 00:26:48 +00:00
makefile.win build mozilla/themes. don't panic, it doesn't matter yet. 2000-05-08 21:35:40 +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