alecf%netscape.com
0f852579c1
fix solaris bustage
1999-08-24 03:06:07 +00:00
alecf%netscape.com
42442f7002
fix a minor leak and convert nsIMsgIncomingServer to a nsCOMPtr
1999-08-24 00:31:33 +00:00
mccabe%netscape.com
3d4917b628
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
...
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mscott%netscape.com
ba531d8708
Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces. I fixed the
...
implementation of threadsafe addref and release for windows to notrequire it so people no longer need to include windows.h whenever
you are using a threadsafe interface.
1999-08-22 23:03:27 +00:00
rhp%netscape.com
9f8965fd73
Image cleanup
1999-08-22 15:54:20 +00:00
rhp%netscape.com
8d67e1f631
Code cleanup changes
1999-08-22 15:48:46 +00:00
mccabe%netscape.com
2290033202
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
b95a2bdd54
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
ramiro%netscape.com
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
hangas%netscape.com
acf08bfc90
Changed Select Addresses dialog to be modal.
1999-08-21 00:24:26 +00:00
hyatt%netscape.com
f1252f912a
Renaming onaction to oncommand.
1999-08-20 22:58:32 +00:00
mscott%netscape.com
294392b892
Bug #12198 --> crash when clicking mailto links in the message pane. Also, Use NS_GET_IID
1999-08-20 22:44:01 +00:00
mscott%netscape.com
d6629ef16b
fix some bogus QI stuff where we always returned nsISupports instead of what the user asked
1999-08-20 22:43:01 +00:00
alecf%netscape.com
83c2a9bcb3
add new SMTP server API
...
(incomplete implementation, not hooked up yet)
1999-08-20 04:49:04 +00:00
alecf%netscape.com
8a461a631b
add smtp server to mac/unix/windows build
1999-08-20 04:20:23 +00:00
alecf%netscape.com
f7a9184aa0
added files: mozilla/mailnews/compose/public/nsISmtpServer.idl
1999-08-20 04:17:18 +00:00
alecf%netscape.com
7daeba5653
first pass at SMTP server IDL
1999-08-20 04:13:16 +00:00
alecf%netscape.com
b283cc503e
start skeleton MANIFEST_IDL for compose for mac
1999-08-20 04:11:11 +00:00
alecf%netscape.com
9d150c0983
fix shadow warning (extra variable)
1999-08-20 03:57:37 +00:00
hangas%netscape.com
4e3b992ce5
Added dynamic addressing widget to mail compose window. It still needs work, mainly waiting on XP bugs. Hook?=sspitzer
1999-08-19 22:22:44 +00:00
rhp%netscape.com
0c309591d8
Fix for Mac bustage
1999-08-18 06:48:35 +00:00
rhp%netscape.com
759bdf22de
Fix for file paths on Mac
1999-08-18 05:15:41 +00:00
rhp%netscape.com
f4e2809684
Changes for Envelope display and fixing MHTML sending capabilities
1999-08-18 01:39:17 +00:00
ramiro%netscape.com
0e1b8a922a
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
0149d76208
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
f544ac5394
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
rhp%netscape.com
de04447949
Fix for Bug: #10813 - Approval: jevering
1999-08-14 06:36:48 +00:00
warren%netscape.com
8439e8f8ec
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
jefft%netscape.com
39d4272ec7
fix bug 6216 -- SMPT send removes CRLF lines; a=cyeh, r=rhp; tested on Windows & Mac
1999-08-12 22:07:51 +00:00
rhp%netscape.com
ed73e9beed
One final fix for charset auto detection
1999-08-11 03:38:15 +00:00
rhp%netscape.com
d84030a4f3
Fix for auto detecting charset on HTML docs when sending
1999-08-11 03:28:22 +00:00
rhp%netscape.com
b2f57b16ad
Simple fix for naming on factory for quoting
1999-08-10 21:40:25 +00:00
hangas%netscape.com
da9b69ce87
Added icon to addressing widget, change selection behavior.
1999-08-10 21:24:35 +00:00
mscott%netscape.com
e2b7332070
Add SetUsername support.
1999-08-10 18:14:27 +00:00
mscott%netscape.com
a8e8de4726
nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
...
some interface clean up work before adding GetServer to url interface.
1999-08-10 18:14:08 +00:00
mscott%netscape.com
3bc07ff67b
password and user name related clean up work.
1999-08-10 18:13:33 +00:00
mscott%netscape.com
336877984a
nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
1999-08-10 18:13:03 +00:00
mscott%netscape.com
b236661949
Add SetUserName support which is going to be needed in order to figure out the server for a url.
1999-08-10 18:12:37 +00:00
mccabe%netscape.com
d6e7410f31
Changes to the xpidl compiler -
...
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].
This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.
As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout. As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
mscott%netscape.com
b9ed205ebf
nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
1999-08-10 07:24:11 +00:00
bienvenu%netscape.com
b98ebf49f8
fix build bustage
1999-08-10 04:51:32 +00:00
alecf%netscape.com
c9c6db8c42
fix uninitialize variable
1999-08-10 04:00:38 +00:00
rhp%netscape.com
81c896bf60
fixing a non-intentional change
1999-08-10 03:15:23 +00:00
rhp%netscape.com
5cdd0f4093
Possible fix for missing spaces
1999-08-10 02:50:29 +00:00
hangas%netscape.com
aa630dc8f7
Changed background color of tree to inherit background color rather than the white picked up from xul.css
1999-08-10 01:56:51 +00:00
hangas%netscape.com
be79a29ebb
Added treeallowevents to allow click through on addressing widget.
1999-08-10 01:36:20 +00:00
hangas%netscape.com
ba19a36a47
Moved addressing widget from messengercompose to its own overlay
1999-08-09 23:59:54 +00:00
hangas%netscape.com
0b53260df1
added addressing widget to build
1999-08-09 23:59:06 +00:00
hangas%netscape.com
7a819bb885
First Checked In.
1999-08-09 23:58:19 +00:00