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

29921 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 72b8b8cd31 Quiet a noisy printf. 1999-06-10 00:40:53 +00:00
mscott%netscape.com 8f4e01df15 clean up work for pop3 protocol --> remove useage of the 8K output buffer which got ported over from the 4.x days. I use nsAutoString isntead (most of the data we write into the buffer is very small...it's protocol cmd data). This should help improve the memory footprint for pop.
Mad command_response, password and username all nsStrings instead of char *s.
1999-06-10 00:40:28 +00:00
law%netscape.com c384b66233 Stop onload handler firing twice 1999-06-10 00:36:08 +00:00
kostello%netscape.com 683648b5be Akkana set up a service for encoding a document.
This checkin adds the implementations for encoding
HTML and plain text:

nsTextEncoder::EncodeToString(..)
nsHTMLEncoder::EncodeToStream(..)

Hooked these services into the nsHTMLEditor implemenation

We probably want to update the clipboard code to
use the same pattern as in nsHTMLEditor.cpp
1999-06-10 00:35:02 +00:00
dp%netscape.com cad49967e1 openVMS changes. Thanks to Colin Blake <colin@theblakes.com> 1999-06-10 00:19:36 +00:00
mcmullen%netscape.com 70a3fc7684 Hurrumph. So now we have to use about= instead of ID=? Well, CVS should have fixed my new stuff as well :-) 1999-06-10 00:06:59 +00:00
ftang%netscape.com 40c71234c5 add ibm866, UTF-7, x-imap4-modified-utf7, t61, ucs2, ucs4 1999-06-09 23:50:03 +00:00
ftang%netscape.com 21db0c9d12 correct the number of encoder 1999-06-09 23:48:30 +00:00
dbragg%netscape.com 49ea469e54 There was a lower case r in the macro OBJDIr for nsJARFactory.obj 1999-06-09 22:51:13 +00:00
kin%netscape.com 9271fc6144 First pass attempt to write out JavaScript. nsJSEditorLog now inherits from nsIHTMLEditor. 1999-06-09 22:33:30 +00:00
slamm%netscape.com d9f06337ab Reverse the order of the notes. Put the most recent on top. Remove unnecessary check for bad mail time. 1999-06-09 22:32:42 +00:00
kin%netscape.com ed035c39e4 Initial checkin of file. Not part of the build yet. 1999-06-09 22:31:44 +00:00
tague%netscape.com e27b3995c9 Conditionalized fix for #6896. Will only be compiled with a particular directive from my build environment 1999-06-09 22:07:53 +00:00
sspitzer%netscape.com 1302b51a17 fix build bustage. 1999-06-09 22:01:00 +00:00
ssu%netscape.com 79c9201af1 fixed problem with AddSubcomponent() not accepting an empty string for the target name parameter. It now defaults to the jarSource parameter 1999-06-09 21:45:56 +00:00
mscott%netscape.com a651c2085e MLK fixes. Free the line returned by calling ReadNextLine until I have time to come back and make ReadNextLine
not allocate a new buffer for the returned line.
1999-06-09 21:44:01 +00:00
ftang%netscape.com f61833a2af change the hack to make it easier to add new CID, add CID for 7 XLFD charset and cp1255 1256, 866, UCS2/4 T61 1999-06-09 21:41:24 +00:00
mcmullen%netscape.com a31c6bb718 Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 21:28:47 +00:00
briano%netscape.com 47fca80abb Fix for FreeBSD 2.x. 1999-06-09 21:28:28 +00:00
ftang%netscape.com 752fa6d44f add cp1255,1256,866, UCS2/4, T61 to the factory 1999-06-09 21:20:28 +00:00
mscott%netscape.com c6dc4056a4 Remove warning introduced by an unused variabled into NS_NewFileSpecWithSpec. 1999-06-09 21:09:55 +00:00
mcmullen%netscape.com 232f6f53e7 Removed PrefsCore 1999-06-09 21:08:30 +00:00
mcmullen%netscape.com 279ac096ce Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 21:06:48 +00:00
mscott%netscape.com 0f5ff884ae Code clean up --> added methods for building and running a mailbox url. This simplified a lot of the command methods like display message, copy message, etc.
save msg to disk work went in as well.
1999-06-09 21:05:53 +00:00
mscott%netscape.com 1083a22682 save msg to disk work. --> added getter/setting for msg nsIFileSpec 1999-06-09 21:05:10 +00:00
mscott%netscape.com 40951d8183 Add save msg to file action to mailbox actions. Add getter/setter for nsIFileSpec used to store the message when 1999-06-09 21:03:36 +00:00
mcmullen%netscape.com 5f2ad4b014 Prefs core is gone 1999-06-09 21:01:40 +00:00
ftang%netscape.com 56ab2720e8 add T61, UCS2/UCS4 converters 1999-06-09 21:00:06 +00:00
mcafee%netscape.com 1b5c10be18 Adding TAG_PROGRAM abstraction, thanks to Jim Nance for this fix. 1999-06-09 20:58:33 +00:00
Jerry.Kirk%Nexwarecorp.com ea7f958c5c - adding IsMenuBarVisible to get code to compile because nsWidget is our
base class not nsWindow
1999-06-09 20:55:48 +00:00
ftang%netscape.com f5a84f304d change UCS2/4 CID into UCS2/4BE CID and add LE cid 1999-06-09 20:50:04 +00:00
mscott%netscape.com dd0e6fd5c5 Adding NS_NewFileSpecWithSpec for C++ code which allows you to create a nsIFileSpec given a nsFileSpec. 1999-06-09 20:49:39 +00:00
mcmullen%netscape.com 655fd71e5f PrefsCore now replaced by prefwindow object (idl) in xpfe/components 1999-06-09 20:47:50 +00:00
mcmullen%netscape.com 2aa96e8db1 Added chrome://pref for the prefs window. 1999-06-09 20:45:15 +00:00
mcmullen%netscape.com ed6ad2b7c9 Removed PrefsCore and all its remaining stuff. 1999-06-09 20:44:31 +00:00
mcmullen%netscape.com 710a1b8e6b Support the -pref command-line option. 1999-06-09 20:44:04 +00:00
mcmullen%netscape.com 9bfcb25b59 Use the xulified, idlized prefwindow object instead of PrefsCore 1999-06-09 20:43:29 +00:00
mcmullen%netscape.com 5b965c501d Removed PrefsCore from appcores - it's now an autoregistered, idlized component. 1999-06-09 20:42:55 +00:00
andreas.otte%primus-online.de 6bf51fc600 some cosmetics 1999-06-09 20:41:58 +00:00
andreas.otte%primus-online.de 01f138ddc8 remove export of header files
some cosmetics
1999-06-09 20:40:59 +00:00
mcmullen%netscape.com b404168311 Added xpfe/components/prefwindow to unix build 1999-06-09 20:40:18 +00:00
ftang%netscape.com 7e9f164bc2 add UCS2, UCS4, T61 1999-06-09 20:39:35 +00:00
andreas.otte%primus-online.de 1821627c77 use LOCAL_INCLUDES to access base/src header files
some cosmetics
1999-06-09 20:39:08 +00:00
andreas.otte%primus-online.de 1238226f4c adding XPIDL_MODUL
some cosmetics
1999-06-09 20:37:42 +00:00
ftang%netscape.com 4fb8fd9a72 add UCS2/UCS4 and T61 to the makefile 1999-06-09 20:33:57 +00:00
ftang%netscape.com c912fce892 add T61, UCS2, UCS4 converters 1999-06-09 20:33:07 +00:00
ftang%netscape.com 35e71fcd44 fix incorrect GetMaxLength 1999-06-09 20:32:00 +00:00
ftang%netscape.com 1583b00598 add nsUConvDll.h 1999-06-09 20:26:48 +00:00
mang%subcarrier.org b173cd4005 fixed broken mailto: links 1999-06-09 20:23:35 +00:00
ftang%netscape.com ec190031e7 add new scanner/generate type to support UCS2/4 1999-06-09 20:22:26 +00:00