Commit Graph

29683 Commits

Author SHA1 Message Date
ducarroz%netscape.com
bfe41f9793 use CreateAndSendMessage instance of SendMessage 1999-06-10 01:50:05 +00:00
law%netscape.com
2fdc5d7b10 Switching to XPIDL 1999-06-10 01:35:04 +00:00
ftang%netscape.com
71c305b64d add empty file as placeholder 1999-06-10 01:32:35 +00:00
danm%netscape.com
ce860be60f adding show/hide support for interior chrome and menubars 1999-06-10 01:27:47 +00:00
ftang%netscape.com
0428e5d581 add empty as placeholder 1999-06-10 01:25:26 +00:00
ftang%netscape.com
d042887c9f add file placeholder for VIQR, VNI, ISO885910, ISO885913, ISO-IR-111 1999-06-10 01:17:03 +00:00
ducarroz%netscape.com
5c498f568a need to addref/release the object pass to the callback to avoid crash 1999-06-10 01:11:12 +00:00
ftang%netscape.com
b6149f1855 add empty file (npl) as placeholder for converters 1999-06-10 01:08:14 +00:00
kostello%netscape.com
9e423a7b8c Fix build bustage: changed include to be the right case 1999-06-10 01:06:35 +00:00
ftang%netscape.com
22d83ff1b4 add empty file as place holder 1999-06-10 01:00:45 +00:00
rhp%netscape.com
a290a615b2 Changes for composition reorg 1999-06-10 00:52:47 +00:00
ducarroz%netscape.com
1341917654 First Checked In. 1999-06-10 00:41:28 +00:00
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