Граф коммитов

44598 Коммитов

Автор SHA1 Сообщение Дата
varada%netscape.com e2e3536edf changing all edit fields with browse buttons to non editable scripts 1999-10-21 01:56:54 +00:00
dveditz%netscape.com f977e18c0e Missed a test 1999-10-21 01:47:28 +00:00
selmer%netscape.com e9ff894898 Don't need -MDd in CFLAGS 1999-10-21 01:42:48 +00:00
bienvenu%netscape.com f82a3ee0b5 fix memory leaks and mismatched frees r=jefft 1999-10-21 01:42:00 +00:00
bienvenu%netscape.com dcd425e456 fix mismatched free 1999-10-21 01:40:08 +00:00
bienvenu%netscape.com b12c9be47c another memory leak fix for mime 1999-10-21 01:37:03 +00:00
beard%netscape.com abea807e3e fix :: bustage. 1999-10-21 01:07:50 +00:00
dveditz%netscape.com ab0d6dd3aa Changing nsFileSpec Copy and Move function names to match their
functionality, and also to free up the namespace for a *real* Copy
and Move that allow renaming the leaf name rather than just copying
into different directories (i.e. to make backup files). r=ssu
1999-10-21 00:40:39 +00:00
hoa.nguyen%intel.com 4c325b4b3e Optimized decoder. Removed warnings. 1999-10-21 00:17:48 +00:00
beard%netscape.com 3a3f6560c9 when GC_DEBUG is off, try to use GC_malloc_ignore_off_page for large blocks. Since GC_MALLOC always returns cleared blocks, don't bother clearning. r=gordon, bug=15906 1999-10-21 00:17:28 +00:00
dp%netscape.com 37e611148b Fixed crash on -f file on quit by using async proxy post event as
opposed to calling quit directly. r=dougt
1999-10-21 00:15:30 +00:00
beard%netscape.com 9a212b70a9 use nsILeakDetector service. r=gordon, bug=15906 1999-10-21 00:13:07 +00:00
karnaze%netscape.com 60c25e67d8 bug 14915 - fix crash. 1999-10-21 00:11:55 +00:00
beard%netscape.com 783d38dbb5 added GC_address_to_source, MWUnmangle exports. r=gordon, bug=15906 1999-10-21 00:09:14 +00:00
beard%netscape.com 431a8e2753 added nsEnvironment.cpp. r=gordon, bug=15906 1999-10-21 00:08:13 +00:00
rods%netscape.com ef783cc295 removed the PR_MAX forcing the y offset to be zero or greater. Not sure why it was doing this.
r=kmcclusk Bug #16152
1999-10-21 00:06:23 +00:00
beard%netscape.com 499f5e87f4 added GC_address_to_source, MWUnmangle stubs. r=gordon, bug=15906 1999-10-21 00:06:13 +00:00
sspitzer%netscape.com 3d63435cac fix for #15231, r=mscott. get the fixed_width pref to stick.
the problem was we had it as an int pref, when it was a bool pref.
1999-10-21 00:05:50 +00:00
hoa.nguyen%intel.com b7e688a8ac Optimized decoder. 1999-10-21 00:05:16 +00:00
beard%netscape.com aa58806995 First Checked In. 1999-10-21 00:05:05 +00:00
hoa.nguyen%intel.com 382ac45a79 Correctly check for the HZ converter engine state. 1999-10-21 00:03:52 +00:00
nhotta%netscape.com b19a5167ef Fix a warning, it was assigning NULL to char type, r=ftang. 1999-10-20 23:55:31 +00:00
nhotta%netscape.com 73e800ef37 Adding a wrapper function for a new i18n interface, part of bug fix 15475, r=rhp. 1999-10-20 23:51:25 +00:00
cmanske%netscape.com aa863e0267 Fixed bug 16923. r=mjudge 1999-10-20 23:50:20 +00:00
rods%netscape.com 441e02909f added check for null frame. The child frame can be null when a comment node exists as
one of the children of the select. r=kmcclusk, Bug #16355
1999-10-20 23:35:38 +00:00
endico%mozilla.org 173720c25a clairify that the 'mozilla' module contains the entire 'current' repository, not everything including all the branches. 1999-10-20 23:30:50 +00:00
pierre%netscape.com bcd4fef854 #15636 "Cleanup build warnings". Some compilers issued a "hidden virtual method" warning because only one of the two implementations of GetDesiredSize() was overridden. r=slamm. 1999-10-20 23:30:29 +00:00
hoa.nguyen%intel.com 5d6d24cce9 Changed from char types to PRUint8. 1999-10-20 23:21:56 +00:00
wtc%netscape.com 866a639772 Made comments match code. 1999-10-20 23:19:31 +00:00
harishd%netscape.com fd9d596cc7 Fix for the bustage.
r=pollmann
1999-10-20 23:14:50 +00:00
wtc%netscape.com 886045c92a Bugsplat bug #366840: PR_StringToNetAddr needs to set the address family
field of the PRNetAddr structure. Added a new test str2addr.c for this
bug. r=larryh@netscape.com
Modified files: prnetdb.c, pr/tests/runtests.ksh, pr/tests/Makefile,
    pr/tests/Makefile.in
Added file: pr/tests/str2addr.c
1999-10-20 23:07:38 +00:00
mcafee%netscape.com c6df2b5139 Moving bloatdiff.pl from webtools/tinderbox (server) to here (client). 1999-10-20 22:35:48 +00:00
harishd%netscape.com a058f15fd0 Fixed Bug 16285 - Replaced char* with nsCAutoString for mBuffer.
This fixes the crash on doing Ctrl-c in editor.

r=akkana
1999-10-20 22:35:12 +00:00
harishd%netscape.com 3f574f91bb Fixed Bug 16014 - Rectifed a glitch in illegal-content handling code.
r=pollmann
1999-10-20 22:32:10 +00:00
alecf%netscape.com 08d038131e turn news into a nsIModule
r=sspitzer
(porkjockey work)
1999-10-20 22:30:02 +00:00
akkana%netscape.com 258affb879 16726: don't print the doctype information in plaintext output. r=cmanske 1999-10-20 22:27:14 +00:00
edburns%acm.org 8ba6c6ed1e bug: 16842
reviewer: edburns
approver: edburns

Changed raptor to gk in makefile as appropriate.
1999-10-20 22:02:34 +00:00
rods%netscape.com a00139db0c added code to the destructor to make sure the list get rolled up.
r=kmcclusk bug 15912
1999-10-20 21:59:04 +00:00
alecf%netscape.com a33565470d clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
r=scottip
1999-10-20 21:58:21 +00:00
dmose%mozilla.org daaea94d5f macfe lives on in the MozillaClassic branch, but there's no longer a need for it on the trunk. a=smfr@netscape.com 1999-10-20 21:53:27 +00:00
endico%mozilla.org df23f5512d add m10 tree for the Design Patterns contest 1999-10-20 21:52:08 +00:00
endico%mozilla.org d36283e6c1 merge old changes from when we moved to komodo 1999-10-20 21:48:49 +00:00
mscott%netscape.com 3c940c6846 optimize nsImapBuildMessageURI to use a nsCAutoString. This saves us an extra allocation of the string later on.
r=sspitzer
1999-10-20 21:41:18 +00:00
scc%netscape.com d14a8827b1 Now InstallFromManifest "xpcom/components/MANIFEST_COMPONENTS" to get some javascript installed in the apps "Components" directory. This corresponds to work shaver has already done on the other platforms. r=sfraser 1999-10-20 21:31:46 +00:00
srinivas%netscape.com e1cb2967eb The "-mno-486" compiler option is no longer relevant and not supported
in new gcc compilers (v2.95). Bug #15975.
1999-10-20 21:19:53 +00:00
bienvenu%netscape.com 40741f49b6 more memory leak fixes, r=mscott 1999-10-20 21:18:25 +00:00
bienvenu%netscape.com 7aabcb0051 fix rdf resource value leaks r=jefft 1999-10-20 21:12:00 +00:00
scc%netscape.com d1f693eb36 First Checked In. 1999-10-20 21:03:21 +00:00
mscott%netscape.com 860d40cd8b Bug #16814 --> i found a problem which may be causing us to block in the imap protocol when downloading larger
attachments or images. Basically, the nsMsgLineStreamBuffer class had a fence post bug when determining
if it had enough room to read in more bytes. If the # of free bytes in the stream buffer was 1 byte and we
had just one byte of data left to read in from the incoming stream, we would fail to read in that one byte.
r=sspitzer
1999-10-20 21:01:58 +00:00
ftang%netscape.com b00215d892 do not do TypedText if the character code is 0. r=brade. Fix bug 16570 and 16811 1999-10-20 21:01:20 +00:00