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 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 |
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
|
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
|
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
|
…
|
|
layout
|
Fixed allocation alignment problem: checking in for jim_nance@yahoo.com
|
2001-06-26 01:19:05 +00:00 |
lib
|
[Not part of build] Added SIOUXIsAppWindow().
|
2001-06-25 21:07:22 +00:00 |
mailnews
|
Fix fro bug # 86966. Changed savePrefFile adn added try catch for ldpa stuff.
|
2001-06-25 23:22:12 +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
|
Fixes bug 86133 'Conn+DNS: no "could not be found" dialog for DNS errors'
|
2001-06-26 00:01:22 +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
|
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
|
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
|
…
|
|
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
|
Fix for bug 84065. Add an AppleFileDecoder into the stream converters and modify save/save all attachment in order to be able to select the decoder when dealing with an apple double attachment. R=mscott, SR=sspitzer, A=asa@mozilla.org
|
2001-06-25 22:11:43 +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
|
…
|
|
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
|
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
|
…
|
|
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
|
…
|
|