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
Перейти к файлу
wtc%netscape.com 7481a570da Bugzilla bug #86528: fixed tstclnt so that it always exits with a
nonnegative status.  This way we can correctly extract its exit status on
Windows, so the temporary workaround in ssl.sh can be removed.  Changed
sslauth.txt to match the new exit status of tstclnt.  r=larryh.
Modified files:
   cmd/tstclnt/tstclnt.c tests/ssl/ssl.sh tests/ssl/sslauth.txt
2001-06-25 19:53:16 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
accessible Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
apache/gzip/src
build disable xprint. not part of the build. 2001-06-23 15:42:03 +00:00
calendar
caps 86019 - Change stack-walking code in caps to keep functions from inheriting privileges 2001-06-22 02:08:10 +00:00
cck *** empty log message *** 2001-06-22 17:45:27 +00:00
chrome fix build bustage due to merge conflict screwup 2001-06-22 05:08:34 +00:00
cmd
config Remove the final link lists at the beginning of each build to catch config & library name changes 2001-06-21 08:11:15 +00:00
content bug #68955 (r=vidur, sr=jst, a=choffman) This patch prevents the short-circuit optimization of the image src attribute 2001-06-25 06:18:42 +00:00
db Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
dbm Bugzilla bug #72014: fixed DBM temporary file problems on OS/2. Thanks 2001-06-22 06:33:34 +00:00
directory Bug 77672, fix nsLDAPConnection leaking objects and threads. Patch=leif, 2001-06-22 01:09:20 +00:00
docshell Bug 83394: Tabindex attribute not working properly in mfcembed app''. 2001-06-22 07:25:28 +00:00
dom Fixing bug 74816. Adding a pref check to window.dump() that lets us control the output from dump() with a pref in release builds, the default for release builds is disable output, and in debug builds the output is always enabled. The boolean pref that controls this is 'browser.dom.window.dump.enabled'. r=pollmann@netscape.com, sr=ben@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org) 2001-06-22 10:54:23 +00:00
editor Bug 87346. Fix txtsvc makefile to create component DLL. r=kin, a=asa 2001-06-23 05:44:59 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com. 2001-06-21 22:02:47 +00:00
expat Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC. 2001-06-18 22:10:38 +00:00
extensions turn on 65251 by default. Part of previous checkin. 2001-06-22 04:19:34 +00:00
gc/boehm Bugzilla Bug 84822 Boehm does not compile on Solaris 8 due to error in os_dep.c 2001-06-15 19:29:38 +00:00
gconfig
gfx Remove gfx/src/gtk from xprint INCLUDES so that the proper nsGCCache.h is found. Fixes alternate toolkit bustage. 2001-06-23 21:31:47 +00:00
gfx2 Removes console output in opt builds from gfx, gfx2, gtk. 2001-06-22 01:35:39 +00:00
grendel Checking in Brian Duff's ui mods (looks great!). --talisman 2001-06-23 19:23:33 +00:00
htmlparser Added code to interrupt the parser's processing of tokens if a threshold is exceeded to improve interactivity during long page loads. Turned OFF by default. Can be enabled through a pref. bug 76722 r=harishd@netscape.com,rickg@netscape.com sr=vidur@netscape.com,attinasi@netscape.com a=chofmann@netscape.com 2001-06-21 02:06:23 +00:00
include For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av 2001-04-03 21:29:48 +00:00
intl Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
java *not part of the build* 2001-06-23 04:17:49 +00:00
jpeg Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
js Added more cases to test. Also improved readability. 2001-06-23 19:22:07 +00:00
js2 Made parenthesized field names js2-only. Renamed language directives to pragmas and reworked their syntax as well as that of use and import directives. 2001-06-16 00:41:34 +00:00
l10n Part of the fix for bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst 2001-05-02 04:45:21 +00:00
layout Fix for bug #87133 Can't select last few lines of text in an Editor 2001-06-25 14:06:19 +00:00
lib [Not part of build] Test for correct version of Mac OS. 2001-06-22 09:51:50 +00:00
mailnews Part of Fix to bug 87396. Set the global pref to point special folders prefs to server to true. r,sr=sspitzer a=chofmann 2001-06-23 21:12:23 +00:00
modules bug 87055, r=dr@netscape.com, sr=blizzard@mozilla.org, a=tor@acm.org 2001-06-24 02:19:33 +00:00
mozilla new project started 2001-04-03 22:13:38 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk bug #82458 (r=jst, sr=darin, a=blizzard). THis patch causes STATE_TRANSFERRING notifications to fire when URLs are loaded out of the disk cache or memory cache... 2001-06-25 06:22: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 87493: PR_Accept() should retry after getting ECONNABORTED. 2001-06-24 06:02:24 +00:00
nunet
parser Added code to interrupt the parser's processing of tokens if a threshold is exceeded to improve interactivity during long page loads. Turned OFF by default. Can be enabled through a pref. bug 76722 r=harishd@netscape.com,rickg@netscape.com sr=vidur@netscape.com,attinasi@netscape.com a=chofmann@netscape.com 2001-06-21 02:06:23 +00:00
plugin/oji/MRJ Backing out changes to nsIPluginStreamListener2 fixed by bug 82415 r=dougt sr=attinasi a=dbaron 2001-05-31 01:23:02 +00:00
privacy
profile Bug 86922 - app hangs after profile migration dialog. r=danm/sr=alecf/a=chofmann 2001-06-25 11:27:56 +00:00
rdf fix build bustage due to merge conflict screwup 2001-06-22 05:08:34 +00:00
security Bugzilla bug #86528: fixed tstclnt so that it always exits with a 2001-06-25 19:53:16 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +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 backing out edburns's removal of necessary typedefs 2001-04-03 23:29:26 +00:00
themes Space to right of security icon on win32/linux (70935, patch by andreww). r=blake sr=hewitt a=asa 2001-06-20 23:21:08 +00:00
timer
tools comment: bloat tests need --enable-logrefcnt --enable-perf-metrics for opt. builds 2001-06-19 21:57:07 +00:00
tripledb
uriloader Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com. 2001-06-21 22:02:47 +00:00
view Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
wallet
webshell Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
webtools * Implemented dispatcher.output service in CosesEditor.pm 2001-06-23 04:07:21 +00:00
widget bug 61439, r=blizzard, rs=aflec, a=chofmann 2001-06-22 03:38:39 +00:00
xpcom senna bustage 2001-06-22 03:13:45 +00:00
xpfc
xpfe Bug 86922 - app hangs after profile migration dialog. r=danm/sr=alecf/a=chofmann 2001-06-25 11:27:56 +00:00
xpinstall fix for blocker 87315, r=ssu, s=sgehani, a=chofmann, error on install 2001-06-22 18:35:24 +00:00
.cvsignore new project started 2001-04-03 22:13:38 +00:00
LEGAL
LICENSE
Makefile.in Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
aclocal.m4 Update build to use nspr.m4. 2001-04-07 04:34:53 +00:00
allmakefiles.sh bug 76050, add venkman and jsd makefiles. r=cls 2001-05-15 20:48:23 +00:00
client.mak fix commented out lines for the next time we need to use them 2001-06-05 00:25:32 +00:00
client.mk Removing makefile.win until cvs server is upgraded 2001-06-20 20:24:22 +00:00
configure Automated update 2001-06-22 04:29:27 +00:00
configure.in turn on 65251 by default. Part of previous checkin. 2001-06-22 04:19:34 +00:00
embed.mak NOT PART OF BUILD. Fixed recent breakage and merged export/install dirs into single list. b=68668 2001-02-23 12:54:24 +00:00
embed.mk NOT PART OF BUILD. Updated Unix/Linux embedding makefile to work once more. Changed target modules for recent layout/content split. b=68668 2001-02-21 12:27:11 +00:00
makefile.win Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
mozilla.kdevprj new project started 2001-04-03 22:13:38 +00:00
mozilla.lsm new project started 2001-04-03 22:13:38 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk