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
Перейти к файлу
alecf%netscape.com b0d0534556 change a string to match spec (just changing string, no reviewer) 2000-02-11 01:24:24 +00:00
README/mozilla Changing all cvs-mirror.mozilla.org references to point to politically 2000-02-05 07:23:36 +00:00
apache/gzip/src
build Fix 25062 Reload vulnerability 2000-02-10 04:56:56 +00:00
calendar
caps For some reason the sun compiler doesn't like the ?: assignment. 2000-02-10 06:24:38 +00:00
cck fix for bug #27032 changed the pointer to the executable from Comm\setup to Core\Seamonkey 2000-02-09 02:51:54 +00:00
chrome Bug 26129. Replace timer with a PLEvent. GTK timers (in this specific case) seem to be confused when a modal event queue has been pushed. By using a PLEvent, we get the same effect, but are able to grab the outermost queue to ensure that our callback to fire OnEndDocumentLoad gets kicked. r=mscott 2000-02-06 01:30:16 +00:00
cmd
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 added default argument to FindNonTransparentBackground to tell it to start at the context's parent (for QuirkMode emulation). r=karnaze b=8524 2000-02-11 01:24:05 +00:00
db Pro5 update 2000-02-07 23:06:04 +00:00
dbm Pro5 update 2000-02-07 23:06:04 +00:00
directory 4.07 main dev tree synch up 2000-02-08 02:39:50 +00:00
docshell SetItemType now asserts when you try to set the type while there is a parent. FocusAvailable now supports calling up to the treeOwner. CreateTargetLocation() now has an implementation. r=hyatt 2000-02-11 01:09:12 +00:00
dom added new java property. added it to nsDOMPropEnums.h to allow genprops.pl to give correct method name 2000-02-11 01:04:56 +00:00
editor Removed unused forward declaration of class nsIBrowserWindow. 2000-02-11 01:11:37 +00:00
ef
embedding Pro5 update 2000-02-07 23:06:04 +00:00
expat Pro5 update 2000-02-07 23:06:04 +00:00
extensions checking in updates to fix xmlterm build (not part of regular build yet) 2000-02-10 04:23:06 +00:00
gc/boehm Pro5 update 2000-02-07 23:06:04 +00:00
gconfig
gfx case-insensitive check for font-name in LoadFont. r=eric b=27005 2000-02-11 01:22:20 +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 Pro5 update 2000-02-07 23:06:04 +00:00
include more mac repair 2000-02-09 08:56:15 +00:00
intl Missing end comment r=ftang@netscape.com 2000-02-10 15:17:03 +00:00
java fix for bug 24723 2000-02-10 01:13:57 +00:00
jpeg Pro5 update 2000-02-07 23:06:04 +00:00
js added DTOA.java 2000-02-09 23:15:27 +00:00
js2 Fixed bug 2000-02-05 00:39:58 +00:00
l10n
layout added default argument to FindNonTransparentBackground to tell it to start at the context's parent (for QuirkMode emulation). r=karnaze b=8524 2000-02-11 01:24:05 +00:00
lib removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser. 2000-02-10 04:18:55 +00:00
mailnews change a string to match spec (just changing string, no reviewer) 2000-02-11 01:24:24 +00:00
modules added three new methods to allow Enabling, Disabling and querying the state of the timer. r=nisheeth b=25406 2000-02-11 01:19:23 +00:00
msgsdk
netwerk removing extraneous export on a file that DNE anymore 2000-02-11 00:55:01 +00:00
network/protocol/http
nsprpub Pro5 update 2000-02-07 23:12:23 +00:00
nunet
parser Pro5 update 2000-02-07 23:06:04 +00:00
plugin/oji/MRJ Pro5 update 2000-02-07 23:06:04 +00:00
privacy
profile Changes to Localization notes. r=chjung@netscape.com 2000-02-11 01:11:35 +00:00
rdf Checking in for saari, fix for key bindings with no xulkey="true" (bug 26484). r=hangas 2000-02-11 01:21:35 +00:00
silentdl
string/obsolete bug24015; r=rods a=chofmann 2000-01-18 21:06:05 +00:00
suite
sun-java Pro5 update 2000-02-07 23:06:04 +00:00
timer
tools Proper cvs login 2000-02-10 17:27:52 +00:00
tripledb
uriloader Pro5 update 2000-02-07 23:06:04 +00:00
view Prevent synchronous paints during reflows bug 20150; r=rods@netscape.com 2000-02-09 15:48:01 +00:00
wallet
webshell Fix 25062 Reload vulnerability 2000-02-10 04:56:56 +00:00
webtools Trim trailing whitespace from tinderbox variables. 2000-02-11 00:11:01 +00:00
widget fixed some palette code. r=kmclusk 2000-02-10 13:59:45 +00:00
xpcom Added a function to return path name in unicode, contributed by m_kato@ga2.so-net.ne.jp, edited by nhotta, bug 22863, r=ftang. 2000-02-11 01:08:56 +00:00
xpfc
xpfe Turn multiple select back on. 2000-02-11 01:23:05 +00:00
xpinstall *** NOT PART OF BUILD *** 2000-02-11 00:57:43 +00:00
.cvsignore
LEGAL
LICENSE
Makefile.in fix build bustage r=travis 2000-02-02 04:12:22 +00:00
aclocal.m4
allmakefiles.sh start building the remote controller (to be used by X-remote some time soon). 2000-02-08 08:24:54 +00:00
client.mak Added the ability to run doing "nmake -f client.mak export" or "nmake -f client.mak install" to target a specific portion of the build pass. r=leaf 2000-02-10 04:51:54 +00:00
client.mk Pull nsprpub by static tag. patch from wtc, r=leaf 2000-02-05 21:37:55 +00:00
configure Automated update 2000-02-09 13:01:14 +00:00
configure.in Making changes for the Neutrino/Photon platform to switch from Photon 1 2000-02-09 12:57:36 +00:00
makefile.win disabling the run of regxpcom so automated builds this weekend won't 2000-02-05 03:35:39 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk