Commit Graph

18128 Commits

Author SHA1 Message Date
beard%netscape.com
60259f50dd implementing nsILiveConnectManager interface methods. 1999-02-25 04:16:50 +00:00
beard%netscape.com
6abf307b0b removed eager loading, implemented GetPluginFactory() for use by OJI. 1999-02-25 04:15:39 +00:00
beard%netscape.com
ba7dc34b91 mserviceMgr -> mServiceMgr 1999-02-25 04:14:19 +00:00
beard%netscape.com
b90a900317 implemented GetPluginInfo. 1999-02-25 04:12:55 +00:00
beard%netscape.com
ff3ef49a7f Added support for NS_ALLOCATOR_CID. 1999-02-25 04:05:50 +00:00
bienvenu%netscape.com
bfefdb6288 hack up some persistance 1999-02-25 04:04:43 +00:00
bienvenu%netscape.com
d2e486af10 fix default mailbox path- needs leading / 1999-02-25 04:03:32 +00:00
mcafee%netscape.com
1f14ae886e Solaris needs newline at end of file 1999-02-25 03:34:39 +00:00
troy%netscape.com
da4193eab6 Changed nsIFrame::Init() to take an additional parameter 1999-02-25 03:27:57 +00:00
beard%netscape.com
f085f7a416 File Removed. 1999-02-25 03:13:54 +00:00
beard%netscape.com
2f42354459 nsIMalloc -> nsIAllocator 1999-02-25 03:12:01 +00:00
beard%netscape.com
d63947c58e kIAllocatorIID 1999-02-25 03:11:38 +00:00
beard%netscape.com
a12c9ec295 Using service manager for get nsILiveconnect. 1999-02-25 03:10:50 +00:00
akkana%netscape.com
e76add6d0e Add nsISelectionMgr 1999-02-25 03:08:09 +00:00
putterman%netscape.com
80388bd070 Added cached flag 1999-02-25 03:01:22 +00:00
putterman%netscape.com
2d169788d3 Added correct RDF root. 1999-02-25 02:59:30 +00:00
putterman%netscape.com
b4abbd79bb changed to use msgdb.lib 1999-02-25 02:58:35 +00:00
hyatt%netscape.com
15eef1e48f Fixes to getElementsByTagName to avoid returning nodes that aren't elements. 1999-02-25 02:58:11 +00:00
putterman%netscape.com
e44f24962d made folder lists work and added db for message counts. 1999-02-25 02:58:04 +00:00
putterman%netscape.com
a395bc3b64 Fixed clobber 1999-02-25 02:57:30 +00:00
putterman%netscape.com
6c05a2f1ee added clobber 1999-02-25 02:57:13 +00:00
putterman%netscape.com
5a0f1caf3d changed to msgdb.lib 1999-02-25 02:56:44 +00:00
putterman%netscape.com
869d1254f5 Added db for message counts 1999-02-25 02:56:13 +00:00
akkana%netscape.com
db4b6f7beb Build nsSelectionMgr & include in nsAppShell on Unix 1999-02-25 02:54:50 +00:00
putterman%netscape.com
53137a4208 Add msglocal.lib 1999-02-25 02:54:38 +00:00
akkana%netscape.com
a612748acc New SelectionMgr class 1999-02-25 02:42:06 +00:00
mscott%netscape.com
f8def9a66c First checked in. 1999-02-25 02:41:37 +00:00
vidur%netscape.com
6803ad7f1b XML books test case (not part of the build so don't shoot me). 1999-02-25 02:26:53 +00:00
bienvenu%netscape.com
eda9a5672d add new constructor from file path to avoid multiple nativization problems 1999-02-25 02:09:07 +00:00
bienvenu%netscape.com
124fe70732 add call to DoneParsingFolder so we'll commit database 1999-02-25 02:00:48 +00:00
waterson%netscape.com
2913e9af8b Added librdfutil_s.a to link. 1999-02-25 01:35:53 +00:00
waterson%netscape.com
e3f1c6ff8d Added nsRDFResource constructor to dlldeps.cpp to avoid runtime link problems on Linux. 1999-02-25 01:35:34 +00:00
ftang%netscape.com
1b6f3eb390 add charset properties file. Currently we do not use it but hard code the mapping inside the nsXXXCharset.cpp, In the future, we will use these properties file so we can have better extensibility 1999-02-25 01:29:31 +00:00
sdagley%netscape.com
e0e1b47cbc Fix bugzilla bug #2568 nsHttpUrlImpl::GetContainer was always returning with NS_OK even if the container is nil. After discussing it with rpotts I've changed it to return NS_ERROR_UNEXPECTED if mContainer is nil which fixes the Mac crash (calling QueryInterface on a nil container is probably bad everywhere though). 1999-02-25 01:28:24 +00:00
ftang%netscape.com
c19ea09b86 fix nsIPlatformCharset factory problem, add test cases for it. 1999-02-25 01:28:04 +00:00
mscott%netscape.com
2e6576f210 Build nsMailboxService. 1999-02-25 01:12:03 +00:00
mscott%netscape.com
d3e44cdc45 header file for mailbox service implementation. 1999-02-25 01:10:27 +00:00
mscott%netscape.com
e334fb9163 Export nsIMailboxService.h 1999-02-25 01:08:30 +00:00
mscott%netscape.com
ca1ed09794 Remove dependencies on local.lib. Use the mailbox service for building and running mailbox urls. This allows to just use the dll form of msglocal. 1999-02-25 01:05:36 +00:00
mscott%netscape.com
fe5145d74f Creating a protocol instance shouldn't require a transport. We should create it ourselves. When running a url, mark it as being processed. 1999-02-25 01:03:45 +00:00
mscott%netscape.com
10e2be4572 Build nsMailboxService 1999-02-25 01:02:27 +00:00
mscott%netscape.com
0b80d9ad58 Implement new nsIMsgMailNewsUrl methods... 1999-02-25 01:02:00 +00:00
mscott%netscape.com
fc7a4e9e0e Build the resources directory. 1999-02-25 01:01:02 +00:00
mscott%netscape.com
9c22a7459d New xul files to express our mail 3-pane UI. I also created a makefile.win which will export the mail news xul files into dist\WIN32_D.OBJ\bin\res\samples. 1999-02-25 01:00:19 +00:00
mscott%netscape.com
e2f5dc5293 Removing from the repository. They are getting replaced with new .xul files. 1999-02-25 00:59:03 +00:00
sar%netscape.com
cf7842999b make pull_and_build_all mean all, not just seamonkey 1999-02-25 00:01:13 +00:00
mscott%netscape.com
f2390beb9b Add msgCore.h at top for pre-compiled headers. Added ability for factory to create mailbox urls and mailbox service. 1999-02-24 22:11:10 +00:00
mscott%netscape.com
398bb12407 Remove duplicate include of xpcom32.lib. 1999-02-24 22:10:11 +00:00
mscott%netscape.com
56e3af4f61 Add class ID so our local factory can create instances of it. Use the new nsIMsgMailNewsUrl interface instead of inheriting directly from nsIURL. 1999-02-24 22:09:24 +00:00
mscott%netscape.com
aba56886e8 Export nsIMailboxService.h 1999-02-24 22:08:12 +00:00