accessible
|
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
|
2001-06-30 00:25:09 +00:00 |
apache/gzip/src
|
|
|
build
|
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
|
2001-06-30 00:25:09 +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
|
Fix for Bug 88131: path of animated gif is truncated (r=bobj)
|
2001-06-29 17:38:47 +00:00 |
chrome
|
fix build bustage due to merge conflict screwup
|
2001-06-22 05:08:34 +00:00 |
cmd
|
|
|
config
|
#86711
|
2001-06-26 21:21:10 +00:00 |
content
|
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
|
2001-06-30 00:25:09 +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 82244
|
2001-06-29 22:12:14 +00:00 |
dom
|
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
|
2001-06-30 00:25:09 +00:00 |
editor
|
Fix for bug 87910 -- allow Edit Page to work a second time. r=dougt, sr=kin
|
2001-06-29 22:03:10 +00:00 |
ef
|
|
|
embedding
|
Updated nsIRequest methods; added nsIStreamObserver implementations
|
2001-06-30 00:26:31 +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
|
fix for 87487, fix=walk84, r=oeschger, sr=waterson, finishing up help locale packaging, already on branch
|
2001-06-29 00:40: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
|
bug 76848: Regression in handling global fonts
|
2001-06-29 22:09:29 +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
|
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
|
2001-06-29 22:56:58 +00:00 |
include
|
|
|
intl
|
bug 16688, r=ftang@netscape.com, sr=blizzard@mozilla.org
|
2001-06-29 07:10:45 +00:00 |
java
|
*not part of the build*
|
2001-06-29 08:08:59 +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
|
JS.pm works correctly
|
2001-06-29 10:59:32 +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 #86517 Landing of Accessible_052901_Branch4 sr=waterson
|
2001-06-30 00:25:09 +00:00 |
lib
|
[Not part of build] Added __read_console()/__write_console(), which are the default I/O vectors for the stdin/stdout/stderr. This lets selective I/O redirection work on Mac OS X.
|
2001-06-27 23:46:15 +00:00 |
mailnews
|
Bug #74139 --> persist the "brief" view in the message pane
|
2001-06-30 00:16:19 +00:00 |
modules
|
Remove nsCStringKey-related bustage fixes from this morning that are no longer needed. r=jaggernaut sr=waterson b=88411
|
2001-06-29 23:16:52 +00:00 |
mozilla
|
|
|
msgsdk
|
|
|
mstone
|
|
|
netwerk
|
Remove nsCStringKey-related bustage fixes from this morning that are no longer needed. r=jaggernaut sr=waterson b=88411
|
2001-06-29 23:16:52 +00:00 |
network/protocol/http
|
|
|
nsprpub
|
Fixed build breakage on Mac.
|
2001-06-28 01:48:28 +00:00 |
nunet
|
|
|
parser
|
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
|
2001-06-29 22:56:58 +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 87150 - enter or double-click does not dismiss profile selection dialog. r=brade/sr=blake
|
2001-06-28 14:21:35 +00:00 |
rdf
|
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
|
2001-06-29 22:56:58 +00:00 |
README
|
|
|
security
|
changes needed to make addbuiltin build again
|
2001-06-29 14:09:25 +00:00 |
silentdl
|
|
|
string
|
Add hack to make functions that used to work with nsXPIDLString continue to work now that nsXPIDLString inherits from nsAString by adding inline methods to resolve ambiguity for compilers that don't support |explicit|. r=jaggernaut sr=waterson b=88411, 88420
|
2001-06-29 23:12:48 +00:00 |
suite
|
|
|
sun-java
|
|
|
themes
|
84051 - Modern theme - final update including new sidebar, statusbar, scrollbars, progress meter, checkboxes, radios, and other small tweaks. r=andreww, sr=hyatt
|
2001-06-28 09:15:38 +00:00 |
timer
|
|
|
tools
|
Bug 87215. Make jprof work right with the static build. r=cls, sr=leaf
|
2001-06-29 22:45:45 +00:00 |
tripledb
|
|
|
uriloader
|
Remove nsCStringKey-related bustage fixes from this morning that are no longer needed. r=jaggernaut sr=waterson b=88411
|
2001-06-29 23:16:52 +00:00 |
view
|
Enable interrupting of parsing to improve performance during long document loads + include dynamic switching between user-responsiveness and page load performance,bug 76722 sr=attinasi@netscape.com, r=harishd@netscape.com.
|
2001-06-29 04:01:26 +00:00 |
wallet
|
|
|
webshell
|
Fix gcc 2.7.2.3 bustage by changing |EqualsWithConversion| to |Equals|.
|
2001-06-29 18:28:39 +00:00 |
webtools
|
Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in checksetup.pl and also provides permission setting for bugzilla installations installed in a personal user directory as opposed to the server's main web space. (makes the files world-readable so the webserver can see them, since you can't set the group)
|
2001-06-29 03:47:56 +00:00 |
widget
|
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
|
2001-06-30 00:25:09 +00:00 |
xpcom
|
Remove nsCStringKey-related bustage fixes from this morning that are no longer needed. r=jaggernaut sr=waterson b=88411
|
2001-06-29 23:16:52 +00:00 |
xpfc
|
|
|
xpfe
|
bugscape 4428, launch what's-New, r=bnesse, sr=alecf, a=chofmann
|
2001-06-30 00:27:31 +00:00 |
xpinstall
|
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
|
2001-06-30 00:25:09 +00:00 |
.cvsignore
|
|
|
aclocal.m4
|
|
|
allmakefiles.sh
|
Bug 87215. Make jprof work right with the static build. r=cls, sr=leaf
|
2001-06-29 22:45:45 +00:00 |
client.mak
|
committing the placeholder for NSS_CO_TAG so we don't forget to pull it.
|
2001-06-27 03:52:58 +00:00 |
client.mk
|
Removing makefile.win until cvs server is upgraded
|
2001-06-20 20:24:22 +00:00 |
configure
|
Add --without-system-nspr option.
|
2001-06-26 22:22:49 +00:00 |
configure.in
|
Add --without-system-nspr option.
|
2001-06-26 22:22:49 +00:00 |
embed.mak
|
|
|
embed.mk
|
|
|
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
|
|
|
mozilla.lsm
|
|
|
nglayout.mac
|
|
|
nglayout.mk
|
|
|
trex.mak
|
|
|
trex.mk
|
|
|