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
Перейти к файлу
rpotts%netscape.com 7b882ed807 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
README
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
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
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
layout 86749 fix for "home key" scenario. we now search for 1st valid frame on a line. not just try the very first and fail. we now behave like "end key" does;. r=anthonyd sr=kin a=asa 2001-06-22 14:52:48 +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
msgsdk
mstone
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
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 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
rdf fix build bustage due to merge conflict screwup 2001-06-22 05:08:34 +00:00
security Bug# 86872. r=javi,sr=blizzard,a=blizzard 2001-06-25 01:58:09 +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
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 Fixes for bug 70348 autoconfig feature 2001-06-23 22:22:27 +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
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
allmakefiles.sh
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
embed.mk
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
mozilla.lsm
nglayout.mac
nglayout.mk
trex.mak
trex.mk