Commit Graph

1319 Commits

Author SHA1 Message Date
jdunn%netscape.com
0ba9ffc6ee removing 'typedef' since there is no 'name' associated with it and HP don't like it 1999-08-24 18:54:36 +00:00
ramiro%netscape.com
ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
waterson%netscape.com
1d6c956a62 Fix in-memory datasource aggregation. 1999-08-24 04:59:58 +00:00
bienvenu%netscape.com
b8cfb21f2e remove doing_filters 1999-08-24 04:41:52 +00:00
bienvenu%netscape.com
26f90fa775 remove DOING_FILTERS, cleanup shutdown of mail session and writing out folder cache 1999-08-24 04:41:05 +00:00
bienvenu%netscape.com
be96b97427 clear progress when it meteors stop 1999-08-24 04:24:19 +00:00
bienvenu%netscape.com
bfa561f68f get rid of DOING_FILTERS #define 1999-08-24 04:23:31 +00:00
alecf%netscape.com
4677b0b74e oops, removing an extra method (fixes breakage) 1999-08-24 01:19:25 +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
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
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
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
76f94e6acc Code cleanup changes 1999-08-22 15:48:46 +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
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
alecf%netscape.com
cce4d3df48 remove the "depth" attribute now that we have isServer 1999-08-21 01:03:00 +00:00
alecf%netscape.com
14e0aa1a81 use isServer attribute 1999-08-21 00:59:15 +00:00
hyatt%netscape.com
d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +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
putterman%netscape.com
d25e07fa91 Remove view code. 1999-08-20 22:44:13 +00:00
putterman%netscape.com
b06e91cb28 turn threading off by default. 1999-08-20 22:43:58 +00:00
putterman%netscape.com
81e5d6723f export nsMsgStatusFeedback.h 1999-08-20 22:43:45 +00:00
putterman%netscape.com
0d0f941d49 Add nsMsgStatusFeedback to factory. 1999-08-20 22:43:17 +00:00
putterman%netscape.com
dc5ba32394 Add SetWebShell 1999-08-20 22:42:52 +00:00
alecf%netscape.com
338185e915 reflect IsServer into RDF 1999-08-20 22:42:35 +00:00
putterman%netscape.com
1fe7548c3c Remove view code 1999-08-20 22:42:29 +00:00
putterman%netscape.com
1801b7d5bd Add nsIMsgWindowData.idl 1999-08-20 22:42:03 +00:00
alecf%netscape.com
0bdba7f2fc add new isServer attribute 1999-08-20 22:41:38 +00:00
putterman%netscape.com
dbcd2c2569 add nsIMsgWindowData.idl 1999-08-20 22:40:54 +00:00
putterman%netscape.com
e97434e200 Add new file for window context. 1999-08-20 22:40:19 +00:00
alecf%netscape.com
16cbae6b2f minor cleanup to make the account manager look better 1999-08-20 07:20:03 +00:00
alecf%netscape.com
58311478a1 updates to account manager
now create a <deck> for each server, and put an <iframe> in each one
1999-08-20 02:38:02 +00:00
alecf%netscape.com
ebc4ce6cd9 add "File Here" menu item 1999-08-20 02:32:47 +00:00
alecf%netscape.com
96625b4f4e make use of prefs more robust 1999-08-20 02:24:55 +00:00
bienvenu%netscape.com
40513be898 land new folder and rename for jefft 1999-08-19 19:52:51 +00:00
mscott%netscape.com
9e1d202bf5 Fix build breakage for alecf. Be sure to build a header file for nsIUrlListenerManager.idl 1999-08-19 07:59:40 +00:00
alecf%netscape.com
6d4b23bad6 add servertype attribute so that folders show up correctly 1999-08-19 07:31:48 +00:00
alecf%netscape.com
05765119be oops, didn't mean to remove this file 1999-08-19 06:09:50 +00:00
alecf%netscape.com
3786e4744e add nsIUrlListenerManager.idl to the mac build and remove the old header once and for all 1999-08-19 06:07:33 +00:00