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
|
updating license boilerplate
|
1999-11-02 06:13:48 +00:00 |
caps
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
cck
|
*** empty log message ***
|
2000-06-14 23:35:24 +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
|
updated license boilerplate to xPL v1.1
|
1999-11-02 22:43:10 +00:00 |
config
|
# 40177
|
2000-06-13 14:51:01 +00:00 |
content
|
Fix for an assert that has been bugging rods, particularly when testing with the top 100. The assert is the string |CharAt| out-of-range assert. The problem is the code was iterating off the end of the string to stop at the implicit |'\0'|. But there need not be null termination and accessing outside the strings defined range is bad. Fixed the loop in question to not step outside of the token string, and to iterate more efficiently. r=waterson
|
2000-06-15 00:39:21 +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
|
Bug 32770: Save scroll position in session history r=nisheeth
|
2000-06-15 00:35:46 +00:00 |
dom
|
Bug #30511. r=ben
|
2000-06-14 06:14:24 +00:00 |
editor
|
Part of table dialog work: new method needed to convert to TH from TD and vice versa. b=20973. r=jfrancis
|
2000-06-14 04:59:50 +00:00 |
ef
|
fix another XXX
|
1999-12-01 21:26:42 +00:00 |
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-14 12:32:37 +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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
gfx
|
Bug 30300/6588
Fixed the way that font preferences were proliferated in order that the user-defined font settings could be used.
|
2000-06-14 23:40:25 +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 for #42484 (extra ";" after the loop control). r=cata, a=waterson
|
2000-06-14 22:13:13 +00:00 |
java
|
added workaround for bug=30927
|
2000-06-14 12:16:29 +00:00 |
jpeg
|
OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106
|
2000-05-02 01:18:46 +00:00 |
js
|
Mark top-level execution as 'script' rather than function - to handle
|
2000-06-14 23:28:38 +00:00 |
js2
|
Mark top-level execution as 'script' rather than function - to handle
|
2000-06-14 23:28:38 +00:00 |
l10n
|
First release of mozilla-dtd2mysql.
|
2000-03-22 20:55:45 +00:00 |
layout
|
Fix for an assert that has been bugging rods, particularly when testing with the top 100. The assert is the string |CharAt| out-of-range assert. The problem is the code was iterating off the end of the string to stop at the implicit |'\0'|. But there need not be null termination and accessing outside the strings defined range is bad. Fixed the loop in question to not step outside of the token string, and to iterate more efficiently. r=waterson
|
2000-06-15 00:39:21 +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
|
fix for bug #32963- including Mail/News Account Settings in mail compose window menu
|
2000-06-15 00:40:13 +00:00 |
modules
|
Addressing bug #41276, r=sean@beatnik.com
|
2000-06-15 01:07:27 +00:00 |
msgsdk
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:20:05 +00:00 |
mstone
|
http stuff
|
2000-05-10 23:20:05 +00:00 |
netwerk
|
Made nsSocketProviderService use NS_IMPL_THREADSAFE_ISUPPORTS to avoid an assertion on shutdown...
|
2000-06-14 05:16:10 +00:00 |
network/protocol/http
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsprpub
|
BugZilla 42367. change license to dual-license
|
2000-06-13 20:59:02 +00:00 |
nunet
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
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
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
profile
|
41110. r=sspitzer. more nsIWebshellWindow removal.
|
2000-06-14 03:30:53 +00:00 |
rdf
|
Fix for bug #41281, r=brendan
|
2000-06-14 08:12:32 +00:00 |
README/mozilla
|
*** empty log message ***
|
2000-03-28 02:10:58 +00:00 |
security
|
Add generation of SMIMECapabilities
|
2000-06-14 23:17:52 +00:00 |
silentdl
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
string
|
Fiddle whitespace style.
|
2000-06-14 04:46:22 +00:00 |
suite
|
On 12/16/1999, dmose@mozilla.org checked in some changes to the default
|
1999-12-31 11:48:20 +00:00 |
sun-java
|
# 40300
|
2000-05-30 14:43:56 +00:00 |
themes
|
Classic change for twisty nsbeta2= bug. r=ben
|
2000-06-15 00:45:04 +00:00 |
timer
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
tools
|
remove annoying ^Ms. not part of the build.
|
2000-06-14 19:57:25 +00:00 |
tripledb
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
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
|
Fix leak I made. r=warren
|
2000-06-14 07:27:08 +00:00 |
xpfc
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 02:47:15 +00:00 |
xpfe
|
Bug #41266, r=ducarroz
|
2000-06-15 00:40:14 +00:00 |
xpinstall
|
No longer remove the old core directory eliminating potential OS file manager sync'ing issues causing component registration errors. (nsbeta2+)
[b=41376; r=dveditz]
|
2000-06-15 01:10:34 +00:00 |
.cvsignore
|
Ignore .mozconfig.mk and .mozconfig.out (made by client.mk)
|
2000-03-23 23:29:16 +00:00 |
aclocal.m4
|
Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree.
|
2000-03-14 02:59:54 +00:00 |
allmakefiles.sh
|
Move themes around to avoid warnings in standalone builds.
|
2000-06-14 06:46:51 +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
|
Use $(wildcard..) to make certain configure dependencies optional. Bug #42211
|
2000-06-14 03:51:17 +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 |
LEGAL
|
|
|
LICENSE
|
|
|
Makefile.in
|
Make the distclean target work as advertised. Bug #42167
|
2000-06-12 23:02:14 +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
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nglayout.mk
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
trex.mak
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
trex.mk
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |