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-01-31 21:59:21 +00:00
apache/gzip/src
build Left out comma. Oops. 2000-01-27 10:29:59 +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 Removed unused argument statements for elimination of warnings. No functional changes. 2000-01-31 13:54:39 +00:00
db Converting to use nsIModule macro. r=dp. 2000-01-03 22:59:05 +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 SetTitle() now relies on the docshell implementation for the setting of the title. GetTarget() now relies on the docshell implementation. Provided an overide for CreateTargetLocation since it isn't implemented yet in docshell. 2000-01-30 07:41:06 +00:00
dom Changed SetProperty() on title to set the title directly on the docshell rather than trying to go to the browserWindow interface. docshell will do the right thing. 2000-01-30 09:18:31 +00:00
editor make selection sticky across undo/redo (24573); get bold/italic/underline toolbar feedback working (24574); fix for 24856: unable to unbold text; fix for 24572: cant get selection between split lists 2000-01-31 10:30:12 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding document loader observer iid name changed when I made it scriptable. 2000-01-29 06:16:18 +00:00
expat Fix build on win98. 2000-01-10 08:40:10 +00:00
extensions updated wallet text strings file, removing some of the geekyness 2000-01-30 02:28:14 +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 Minor changes for PostScript printing. r=dcone. 2000-01-31 21:24:19 +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 Fix for bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content. 2000-01-28 08:02:53 +00:00
include fix bug 12787, jscookie.h not needed anymore, r=dp 2000-01-16 16:51:04 +00:00
intl Changed EURO to EUR, no bug, no reviewer. 2000-01-31 21:26:37 +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 Remove unused private method. 2000-01-31 18:49:07 +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 Sorry - typo in change... 2000-01-31 14:26:25 +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 for I18N display of headers - Bug 25914 - r: mscott 2000-01-31 21:50:36 +00:00
modules changed standalone libreg to be built with USE_NON_MT_LIBS so it can be linked with native windows installer. No one currently links with stand alone libreg. 2000-01-29 23:16:38 +00:00
msgsdk updating license boilerplate to xPL v1.1 1999-11-02 06:20:05 +00:00
netwerk r=dougt. part of 18007. FTP now notifies the consumer of failures even if the data channel is never used. 2000-01-31 21:07:44 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Bugzilla bug #21428: fixed LL_CMP and LL_UCMP so that they can be used 2000-01-31 21:41:08 +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 bug 21647. r=harishd. The expat tokenizer was keeping static state and clobbering it because multiple instances of it were running at the same time. It no longer uses static state but sets the state as user data on the expat parser and gets it back as a parameter in the callbacks from the parser. Placing chrome.rdf files in the locale directory of chrome no longer results in huge windows with no content. 2000-01-28 08:02:53 +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 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
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 Save child PID. other minor stuff. 2000-01-31 21:59:21 +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 changing static_cast to use NS_STATIC_CAST instead... 2000-01-31 15:37:51 +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 SetTitle() now relies on the docshell implementation for the setting of the title. GetTarget() now relies on the docshell implementation. Provided an overide for CreateTargetLocation since it isn't implemented yet in docshell. 2000-01-30 07:41:06 +00:00
webtools The "And" and "Or" buttons now work faster, if you have Javascript 2000-01-31 18:19:44 +00:00
widget Added conversion from unicode to file systme charset, bug 24948, r=ftang. 2000-01-31 21:23:04 +00:00
xpcom Fixed tabs, some comments, etc. Made |do_QueryInterface()| not participate in the |...TEST_DONTQUERY_CASES| test to help us debug bug #25327. r=pinkerton 2000-01-29 22:29:08 +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 fix for checkbox in wallet dialogs having label "check", r=alecf 2000-01-31 21:49:31 +00:00
xpinstall Added the mailnews import components 2000-01-30 15:59:39 +00:00
.cvsignore ignore a.out as well 1999-04-10 21:22:55 +00:00
aclocal.m4
allmakefiles.sh Adding the platform-specific skin directory makefile. 2000-01-27 09:56:56 +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-01-29 12:16:15 +00:00
configure.in Fix description of --enable-jprof 2000-01-26 13:01:31 +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 Fixing build bustage. libutil can only get compiled after xpcom. 1999-12-22 00:39:32 +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