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
sspitzer%netscape.com 904b486fdd fix for #84145, news searches with "@" fail.
fix for #87345, improve NNTP protocol logging and some minor code cleanup.
r=cavin, sr=mscott
2001-06-26 07:04:16 +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 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst 2001-06-26 05:22:23 +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 82123 -- enable embeddors to alter the focus traversal so that the document itself receives focus first instead of last. r=saari, adamlock, sr=jst, a=chofmann. 2001-06-26 01:19:11 +00:00
dom Added missing interface to NS_IMPL_ISUPPORTS macro. sr=jst@netscape.com b=86641 2001-06-25 22:00:11 +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
embedding Bug 82123 -- enable embeddors to alter the focus traversal so that the document itself receives focus first instead of last. r=saari, adamlock, sr=jst, a=chofmann. 2001-06-26 01:19:11 +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 putting latest help content into mozilla, (a=asa,) b=85925 2001-06-25 21:53:16 +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 Backing out file to fix bustage 2001-06-26 03:23:31 +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 Bug 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst 2001-06-26 05:22: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 Fixing bug that prevented -p option from working (user-specified path to test directory) 2001-06-25 21:04:02 +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 Bug 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst 2001-06-26 05:22:23 +00:00
lib [Not part of build] Added SIOUXIsAppWindow(). 2001-06-25 21:07:22 +00:00
mailnews fix for #84145, news searches with "@" fail. 2001-06-26 07:04:16 +00:00
modules Why was this checked in w/o review and super review? This setting is causing the JS console to be filled with insignificant warnings that do no other good than hiding real errors, taking out the pref since this is hindering development. If you have issues with this, feel free to contact me. 2001-06-26 05:56:30 +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 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst 2001-06-26 05:22:23 +00:00
network/protocol/http
nsprpub Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED. 2001-06-24 06:02:24 +00:00
nunet
parser Bug 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst 2001-06-26 05:22: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
README Adding newline, testing 2000-12-14 15:53:14 +00:00
security Change name and description of the provider. 2001-06-26 02:19:29 +00:00
silentdl
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
sun-java backing out edburns's removal of necessary typedefs 2001-04-03 23:29:26 +00:00
themes fix for #86200. add search to the subscribe dialog (and remove typedown.) 2001-06-26 05:08:26 +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 Bug 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst 2001-06-26 05:22:23 +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 Fixes 87289 - context menu bustage fix - r=gagan@netscape.com, sr=alecf@netscape.com, a=chofmann 2001-06-26 04:59:13 +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
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
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
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