README/mozilla
|
*** empty log message ***
|
2000-03-28 02:10:58 +00:00 |
apache/gzip/src
|
…
|
|
build
|
Fix Mac commercial build bustage by turning wchar_t support on. r=scc, pinkerton.
|
2000-06-13 19:20:55 +00:00 |
calendar
|
…
|
|
caps
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
cck
|
removing Unix line endings
|
2000-06-07 21:25:28 +00:00 |
chrome
|
Bug 27971. Better strategy for resource: urls to use less memory. Saves about 0.4% of entire run just bring up one page (home.mozilla.org). r=waterson
|
2000-06-09 07:51:13 +00:00 |
cmd
|
…
|
|
config
|
# 40177
|
2000-06-13 14:51:01 +00:00 |
content
|
fixing blocker bug for focus not typing in url bar after progromatic change to focus on other document. r=saari. (from regression of 34986) pdt+
|
2000-06-14 02:59:54 +00:00 |
db
|
General cleanup of the shared library rules.
|
2000-04-23 17:48:04 +00:00 |
dbm
|
More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov
|
2000-05-21 13:32:11 +00:00 |
directory
|
canonicalize more method names to proper interCaps style. a=r=(not built)
|
2000-06-12 01:42:08 +00:00 |
docshell
|
Fix for bug 31818. Dogfood. r=brendan
|
2000-06-13 23:56:30 +00:00 |
dom
|
Fix for bug 31818. Dogfood. r=brendan
|
2000-06-13 23:56:30 +00:00 |
editor
|
regressions from 34986 ender-lite. listeners now block percolation of events. until we have better fix. r=saari, akkana
|
2000-06-14 02:58:34 +00:00 |
ef
|
…
|
|
embedding
|
Not part of the build!
This class now descends from LControl instead of LView.
|
2000-06-12 21:54:05 +00:00 |
expat
|
Fix "comparison between signed and unsigned" build warning.
|
2000-04-26 14:25:47 +00:00 |
extensions
|
update wallet tables, not part of build
|
2000-06-13 14:43:15 +00:00 |
gc/boehm
|
[not part of build] using non-debugging allocators to keep out of leak reports.
|
2000-04-13 06:40:16 +00:00 |
gconfig
|
…
|
|
gfx
|
Fixed palette problems. b= 25979 r = McCluskey
|
2000-06-12 13:32:13 +00:00 |
grendel
|
Added contribution from Ian Clarke.
|
2000-04-08 06:16:32 +00:00 |
htmlparser
|
fixed nsBeta2+ bugs: 42180, 42270; added env setting for view-errors, which is disabled by default. r=pollmann; a=pdt
|
2000-06-13 02:50:24 +00:00 |
include
|
# 37239
|
2000-06-02 20:14:56 +00:00 |
intl
|
fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms
|
2000-06-12 23:52:31 +00:00 |
java
|
support of latest w3c dom spec changes
|
2000-06-13 21:22:35 +00:00 |
jpeg
|
OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106
|
2000-05-02 01:18:46 +00:00 |
js
|
-- NOT PART OF THE BUILD --
|
2000-06-14 00:14:56 +00:00 |
js2
|
Added parsing and printing of classes, interfaces, and namespaces
|
2000-06-02 04:35:44 +00:00 |
l10n
|
…
|
|
layout
|
handling of on input. adding selection change notifications to commands. we must tell the document when selection happens in the input fields. regriession from 34986, r=saari a=pdt+
|
2000-06-14 03:01:31 +00:00 |
lib
|
Extra check to make sure contextual menu manager is installed before initting it.
|
2000-05-02 00:37:12 +00:00 |
mailnews
|
Fixing problem with data loss on forwarding - Bug #: 42398 - r: sspitzer
|
2000-06-14 02:50:09 +00:00 |
modules
|
Makefile fix, thanks to Dan Veditz. Should fix bustage.
|
2000-06-14 02:40:00 +00:00 |
msgsdk
|
…
|
|
mstone
|
http stuff
|
2000-05-10 23:20:05 +00:00 |
netwerk
|
Fixing 22103, a=gagan
|
2000-06-14 01:35:24 +00:00 |
network/protocol/http
|
…
|
|
nsprpub
|
BugZilla 42367. change license to dual-license
|
2000-06-13 20:59:02 +00:00 |
nunet
|
…
|
|
parser
|
fixed nsBeta2+ bugs: 42180, 42270; added env setting for view-errors, which is disabled by default. r=pollmann; a=pdt
|
2000-06-13 02:50:24 +00:00 |
plugin/oji/MRJ
|
Fixed nsIMemory implementation.
|
2000-06-03 16:31:16 +00:00 |
privacy
|
…
|
|
profile
|
Fixing bug 40180. If the profile directory is deleted, a new directory is created with default contents on all platforms. On Mac, which is the main concern of this bug, the folder in the trash is ignored and the new folder is considered as an active profile directory. r=sfraser
|
2000-06-13 23:53:42 +00:00 |
rdf
|
revive dom viewer enough to get dmose started
|
2000-06-13 01:50:26 +00:00 |
security
|
(not part of build) added mozilla/security/nss/lib/smime to access paths.
|
2000-06-14 03:16:41 +00:00 |
silentdl
|
…
|
|
string
|
reduce bloat by not chunk-allocating strings (in |nsStr::Alloc|). Clients that don't benefit from this can explicitly call |SetCapacity|. We may re-introduce this functionality in the append of a single character when no space remains, if it turns out to be a problem. This optimization was suggested by profiling done by sfraser, who now promises to find out where it hurts us.
|
2000-06-12 02:54:22 +00:00 |
suite
|
…
|
|
sun-java
|
# 40300
|
2000-05-30 14:43:56 +00:00 |
themes
|
Fixing import line. r=ben. Not part of build.
|
2000-06-14 00:44:43 +00:00 |
timer
|
…
|
|
tools
|
add .dynstr clean up tool from Alexander Larsson <alla@lysator.liu.se>. also add poor man's Makefile until this tool is finished. this is not part of the build.
|
2000-06-09 18:52:39 +00:00 |
tripledb
|
…
|
|
uriloader
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
view
|
Fix bug 41270 - problems with the bounds checks for nsScrollingView. This
|
2000-06-05 21:57:44 +00:00 |
wallet
|
…
|
|
webshell
|
Fix for bug 31818. Dogfood. r=brendan
|
2000-06-13 23:56:30 +00:00 |
webtools
|
this file is superceded by xml.cgi
|
2000-06-13 17:20:53 +00:00 |
widget
|
Fixing bug 29027 - now we restore an iconified window when we send focus to it. r=law.
|
2000-06-13 01:16:31 +00:00 |
xpcom
|
Temporarily (till Thursday) commented out the definition that made |PRUnichar*| incompatible with |OLECHAR*| as a favor to the AIM team, so they can decide whether to cast in their code, or alter their headers. They know what to do in either case, and have agreed that this definnition can be re-activated on Thursday. r=vishy
|
2000-06-14 02:54:40 +00:00 |
xpfc
|
…
|
|
xpfe
|
Ensure gRefCnt is initialized to zero. Code from ericb@neoplanet.com, approval=me
|
2000-06-13 23:45:20 +00:00 |
xpinstall
|
Fix for bug #42201. Patch submitted by BlakeR1234@aol.com. a=dveditz r=dbragg
|
2000-06-13 23:37:11 +00:00 |
.cvsignore
|
Ignore .mozconfig.mk and .mozconfig.out (made by client.mk)
|
2000-03-23 23:29:16 +00:00 |
LEGAL
|
…
|
|
LICENSE
|
…
|
|
Makefile.in
|
Make the distclean target work as advertised. Bug #42167
|
2000-06-12 23:02:14 +00:00 |
aclocal.m4
|
…
|
|
allmakefiles.sh
|
Add a --enable-mng option to enable MNG image decoder. r=cls, a=brendan
|
2000-06-12 23:13:42 +00:00 |
client.mak
|
Switch client builds to SECURITY_CLIENT_BRANCH tag for security (PSM) subdirectory
|
2000-05-11 02:36:42 +00:00 |
client.mk
|
fix for bug 41938: during standalone checkouts of (eg) xpcom and transformiix, the ldap c sdk code was being dragged along for the ride. a=brendan@mozilla.org, r=cls@seawoord.org
|
2000-06-09 01:31:22 +00:00 |
configure
|
Automated update
|
2000-06-13 23:45:09 +00:00 |
configure.in
|
Call AC_SUBST to that MOZ_MNG is properly (un)set.
|
2000-06-13 23:32:42 +00:00 |
makefile.win
|
build mozilla/themes. don't panic, it doesn't matter yet.
|
2000-05-08 21:35:40 +00:00 |
nglayout.mac
|
…
|
|
nglayout.mk
|
…
|
|
trex.mak
|
…
|
|
trex.mk
|
…
|
|