Граф коммитов

40 Коммитов

Автор SHA1 Сообщение Дата
naving%netscape.com 8bc1dafe9a 134291 r=mscott sr=bienvenu Make migration for 2nd profile having imap accts work. The fix is to make imapHostSessionList listen for profile-before-change topic and reset all the host (resetAll). 2002-04-16 22:42:16 +00:00
bienvenu%netscape.com d3fb80926b make clicking on a news or imap url load the folder/newsgroup r=naving, sr=sspitzer a=asa 112105 2002-03-06 01:44:07 +00:00
sfraser%netscape.com d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
sspitzer%netscape.com 7c3194119c fix for #110502. get "edit as new" and "fwd inline" to work again.
the problem is the standard url parser no longer allows us to use illegal
uris.  '_' is an illegal character in a URI (and URL) scheme.
so this patch switches from "foo_message://" to "foo-message://"
r=bbaetz,sr=bienvenu
2001-11-18 23:38:52 +00:00
gerv%gerv.net f385eb981a Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
kandrot%netscape.com d5bd552195 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
shaver%mozilla.org e2dc3d6d88 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
rickg%netscape.com c1ce80ae83 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
shaver%mozilla.org 89c833fb49 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
alecf%netscape.com 3fb16d0836 fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
alecf%netscape.com 66c82602b0 oops, forgot these in my last checkin 2000-08-17 00:05:31 +00:00
mscott%netscape.com 090c9c6039 Bug #40649 --> fix unitialized variable problem.
r=sspitzer
2000-06-05 20:04:55 +00:00
sspitzer%netscape.com 63e557c3c8 be consistent with how we define the incoming server prog ids. add a debugging
printf (for me only).  r=alecf
2000-02-06 06:51:24 +00:00
pp%ludusdesign.com 26646663e1 Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
dougt%netscape.com fd69a2f423 Landing nsIFile. 2000-01-24 21:28:28 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
mscott%netscape.com 4dcfc1d91a Bug #16394 --> call Initialize function on url after we create one
r=jefft
1999-10-17 20:03:37 +00:00
mscott%netscape.com 4cf1a0fa08 Bug #15583 --> fix warning (unused variable)
r=sspitzer
1999-10-05 22:03:50 +00:00
mscott%netscape.com 6b4c99cb33 Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR for our components
the factory should cache nsIGenericFactory objects for each
component we know how to produce.
r=sspitzer
1999-10-05 05:45:07 +00:00
mscott%netscape.com 4fc2bee2dc Bug #11837 --> rewrite the imap factory to use nsIModule.
r=bienvenu
1999-10-04 00:27:42 +00:00
jefft%netscape.com 007b95a59c enabled SaveAttachment 1999-09-20 21:07:22 +00:00
alecf%netscape.com 1d69e7e9db register imap protocol info progid 1999-09-14 00:15:08 +00:00
mscott%netscape.com 82dc060392 add nsIImapMockChannel CID and registration code. 1999-09-12 05:13:04 +00:00
mscott%netscape.com ad90319d2c Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
mscott%netscape.com 402b504467 include nsMsgImapCID.h 1999-06-22 05:00:12 +00:00
mscott%netscape.com 53bde8bcd6 Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
mscott%netscape.com 7a8df3fdfa Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-05 00:06:05 +00:00
mscott%netscape.com 9dd7b13dbe Fix mismatched delete. 1999-05-07 00:13:10 +00:00
dp%netscape.com cee9b8c834 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
bienvenu%netscape.com f064c31fdb adopt new msg uri scheme from scott, work on message loading 1999-04-25 21:51:39 +00:00
putterman%netscape.com dc3d9c5de0 Add ability to create a message. 1999-04-24 20:46:07 +00:00
bienvenu%netscape.com df188dccf2 get imap messages to display in thread pane 1999-04-23 01:33:52 +00:00
mscott%netscape.com 957c79ec03 unregister ImapResource. Compress some of the register service code for the imap resource. 1999-04-21 21:08:00 +00:00
jefft%netscape.com abeb4be98b added imap resource to the factory 1999-04-21 05:18:56 +00:00
mscott%netscape.com 7a96ad797e (not part of the build) a=cyeh.
Imap factory can now generate components for the imap service and for the imap incoming server.
1999-04-08 02:48:56 +00:00
bienvenu%netscape.com 2bbff774b0 get parser to link 1999-03-31 05:16:38 +00:00
bienvenu%netscape.com c1e5bfca2b get parser to compile 1999-03-31 04:42:08 +00:00
mscott%netscape.com 4b07436218 Not part of the build yet. a=chofmann. Initial check in of imap framework.
Imap factory is used to build the imap dll component.
1999-03-18 01:09:50 +00:00