Commit Graph

29700 Commits

Author SHA1 Message Date
ducarroz%netscape.com
08eedc8641 fix build bustage 1999-06-10 03:05:22 +00:00
ducarroz%netscape.com
dc514d6887 add a missing declarations, fix build bustage 1999-06-10 03:04:54 +00:00
mscott%netscape.com
1f5deba4a8 Fix memory leaks. 1999-06-10 02:47:29 +00:00
mscott%netscape.com
034418435a Fix memory leaks of messenger & msg composer bootstraps. Also removed 2 noisy printfs for bootstrapping
messenger code.
1999-06-10 02:46:06 +00:00
mcmullen%netscape.com
2da6e9a03f XML is case sensitive, and that's why the "Save" button didn't work! 1999-06-10 02:32:06 +00:00
morse%netscape.com
91b1e95a89 acceptable workaround for bug 6928 1999-06-10 02:29:58 +00:00
karnaze%netscape.com
a4f30df4ac bug 6459 - incremental reflow methods call DeleteFrame instead of RemoveFrame 1999-06-10 02:29:34 +00:00
mcmullen%netscape.com
2a3a60880a Don't try to call strlen() on a null string. 1999-06-10 02:24:21 +00:00
alecf%netscape.com
8e75c8bbe4 fix leak 1999-06-10 02:19:01 +00:00
alecf%netscape.com
3944e0db2c fix some leaks 1999-06-10 02:17:33 +00:00
law%netscape.com
164ce90940 Switching to XPIDL (this isn't actually used quite yet) 1999-06-10 02:15:58 +00:00
ducarroz%netscape.com
db2bae8af1 add some missing declarations 1999-06-10 02:02:14 +00:00
ducarroz%netscape.com
b2a5baa4c0 remove any use of nsMsgCompose (it's the old one nsMsgCompose will conflic with the new one I will add soon!) 1999-06-10 02:01:37 +00:00
ssu%netscape.com
4828d00d7a Fix AddDirectory bug 1999-06-10 02:00:19 +00:00
ssu%netscape.com
820366e1a7 Moving result #defines out where others can use them 1999-06-10 01:58:50 +00:00
ssu%netscape.com
2cb4ab9fec Fixing ShExp use (0 means true) 1999-06-10 01:58:06 +00:00
rogerl%netscape.com
4bf675b98a Added base to ScriptRuntime.numberToString, NativeNumber.toString()
Bug #7625
1999-06-10 01:54:28 +00:00
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