Commit Graph

1342 Commits

Author SHA1 Message Date
alecf%netscape.com
61b415c918 forgot to check in the new API 1999-08-26 06:20:06 +00:00
alecf%netscape.com
e76535e659 land new account manager
- now uniquifies servers and identities
- cleaner way of creating/finding accounts, servers, identities
- far more robust
1999-08-26 05:45:00 +00:00
putterman%netscape.com
4c5217c7c9 Add icons to move and copy menus. 1999-08-26 05:27:52 +00:00
bienvenu%netscape.com
922a55a1b7 replace nsIEnumerator with nsISimpleEnumerator 1999-08-26 04:41:07 +00:00
phil%netscape.com
e7cb5cc629 Fix bug 12494. We were misinterpreting the return code from nsString::Equals, so 'is' filters were misfiring 1999-08-25 23:58:41 +00:00
sspitzer%netscape.com
b7f3331cc3 fix #10895. Get printing to sort of work for mail/news. more bugs (and fixes) to come. this is far from complete. 1999-08-25 23:58:31 +00:00
putterman%netscape.com
0bd02cceea More work on columns. Thread column can now be clicked on to change view. Also update to make
work with recent tree changes.
1999-08-25 23:56:54 +00:00
alecf%netscape.com
8d3ef66502 don't actually create account manager until we need it
(fixes service/object timing problems on code I'm about to check in)
1999-08-25 23:03:15 +00:00
hyatt%netscape.com
9e5e8bef18 Removing toggleTwisty. 1999-08-25 11:04:38 +00:00
hyatt%netscape.com
31418bca1a Removing the twisty function. This happens automatically now. 1999-08-25 11:03:48 +00:00
sspitzer%netscape.com
0ee80769ac a little more to the fix for #12138 1999-08-25 08:08:49 +00:00
sspitzer%netscape.com
2a5c1584c4 fix for #12397 and #12138 1999-08-25 07:51:43 +00:00
brendan%mozilla.org
defeffaabd Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
bienvenu%netscape.com
0b792f7165 change create sub-folder2 name 1999-08-25 01:17:52 +00:00
putterman%netscape.com
4e2c9510f1 Add images for columns and flagged messages. 1999-08-24 21:50:23 +00:00
putterman%netscape.com
fe8109782d Work on MarkFlagged and new columns. 1999-08-24 21:49:19 +00:00
putterman%netscape.com
4ceb826702 added new columns. 1999-08-24 21:48:55 +00:00
putterman%netscape.com
361cd83a39 Work on MarkFlagged. 1999-08-24 21:48:44 +00:00
putterman%netscape.com
45e2d63fc7 ToggleFlaggedMessage implemented. 1999-08-24 21:48:24 +00:00
putterman%netscape.com
58d47cf74a work on MarkFlagged. 1999-08-24 21:47:22 +00:00
putterman%netscape.com
ec97dece00 Don't prompt for password on Biff. 1999-08-24 21:46:13 +00:00
slamm%netscape.com
319b492795 Removed items from DIRS that do not exist. 1999-08-24 21:45:26 +00:00
putterman%netscape.com
3b29523461 Added MarkFlagged interface. 1999-08-24 21:45:21 +00:00
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