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 23:39:19 +00:00
apache/gzip/src
build Add a couple more necko protocol projects to the build; keyword, and datetime. r=valeski 2000-01-31 23:31:43 +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 Partial performance fix for bug 25509. Restrict the size of text nodes (the max is settable via a pref-content.maxtextrun). r=nisheeth 2000-01-31 23:39:19 +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. 25928. We were applying the local www.*.com trick to all protocols when it's currently only an http thang. 2000-01-31 22:47:40 +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 Using NS_METHOD to satisfy windows compiler instead of nsresult. 2000-01-31 22:57:28 +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 Fix use of unsupported typedef. 2000-01-31 23:10:12 +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 Partial performance fix for bug 25509. Restrict the size of text nodes (the max is settable via a pref-content.maxtextrun). r=nisheeth 2000-01-31 23:39:19 +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 25499 and 20522, address book UI bugs. r=scottip 2000-01-31 23:25:11 +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 Fix the fragment name in this project. r=valeski 2000-01-31 23:30:54 +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 nsIAtom leak. bug=25778, r=waterson 2000-01-31 23:29:08 +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 r=jevering. 25928. We were applying the local www.*.com trick to all protocols when it's currently only an http thang. 2000-01-31 22:47:40 +00:00
webtools REOPENing a bug now clears the resolution; most people will agree it 2000-01-31 22:50:10 +00:00
widget Removing old version of Photon timers. The new one has been moved 2000-01-31 23:17:55 +00:00
xpcom Hashtable miss fix. Wrong operator used. submitted by warren. 2000-01-31 23:10:55 +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 Partial Fix for 25139. r=scottip 2000-01-31 23:24:21 +00:00
xpinstall fixing bug #25902. removed extended resource information that was not needed, but that simply made it more difficult to localize. r=sgehani 2000-01-31 22:14:51 +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