Commit Graph

416 Commits

Author SHA1 Message Date
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
bienvenu%netscape.com
a06f49f1ef make enums scriptable to fix startup assert 1999-07-13 19:18:35 +00:00
ducarroz%netscape.com
3bdf034280 Updated project for bienvenu 1999-07-13 18:43:33 +00:00
bienvenu%netscape.com
d55bbf93f0 add msg db as idl 1999-07-13 18:43:04 +00:00
bienvenu%netscape.com
27b0414155 idl for msg db 1999-07-13 18:42:04 +00:00
jefft%netscape.com
f998e41867 check for valid msgHdr prior calling DeleteHeader() 1999-07-07 05:25:44 +00:00
bienvenu%netscape.com
e70c2e0711 more work on threading, fix unread child counts 1999-07-06 22:53:10 +00:00
bienvenu%netscape.com
90ccc541c4 fix unix warning 1999-07-03 22:09:11 +00:00
bienvenu%netscape.com
7d5f7ee761 more work on subject threading 1999-07-02 19:19:32 +00:00