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

524 Коммитов

Автор SHA1 Сообщение Дата
putterman%netscape.com eb30692c89 Fixes 17427, 17288. r=bienvenu. NextUnreadThread works and Next Unread Messages uses it
for optimization.  Thread counts work in thread pane.  Can now mark a replied or forwarded message
as unread.
2000-01-05 00:56:27 +00:00
alecf%netscape.com 24f15fcdf7 first pass at fix for #7808, XPIDLizing nsIMsgHdr - for now just make an exact duplicate of the C++ interface, except in XPIDL
r=putterman
2000-01-04 22:41:21 +00:00
bienvenu%netscape.com 81f77c0efc fix crash reading mail after deleting inbox.msf file, r=jefft 2000-01-04 15:58:54 +00:00
bienvenu%netscape.com ec2736182d fix memory leaks, r=sspitzer 1999-12-23 20:05:19 +00:00
bienvenu%netscape.com b6affc07ea fix 19229, imap hierarchy separator,r=jefft,a=chofmann 1999-12-17 03:06:42 +00:00
bienvenu%netscape.com 89a342ce1e fix problem threading headers by subject when date order is not arrival order, r=mscott 20421 1999-12-07 05:36:06 +00:00
warren%netscape.com 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
bienvenu%netscape.com 60c867f37a fix 18925,r=sspitzer, mozilla status flags broken 1999-11-16 04:35:29 +00:00
bienvenu%netscape.com f0abbfe834 fixes for msg threading, r=scottip 1999-11-10 00:44:45 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
putterman%netscape.com a6dc57d532 No bug. reviewed by bienvenu. OnKeyDeleted wasn't sending the correct parent
thread value because the message was being deleted before we saved off the parent.
1999-10-26 19:52:20 +00:00
bienvenu%netscape.com 37905a8223 cleanup dbs at shutdown, r=mscott 1999-10-23 01:13:10 +00:00
bienvenu%netscape.com 88533f97d5 check for null when marking header read, r=mscott 1999-10-21 22:22:07 +00:00
sspitzer%netscape.com af4500add9 fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly. 1999-10-18 20:42:06 +00:00
bienvenu%netscape.com 38709162d2 fix build bustage 1999-10-16 18:16:21 +00:00
bienvenu%netscape.com d080daf721 remove unused all threads table r=davidmc 1999-10-16 17:55:59 +00:00
bienvenu%netscape.com 51f4de442c fix mork factory r=mscott 12326, fix ref count logging 1999-10-07 14:29:45 +00:00
bienvenu%netscape.com 2e13f082fe use nsIModule for factory, r=rhp bug 000 1999-10-06 18:30:35 +00:00
beard%netscape.com 9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
mcafee%netscape.com 142dce1428 Ignore generated files. 1999-09-28 04:21:55 +00:00
mscott%netscape.com 4ffdfcbc87 Remove all of these files from the repository. They are now built in mozilla\db\mork 1999-09-22 06:14:07 +00:00
mscott%netscape.com e9c62b572f Removing mdb files from the repository. These files now live in mozilla\db. 1999-09-22 03:21:49 +00:00
bienvenu%netscape.com 09dc99eb6d cache references for performance improvement 1999-09-21 19:10:37 +00:00
mccabe%netscape.com 4f7990cd94 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
bienvenu%netscape.com cae926e644 fix mismatched delete 1999-09-18 18:45:57 +00:00
bienvenu%netscape.com ec7fff420e fix news to use folder cache 1999-09-17 20:13:22 +00:00
cls%seawood.org cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
briano%netscape.com 450edd80d1 General cleanup. 1999-09-14 23:19:19 +00:00
bienvenu%netscape.com 3456144dd5 break out UpdateFolder method from GetMessages 1999-09-14 04:02:34 +00:00
cls%seawood.org a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
bienvenu%netscape.com fa85ad9db1 cache mime convertor for sorting 1999-09-09 22:17:30 +00:00
putterman%netscape.com 464025592f Performance improvements. Separate flags initialization from other cached values
and don't init cached values until first time needed.
1999-09-09 06:19:47 +00:00
mscott%netscape.com e32ea13fc7 Bug #11405 --> Don't build mork and mdb. 1999-09-08 20:58:58 +00:00
mscott%netscape.com d9ef72f21c Bug #11405 --> stop building mailnews\db\mdb and mailnews\db\mork. 1999-09-08 20:54:20 +00:00
bienvenu%netscape.com e768441a1f use cached flag instead of asking mork 1999-09-07 18:40:59 +00:00
bienvenu%netscape.com ae16b15b4d use auto strings where possible 1999-09-07 14:57:36 +00:00
davidmc%netscape.com 5dbc2f05f7 First Checked In. 1999-09-03 22:32:58 +00:00
bienvenu%netscape.com 753cfbafd3 comment out code not ready to compile yet 1999-09-03 22:29:59 +00:00
davidmc%netscape.com c1b86c3728 file API changes 1999-09-03 22:27:25 +00:00
bienvenu%netscape.com 79b3a1efd0 add new files to makesystem 1999-09-03 22:25:46 +00:00
davidmc%netscape.com d230684a1a files, sorting, searching 1999-09-03 22:23:21 +00:00
davidmc%netscape.com abe37a512a First Checked In. 1999-09-03 22:19:04 +00:00
davidmc%netscape.com c356e81aa4 interface changes for sorting, searching, and files. 1999-09-03 22:12:58 +00:00
mscott%netscape.com 696e37bebd we need to include nsMsgMimeCID.h now 1999-09-03 22:04:44 +00:00
alecf%netscape.com 41dcac0e5c fix crash when server has no local root folder 1999-09-02 21:54:58 +00:00
bienvenu%netscape.com 835c8699d5 fix threaded view enumerator 1999-09-01 20:10:48 +00:00
putterman%netscape.com 82d604a5a0 msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll 1999-08-30 22:17:13 +00:00
bienvenu%netscape.com 4f0568a698 fix assert about auto assigning ids by commenting out atom zapping code 1999-08-29 16:50:48 +00:00
sspitzer%netscape.com c4e885520a silly change. ignore 1999-08-28 18:20:44 +00:00
bienvenu%netscape.com 922a55a1b7 replace nsIEnumerator with nsISimpleEnumerator 1999-08-26 04:41:07 +00:00
ramiro%netscape.com 7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
putterman%netscape.com 361cd83a39 Work on MarkFlagged. 1999-08-24 21:48:44 +00:00
slamm%netscape.com 319b492795 Removed items from DIRS that do not exist. 1999-08-24 21:45:26 +00:00
alecf%netscape.com 4416bea0e0 fix some uninitialized variables 1999-08-24 07:03:00 +00:00
mscott%netscape.com b5ac4cbc7f nsString updates --> nsString(eOneByte) --> nsCString 1999-08-24 00:59:56 +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
jdunn%netscape.com d4943ea017 HP's compiler won't allow deletes of void *... so a base type is needed.
I talked this over with Bienvenu and since the code will be switched
eventually to nsCString, the change is ok.
1999-08-21 00:48:02 +00:00
jdunn%netscape.com 12e301534f HP's native compiler won't allow delete's of void *... so since this
was allocated as an array of chars, i will cast the void * to char * and that works
1999-08-21 00:43:08 +00:00
bienvenu%netscape.com 88bc79a1d3 fix linux build bustage 1999-08-20 00:36:07 +00:00
bienvenu%netscape.com cdf7e72e10 add support for doing compress commit when space is wasted, make listallkeys sort 1999-08-19 22:25:16 +00:00
bienvenu%netscape.com cdd864e6c1 fix i18n sorting of sender 1999-08-18 04:05:57 +00:00
sspitzer%netscape.com b3d7f66956 change API to avoid using NS_COMFALSE. As jband puts it: NS_COMFALSE generally sucks. NS_COMFALSE is going away. fixes bug #11579 1999-08-11 03:44:32 +00:00
davidmc%netscape.com 456ae8b24f First Checked In. 1999-08-10 21:52:13 +00:00
mccabe%netscape.com 2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
bienvenu%netscape.com 98bc602428 sort by sender correctly, fix ptr/ref idl stuff in nsIMsgDatabase 1999-08-09 19:52:46 +00:00
bienvenu%netscape.com bbf4cffcd7 get rid of nsString2, more hooking up of status 1999-08-07 02:30:11 +00:00
mscott%netscape.com 716de6baf9 fix warning...we were shadowing a variable called count. 1999-08-05 23:06:23 +00:00
mscott%netscape.com e7234b3a4e Fix warnings...link is a global variable and we were shadowing it. 1999-08-05 23:02:51 +00:00
sspitzer%netscape.com ee79738f09 get mark all read to work for news. fixes #11104. use the implementation in the base class. 1999-08-04 20:14:07 +00:00
bienvenu%netscape.com b7c575997c fix check for null result when threading 1999-08-02 21:42:20 +00:00
bienvenu%netscape.com 3064de3169 only print debug statement when we're really opening a Mork db, not just finding one in the cache 1999-08-02 21:41:20 +00:00
bienvenu%netscape.com 372264ef3f enable scripting from js for opening db 1999-08-02 18:38:51 +00:00
bienvenu%netscape.com 6b686a5da5 fix some memory leaks 1999-08-01 17:03:38 +00:00
bienvenu%netscape.com 4fc9a22e1c fix memory leak of writer 1999-08-01 17:01:32 +00:00
sspitzer%netscape.com 8035a9d87c turn of my debugging printfs. 1999-07-31 19:07:05 +00:00
briano%netscape.com 0212559fff Added NSPR_LIBS so it the shared lib would build on IRIX. 1999-07-30 23:36:14 +00:00
mscott%netscape.com 01ab699db6 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
briano%netscape.com 007ea62765 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
bienvenu%netscape.com b564f818c7 protect against 0 or negative thread child count 1999-07-22 21:24:57 +00:00
bienvenu%netscape.com 39d5ea36ef fix warning described in bug 10012 1999-07-22 01:45:04 +00:00
bienvenu%netscape.com d2946a5e07 add support for thread notifications 1999-07-21 21:49:46 +00:00
bienvenu%netscape.com f515ef059c fix memory leak and comment out assertion 1999-07-21 17:49:42 +00:00
bienvenu%netscape.com 0fb371f52c ad parent key to notifications 1999-07-21 03:00:49 +00:00
davidmc%netscape.com 76638956ec moving row positions; responding to parse 1999-07-20 23:37:06 +00:00
davidmc%netscape.com 32dbcaa18a moving row positions; parsing 1999-07-20 23:36:38 +00:00
davidmc%netscape.com f6d10ca7dc moving row positions 1999-07-20 23:36:08 +00:00
davidmc%netscape.com 88f5c58a1b add inline method for inverse of 'isempty' -> 'hasmembers' 1999-07-20 23:29:05 +00:00
davidmc%netscape.com 6b70452837 cleanup 1999-07-20 23:24:51 +00:00
davidmc%netscape.com 40a96a1b1b cutting row syntax 1999-07-20 23:23:53 +00:00
bienvenu%netscape.com 6d67debb09 fix saving of uint values in dbs 1999-07-20 19:22:46 +00:00
sspitzer%netscape.com 6278501c89 fix #defines 1999-07-20 03:54:16 +00:00
bienvenu%netscape.com 46537ffe45 need to delete headers even if we can't find the thread 1999-07-19 22:43:26 +00:00
sspitzer%netscape.com 9aa894652c clean up #defines. more printfs for my benefit. 1999-07-17 22:17:00 +00:00
sspitzer%netscape.com 4aed0216c8 fix warnings 1999-07-17 18:32:18 +00:00
bienvenu%netscape.com 800fd801a4 fix memory leak of mork env 1999-07-17 02:34:29 +00:00
nhotta%netscape.com 9efdd0806a Bug fix 9968,9970, also removed unnecessary call to GetCategory(). 1999-07-16 21:12:16 +00:00
bienvenu%netscape.com b2c3ead607 turn off debug output 1999-07-16 01:46:36 +00:00
bienvenu%netscape.com 00a60ba1af check for null resultIndex 1999-07-14 17:33:21 +00:00
bienvenu%netscape.com 963984e79e turn off forcing of compress commit 1999-07-14 15:53:31 +00:00
bienvenu%netscape.com 3d0e42f707 incremental writing, memory leak fixed for davidmc 1999-07-14 15:52:46 +00:00