sspitzer%netscape.com
5ea6a0cd6d
fix for #28911 , r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
...
git-svn-id: svn://10.0.0.236/trunk@61734 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 03:52:06 +00:00
sspitzer%netscape.com
c855b50986
be consistent with how we define the incoming server prog ids. add a debugging
...
printf (for me only). r=alecf
git-svn-id: svn://10.0.0.236/trunk@59931 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-06 06:51:24 +00:00
sspitzer%netscape.com
c75cff444d
work on making -news handled arbitrarily. not working yet, as I can't
...
call the category manager from C++ yet. r=alecf
git-svn-id: svn://10.0.0.236/trunk@59802 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 23:11:19 +00:00
warren%netscape.com
f4eb982ac0
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
...
git-svn-id: svn://10.0.0.236/trunk@53341 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-12 09:07:26 +00:00
dmose%mozilla.org
0efb7c174c
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
alecf%netscape.com
54bfc70eea
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
git-svn-id: svn://10.0.0.236/trunk@52452 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:12:32 +00:00
alecf%netscape.com
e0db5266e6
turn news into a nsIModule
...
r=sspitzer
(porkjockey work)
git-svn-id: svn://10.0.0.236/trunk@51306 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 22:30:02 +00:00
waterson%netscape.com
30e53d03e9
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
...
git-svn-id: svn://10.0.0.236/trunk@50416 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 03:05:10 +00:00
sspitzer%netscape.com
3d708b73ab
my mistake, news is correct in this case. this case.
...
git-svn-id: svn://10.0.0.236/trunk@47320 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:14:22 +00:00
sspitzer%netscape.com
2e6a8fd28d
the type is nntp, not news. this was preventing me from setting mail.root.nntp
...
git-svn-id: svn://10.0.0.236/trunk@47318 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:57:34 +00:00
alecf%netscape.com
2298048c98
register news protocol info
...
git-svn-id: svn://10.0.0.236/trunk@47235 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:34:02 +00:00
mscott%netscape.com
e842ae2afa
Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
...
git-svn-id: svn://10.0.0.236/trunk@41503 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 00:42:25 +00:00
sspitzer%netscape.com
dbedb29e75
here's an idea: spell messenger correctly in the PROG IDS.
...
git-svn-id: svn://10.0.0.236/trunk@40220 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-20 04:04:09 +00:00
scc%netscape.com
a2d0be4d64
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
...
git-svn-id: svn://10.0.0.236/trunk@37444 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-29 21:01:31 +00:00
mscott%netscape.com
355cea2deb
Constructor for nntp url no longer has any arguments.
...
git-svn-id: svn://10.0.0.236/trunk@36410 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 23:52:15 +00:00
sspitzer%netscape.com
0b8541733b
nsINNTPProtocol.h is going away, since it is not being used.
...
the only thing that uses nsNNTPProtocol is nsNntpService.
remove it from the news factory.
changes to get mark message read on display working.
git-svn-id: svn://10.0.0.236/trunk@34576 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 05:39:09 +00:00
mscott%netscape.com
3817aa452b
Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
...
NSRegisterSelf / NSUnregisterSelf.
git-svn-id: svn://10.0.0.236/trunk@34375 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com
2f1c8ee8a8
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.
...
git-svn-id: svn://10.0.0.236/trunk@33856 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 23:37:16 +00:00
sspitzer%netscape.com
469bb1383f
more changes for moving creation of objects to the component manager and the news factory. a few nsCOMPtr changes. stop checking nsCOMPtrs against nsnull
...
git-svn-id: svn://10.0.0.236/trunk@33531 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 18:09:54 +00:00
sspitzer%netscape.com
b73b3a8e54
a whole bunch of changes.
...
No more NS_New* for the news objects. Now you must go through the component
manager and use the news factory.
fixes all over to deal with this.
Fix the MODULE. It should be news, not mailnews or nntp.
more scriptability (XPIDL) changes for news.
git-svn-id: svn://10.0.0.236/trunk@33481 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 02:24:08 +00:00
sspitzer%netscape.com
896d1925a8
warnings be gone! remove silly printfs. make nsMsgNewsFactory take the same
...
number of parameters as the other mail news factories, for consistency
git-svn-id: svn://10.0.0.236/trunk@30466 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 00:18:24 +00:00
sspitzer%netscape.com
4803a79333
make the news factory handle news messages
...
git-svn-id: svn://10.0.0.236/trunk@30042 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-04 02:56:33 +00:00
sspitzer%netscape.com
a41f8722fa
turn off some of my printfs
...
git-svn-id: svn://10.0.0.236/trunk@29185 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-26 18:04:17 +00:00
putterman%netscape.com
fb3008f90d
Add ability to create a message.
...
git-svn-id: svn://10.0.0.236/trunk@29082 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-24 20:46:07 +00:00
putterman%netscape.com
7c595f7cf1
Change to news instead of nntp.
...
git-svn-id: svn://10.0.0.236/trunk@28506 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-21 20:18:35 +00:00
mscott%netscape.com
df4891feb8
Clean up CreateInstance to condense some code. use progids for registering the nntp service and the nntp version of the message service.
...
git-svn-id: svn://10.0.0.236/trunk@28475 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-21 18:58:29 +00:00
sspitzer%netscape.com
59b4873d5c
work for the incoming nntp server
...
git-svn-id: svn://10.0.0.236/trunk@28407 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-21 02:55:48 +00:00
sspitzer%netscape.com
30a1fc3e1e
changes to get news in the folder pane
...
git-svn-id: svn://10.0.0.236/trunk@28280 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-20 19:08:10 +00:00
putterman%netscape.com
777d73c26c
use PL_strfree.
...
git-svn-id: svn://10.0.0.236/trunk@27192 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-12 20:24:47 +00:00
mscott%netscape.com
4d69b84f07
Not part of build yet. Register new nsNntpService component.
...
git-svn-id: svn://10.0.0.236/trunk@25069 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-25 04:47:12 +00:00
mscott%netscape.com
6de8a524e0
(not part of the build yet). Initial framework for making news a dll.
...
git-svn-id: svn://10.0.0.236/trunk@24954 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-24 02:31:49 +00:00