Commit Graph

4834 Commits

Author SHA1 Message Date
mscott%netscape.com
b5ac4cbc7f nsString updates --> nsString(eOneByte) --> nsCString 1999-08-24 00:59:56 +00:00
mscott%netscape.com
1a47c7dd01 nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-24 00:52:36 +00:00
mscott%netscape.com
a5f3469989 cleanup some of the interfaces to make the service scriptable 1999-08-24 00:51:56 +00:00
alecf%netscape.com
68241994a3 fix a minor leak and convert nsIMsgIncomingServer to a nsCOMPtr 1999-08-24 00:31:33 +00:00
alecf%netscape.com
109da3ad7b fix leak from redundant SetKey calls 1999-08-24 00:29:55 +00:00
alecf%netscape.com
de18d6b7a4 fix most popular leak in messenger! 1999-08-24 00:28:55 +00:00
hangas%netscape.com
561a5f2454 Fixed two more problems with address book. 1999-08-24 00:28:03 +00:00
hangas%netscape.com
c8e44cb267 Fixed address book crashes and failures due to <tree> changes this weekend. a=leaf 1999-08-23 21:35:22 +00:00
putterman%netscape.com
14b158d2c0 Twisties go next to folder name instead of having their own column. 1999-08-23 14:23:30 +00:00
putterman%netscape.com
cad2487362 Change resultspane to use onselect. 1999-08-23 05:16:48 +00:00
putterman%netscape.com
b0ead65322 Changes to use onselect in threadpane. Make Next Message and Next Unread Message work
as well.
1999-08-23 02:58:28 +00:00
mccabe%netscape.com
ed5a2f8522 Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew. 1999-08-23 01:07:33 +00:00
mccabe%netscape.com
a900e17559 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
13451a44ce 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
mscott%netscape.com
2347be3f2a Add more status lines. 1999-08-22 23:02:45 +00:00
mscott%netscape.com
df8d6855e0 return NS_ERROR_NOT_IMPLEMENTED for some of the channel interface implementations 1999-08-22 22:58:40 +00:00
mscott%netscape.com
15f43bccd9 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 22:57:50 +00:00
mscott%netscape.com
5f44addf6a 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 not require it so people no longer
need to include windows.h whenever you are using a threadsafe interface.

return NS_ERROR_NOT_IMPLEMENTED for some of the channel interface implementations

Use NS_GET_IID.
1999-08-22 22:55:47 +00:00
mscott%netscape.com
922fcc469c 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 not require it so people no longer
need to include windows.h whenever you are using a threadsafe interface.
1999-08-22 22:54:05 +00:00
bienvenu%netscape.com
228fa496ae remove NS_COMFALSE 1999-08-22 18:10:21 +00:00
rhp%netscape.com
f3b8fdb88c Image cleanup 1999-08-22 15:54:20 +00:00
rhp%netscape.com
76f94e6acc Code cleanup changes 1999-08-22 15:48:46 +00:00
rhp%netscape.com
e8f74eabae Cleaning up old cruft 1999-08-22 15:42:08 +00:00
mccabe%netscape.com
17cdc659d1 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
381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com
56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
bienvenu%netscape.com
a557995e6d turn on history ab 1999-08-21 20:32:23 +00:00
ramiro%netscape.com
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com
e5dfc2a7eb Ignore generated files. 1999-08-21 12:14:23 +00:00
alecf%netscape.com
cce4d3df48 remove the "depth" attribute now that we have isServer 1999-08-21 01:03:00 +00:00
jdunn%netscape.com
ecbbcad23e HP requires a newline at end of file 1999-08-21 01:01:46 +00:00
alecf%netscape.com
44017e0d56 stop using mDepth, use IsServer instead 1999-08-21 01:01:10 +00:00
alecf%netscape.com
14e0aa1a81 use isServer attribute 1999-08-21 00:59:15 +00:00
hangas%netscape.com
7a560a2387 Trigger first, last, and display name entry off of onkeypress= instead of onkeyup= 1999-08-21 00:58:26 +00:00
jdunn%netscape.com
d4943ea017 HP's compiler won't allow deletes of void *... so a base type is needed.
I talked this over with Bienvenu and since the code will be switched
eventually to nsCString, the change is ok.
1999-08-21 00:48:02 +00:00
jdunn%netscape.com
12e301534f HP's native compiler won't allow delete's of void *... so since this
was allocated as an array of chars, i will cast the void * to char * and that works
1999-08-21 00:43:08 +00:00
hangas%netscape.com
387354986d Changed Select Addresses dialog to be modal. 1999-08-21 00:24:26 +00:00
bienvenu%netscape.com
25a9e64653 register ab history 1999-08-21 00:22:26 +00:00
hangas%netscape.com
deccca76f7 Fixed bug 10349 address book card dialogs not modal. Also made small syntax changes for rdf. 1999-08-21 00:16:01 +00:00
bienvenu%netscape.com
3592015a79 add ab history to build 1999-08-20 23:34:55 +00:00
bienvenu%netscape.com
2df575014f add history ab 1999-08-20 23:28:48 +00:00
hyatt%netscape.com
d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
putterman%netscape.com
8bf1a9a349 Only use base GetPrettyName instead of LocalMail. 1999-08-20 22:49:04 +00:00
putterman%netscape.com
ce0f3e0ba2 Use nsISupports. 1999-08-20 22:47:55 +00:00
putterman%netscape.com
da1d392ac2 Create datasources in js and rewrite views. 1999-08-20 22:47:12 +00:00
putterman%netscape.com
af3c5994ad Add SetWebShell. 1999-08-20 22:46:10 +00:00
putterman%netscape.com
117e32a55e Add nsIMsgWindowData 1999-08-20 22:45:47 +00:00
alecf%netscape.com
a6f3a74bc8 add new server icons and put them in the folder pane using the new IsServer property 1999-08-20 22:45:36 +00:00
putterman%netscape.com
af7bf27f73 added nsIMsgWindowData 1999-08-20 22:45:16 +00:00
putterman%netscape.com
90646987f1 Folder names only called when depth 0. Temp until IsServer implemented. 1999-08-20 22:44:44 +00:00