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-02-01 23:39:37 +00:00
apache/gzip/src
build hooked up embedding IDL for travis. r:pinkerton 2000-02-01 00:04:02 +00:00
calendar updating license boilerplate 1999-11-02 06:13:48 +00:00
caps Fix warning. 2000-01-27 15:59:34 +00:00
cck adding to repository 2000-01-28 00:38:38 +00:00
chrome Fix for bug 25833 for mscott. r=scottip. Can now bring up more than one dialog and more than 2000-01-31 18:55:27 +00:00
cmd updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
config Added 'make run' rule so I don't have to type '../../../dist/win32_d.obj/bin/mozilla.exe' any more. 2000-01-28 02:51:21 +00:00
content Bugs 20677, 23905. Change nsXULElement to implement nsIContent like nsGenericElement and nsGenericHTMLElement. Specifically, do 'shallow' SetDocument() calls in AppendChildTo(), InsertChildAt() and ReplaceChildAt() methods. Change nsXULDocument to leave newly create element's mDocument as null (so 'null mDocument' means 'this element is not currently in the document'. Fix callers to ensure that a deep SetDocument() is made where necessary. r=hyatt 2000-02-01 22:57:36 +00:00
db Oops, had a problem during the previous commit... 2000-01-31 22:44:04 +00:00
dbm 18391: Remove MAX and MIN. Fix from cls@seawood.org, reviewed by me 2000-01-26 01:35:17 +00:00
directory First major cleanup, mostly finished. 2000-01-14 22:25:29 +00:00
docshell r=jevering. When keywords are enabled, we now feed urls to the keyword server whenever there's a load error, not just dns failure. 2000-02-01 22:31:20 +00:00
dom add improved support for dumping the JS stack from the native debugger or using the 'debugger' statement in JavaScript. Doc coming to the mozilla site soon. r=mccabe 2000-02-01 08:48:17 +00:00
editor native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding First cut at Unix makefiles. These will soon be hooked up to the build once I get someone on Unix to verify them. 2000-02-01 00:32:26 +00:00
expat Fix build on win98. 2000-01-10 08:40:10 +00:00
extensions remove compile-time warnings 2000-02-01 23:27:50 +00:00
gc/boehm changed http://cvs-mirror.mozilla.org/webtools/bonsai/ to http://bonsai.mozilla.org, to work around a redirect bug. 2000-01-30 19:05:36 +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 make Ansi C++ compliant 2000-02-01 23:01:02 +00:00
grendel More temporary HTML generation disabling. Thanks to Eric Werk for pointers to these. --jgalyan 2000-01-17 23:35:50 +00:00
htmlparser Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-01 14:26:27 +00:00
include fix bug 12787, jscookie.h not needed anymore, r=dp 2000-01-16 16:51:04 +00:00
intl remove these two file. The new file now end with .ump 2000-02-01 22:53:35 +00:00
java Added makefiles for examples 2000-01-31 21:47:29 +00:00
jpeg Fix for build bustage on Solaris 2.3. 1999-12-18 00:13:27 +00:00
js initial add of compiled testdriver 2000-02-01 22:48:52 +00:00
js2 Added numerics.cpp 2000-01-29 08:25:59 +00:00
l10n updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
layout Part of composer table edit work (bug 20973): Return NS_TABLELAYOUT_CELL_NOT_FOUND instead of error when a cell isn't found at a cellmap location. r=mjudge. 2000-02-01 23:39:37 +00:00
lib Fix for bug 24618 -- playing sounds with QuickTime crashes. Need to init QuickTime. r=syd 2000-01-25 03:04:32 +00:00
mailnews Fix to add feedback for send operation - Bug 25500 - r: ducarroz 2000-02-01 22:46:38 +00:00
modules bug#1248, fix part1. pnunn. rev:troy,dcone,neeti 2000-02-01 22:25:21 +00:00
msgsdk updating license boilerplate to xPL v1.1 1999-11-02 06:20:05 +00:00
netwerk removing the Truncate flag so file do not get destroyed when opening an 2000-02-01 23:24:57 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Access path updates in anticipation of update to CW Pro5 (#25949). r=pinkerton 2000-02-01 04:27:22 +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 Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-01 14:26:27 +00:00
plugin/oji/MRJ r=marklin 1999-12-06 20:12:56 +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 changing name of opened window from 'null' to '_blank'. travis' idea. r:me 2000-01-31 21:33:50 +00:00
rdf Bugs 20677, 23905. Change nsXULElement to implement nsIContent like nsGenericElement and nsGenericHTMLElement. Specifically, do 'shallow' SetDocument() calls in AppendChildTo(), InsertChildAt() and ReplaceChildAt() methods. Change nsXULDocument to leave newly create element's mDocument as null (so 'null mDocument' means 'this element is not currently in the document'. Fix callers to ensure that a deep SetDocument() is made where necessary. r=hyatt 2000-02-01 22:57:36 +00:00
README/mozilla remove unused images 1999-10-20 00:15:50 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string/obsolete bug24015; r=rods a=chofmann 2000-01-18 21:06:05 +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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +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 This never quite worked properly. cvs just is not set up to handle multiple threads of access. A better option is cvsup/cvsupd. 2000-02-01 18:06:23 +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 fix solaris breakage..include nsIChannel.h when using a nsCOMPtr. =) 2000-01-29 08:32:03 +00:00
view Undo the optimization: it breaks the addressing widget :-(. 2000-02-01 08:13:12 +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 removimg the menu item that enables you to switch to native widgets 2000-02-01 22:52:42 +00:00
webtools Removing this copy of the README file, since we now have a working 2000-02-01 20:46:21 +00:00
widget native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
xpcom Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-01 14:26:27 +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 fixing mousewheel pref panel causing the prefsdialog to not quit on OK, r=jst@citec.fi 2000-02-01 23:06:49 +00:00
xpinstall fix for bug #14921 r=ssu 2000-02-01 23:05:41 +00:00
.cvsignore ignore a.out as well 1999-04-10 21:22:55 +00:00
aclocal.m4 oops, forgot to include these files for libIDL detection 1999-04-10 00:54:58 +00:00
allmakefiles.sh build the embedding makefiles r=travis 2000-02-01 08:38:48 +00:00
client.mak backing out slamm's changes to use cvsco.pl; builds are breaking, not sure 1999-11-30 17:29:20 +00:00
client.mk Something goofy is up with tinderbox. Going back to 1.72. 1999-11-30 02:00:13 +00:00
configure Automated update 2000-02-01 01:15:13 +00:00
configure.in for plds detection, use PL_NewHashTable instead of PL_GetEvent (since wtc moved 2000-02-01 01:01:07 +00:00
LEGAL Add Y2K disclaimer. 1999-07-06 23:00:05 +00:00
LICENSE new version of LICENSE; not part of the build 1999-10-06 02:14:51 +00:00
Makefile.in Check in jlnance's jprof patches. r=alecf. Thanks! 2000-01-18 02:45:07 +00:00
makefile.win Adding the embedding directory to the build. r=pavlov 2000-02-01 00:08:52 +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