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
Перейти к файлу
mjudge%netscape.com c8237d3b1e adding support for new nsIDOMSelection. r=jfrancis a=jar. this is for caret appearance 2000-02-25 04:31:15 +00:00
README/mozilla removing misleading build documentation; redirecting to website. 2000-02-18 22:49:03 +00:00
apache/gzip/src
build Adding ftp: url to bloat test. a=chofmann 2000-02-23 00:02:37 +00:00
calendar
caps Fix meta refresh problems with etrade, etc. 2000-02-24 19:17:59 +00:00
cck changing the button names to close in show example and help screens and also changing the create nci dialog title bar for bugs #4897 and #24586 2000-02-25 02:56:58 +00:00
chrome Checking in an API and implementation for the enumeration of the user's search path, 2000-02-15 10:05:29 +00:00
cmd
config Adding commands to print out the file getting built. This increases the usefulness of make -s 2000-02-25 03:55:50 +00:00
content bug 18136; added new font size table, but currently #if'ed out; r=pierre; 2000-02-25 04:00:53 +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 Removed RemoveFocus, Stop, Reload, and SetContentViewer to reflect removal from nsIWebShell. Removed GetTarget() as it is no longer called. Removed ReleaseChildren as it is never called. The referrer is now stored down in docshell. CurrentURI is now set for docshell's benefit. A hacked implementation of InternalLoad is provided for the Reload case. OnLoading is now called for docshell sake. Stop now relies on docShell's Stop(). Other versions of Stop now call either Stop or StopLoad depending on the case. GlobalHistory code has moved down to docshell. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering 2000-02-24 04:16:17 +00:00
dom part of checkin to add new getter and setter to nsIDOMSelection. a=jar r=jfrancis 2000-02-25 04:30:31 +00:00
editor Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
ef
embedding This has been replaced by nsIWebNavigation interface. 2000-02-24 06:57:43 +00:00
expat Pro5 update 2000-02-07 23:06:04 +00:00
extensions Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
gc/boehm Pro5 update 2000-02-07 23:06:04 +00:00
gconfig
gfx Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +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 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
include Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar 2000-02-23 23:10:38 +00:00
intl Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
java Put #include <unistd.h> inside #ifdef XP_UNIX 2000-02-18 19:33:28 +00:00
jpeg Pro5 update 2000-02-07 23:06:04 +00:00
js Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
js2 Work on adding parser 2000-02-23 01:54:30 +00:00
l10n
layout adding support for new nsIDOMSelection. r=jfrancis a=jar. this is for caret appearance 2000-02-25 04:31:15 +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 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
modules Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil 2000-02-25 01:55:17 +00:00
msgsdk
netwerk Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk. 2000-02-23 23:38:19 +00:00
nunet
parser Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
plugin/oji/MRJ Brought it up to CW5 pathing standard. THIS DOES NOT AFFECT TINDERBOX. 2000-02-23 12:26:56 +00:00
privacy
profile formatting problems caused by malevolent deck rules in global.css, PDT+ b=28113, r=waterson, a=jevering 2000-02-23 21:08:26 +00:00
rdf Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string/obsolete fixed bug28837 (r=troy; a=jar). Removed warnings (r=troy) 2000-02-24 08:20:03 +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 Pro5 update 2000-02-07 23:06:04 +00:00
timer
tools Only run mailnews test on depend builds. Clobber builds remove the dist directory and the special security prefs along with it. 2000-02-24 21:14:52 +00:00
tripledb
uriloader Bug #27419 --> if uri load had a window target name and a window 2000-02-19 02:05:52 +00:00
view bug 20185 [PDT+], landing nsViewManager2, r=sfraser 2000-02-16 05:52:44 +00:00
wallet
webshell Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
webtools Fixed to cope with new longdescs table. 2000-02-24 17:54:56 +00:00
widget Fix to get program icon loading properly (goes with updates to splash.rc file in mozilla/xpfe/bootstrap); r=jband@netscape.com, a=jevering@netscape.com 2000-02-25 02:25:00 +00:00
xpcom Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00
xpfc
xpfe fix for PDT+ b=25412, a=jar, r=rjc (depressable search button) 2000-02-25 04:18:47 +00:00
xpinstall fixing bug #27856. udpate.html has been moved from the mozilla cvs to 2000-02-25 04:11:32 +00:00
.cvsignore
LEGAL
LICENSE
Makefile.in Temporary fix for broken --disable-mailnews option. Bug 27948. r=alecf, a=leaf 2000-02-23 22:47:39 +00:00
aclocal.m4
allmakefiles.sh Temporary fix for broken --disable-mailnews option. Bug 27948. r=alecf, a=leaf 2000-02-23 22:47:39 +00:00
client.mak Bugzilla bug #27457: pull NSPR using the static tag 2000-02-21 20:19:14 +00:00
client.mk Fix build bustage on Solaris. 2000-02-22 23:03:00 +00:00
configure Bugzilla bug #27457: pull NSPR using the static tag 2000-02-21 20:19:14 +00:00
configure.in Bugzilla bug #27457: pull NSPR using the static tag 2000-02-21 20:19:14 +00:00
makefile.win re-adding regxpcom to official release build process. 2000-02-15 23:19:02 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk