Commit Graph

834 Commits

Author SHA1 Message Date
bienvenu%netscape.com
23360b07ab fix umr in nsDBFolderInfo.cpp, rs=sspitzer 111382 2001-11-24 16:41:38 +00:00
bienvenu%netscape.com
2cb171023b use xpcom add/release ref calls now that mork supports them 110850 reduce memory allocations when painting 110820 cache folder charset 102806 r=naving, sr=sspitzer 2001-11-21 21:51:34 +00:00
bienvenu%netscape.com
154f1306d2 remove unused code, r=naving, sr=sspitzer part of general footprint bug 110820 2001-11-21 15:51:39 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
dbaron%fas.harvard.edu
bfb2f49916 Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc 2001-11-07 04:12:20 +00:00
sspitzer%netscape.com
52d9bf03b9 bulletproofing fix for #105183 to help us prevent the crash
and track this down.  r/sr=bienvenu
2001-11-03 01:32:30 +00:00
bienvenu%netscape.com
306455aad9 check for null db folder info 107457 rs=sspitzer 2001-10-30 00:09:35 +00:00
jaggernaut%netscape.com
f02611e9eb Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-29 09:27:57 +00:00
bienvenu%netscape.com
b8621ca475 fix for topcrash in morkRowObject::closerow r=naving, sr=sspitzer 2001-10-28 20:25:12 +00:00
cavin%netscape.com
ecc90c94ff Bug #74955: When loading folders, preset the msg hdr cache table size to eliminate
the need of allocating and de-allocating tables. Same thing for users of nsUInt32Array
and nsUInt8Array. r=bienvenu, sr=sspitzer.
2001-10-26 02:02:58 +00:00
bienvenu%netscape.com
5955ba4686 add backend support for labels r=ssu, sr=sspitzer 106067 2001-10-23 22:06:03 +00:00
dougt%netscape.com
0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
bnesse%netscape.com
73c9a1111f Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf. 2001-10-22 20:54:48 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
sspitzer%netscape.com
aa66b41aa7 fix for #104498, optimize ParseReferences() / SetReferences().
rs=bienvenu
2001-10-12 23:23:11 +00:00
nhotta%netscape.com
13654d2c38 Changed to convert MIME decoder's output of sender's address from UTF-8 to UCS2,
bug 94103, r=sspitzer, sr=bienvenu.
2001-10-12 21:22:18 +00:00
bienvenu%netscape.com
bfdc49509c fix losing read state of news messages r=naving, sr=sspitzer 103824 2001-10-10 19:25:07 +00:00
bryner%netscape.com
2b0eb53ec4 Removing references to xp_file.h, for bug 38061. Patch from cls, r=bryner, sr=alecf. 2001-10-08 07:22:27 +00:00
bienvenu%netscape.com
b281c2ae1b fix memory leak of mdbEnv and m_dbFolderInfo r=naving, sr=sspitzer 103003 2001-10-06 01:06:28 +00:00
bienvenu%netscape.com
ff775f6d6a fix memory leak on every mime2 decode trying to get global charset r=sspitzer, sr=mscott 102466 2001-10-03 01:02:00 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
bienvenu%netscape.com
f780098a4b add method to clear hdr cache on db (to be used when changing folders) r=naving, sr=sspitzer part of fix for 93013 2001-09-28 23:07:27 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
bienvenu%netscape.com
9b1ca9022b fix 98689 mark all read local folder leaves db invalid r=naving, sr=sspitzer 2001-09-22 00:21:13 +00:00
jaggernaut%netscape.com
d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
bienvenu%netscape.com
5d3d503163 fix problems playing back offline deletes when delete model is not delete to trash r=naving, sr=sspitzer 96631 2001-09-14 04:47:43 +00:00
mkaply%us.ibm.com
4ca3cf959e #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:50:35 +00:00
bienvenu%netscape.com
4b3f5e162f part of fix for problems saving imap messages offline as templates, rs=sspitzer 81690 2001-09-11 01:23:51 +00:00
alecf%netscape.com
b096718382 add REQUIRES support to mailnews b=98371 r=cls 2001-09-10 20:42:53 +00:00
bienvenu%netscape.com
75c97262c9 implement offline undo of imap delete r=naving, sr=sspitzer a=asa 93128 2001-08-23 14:35:50 +00:00
cls%seawood.org
a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
bienvenu%netscape.com
c9e2381cd0 part of fix for 64476 news counts getting off r=sspitzer, sr=mscott 2001-08-01 01:14:54 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
bienvenu%netscape.com
2d3c9d9b01 don't allow thread unread counts to be negative r=naving, sr=mscott fixes one case of 64476 2001-07-20 13:13:32 +00:00
dbaron%fas.harvard.edu
aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
mkaply%us.ibm.com
d801288b4d IRIX bustage - CRLF 2001-07-13 13:54:08 +00:00
mkaply%us.ibm.com
d64c9d1319 More CRLF bustage for IRIX 2001-07-13 11:48:54 +00:00
bienvenu%netscape.com
f2d834d293 handle corrupted local .msf files 86364 r=naving, sr=sspitzer 2001-07-12 13:41:08 +00:00
bienvenu%netscape.com
94227af972 bullet proof for top crash in nsMsgDatabase::GetThreadForSubject 90253 r=naving, sr=sspitzer 2001-07-12 13:40:34 +00:00
naving%netscape.com
2e71bfd271 17204; r=naving sr=sspitzer patch by bienvenu to make offline stores keep track of expunged bytes. 2001-07-09 22:09:35 +00:00
jaggernaut%netscape.com
5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
sspitzer%netscape.com
98e3972c84 fix for bug #86326. make it so news is threaded by default.
r=bienvenu, sr=mscott.
2001-06-29 00:48:14 +00:00
cls%seawood.org
fdb5f40be4 ^Ms bad. 2001-06-28 08:22:24 +00:00
cls%seawood.org
3e7bb1318e dos2unix is your friend. say good-bye to pesky ^Ms. 2001-06-28 08:21:23 +00:00
cls%seawood.org
9663f67f7d Removing extra ^Ms to fix irix bustage 2001-06-28 06:22:48 +00:00
bienvenu%netscape.com
cd24eabcfa fix threads created with root msg with id 1 not to have thread id 1, fix handling of errors opening dbs r=naving, sr=sspitzer 84438 2001-06-28 01:21:45 +00:00
waterson%netscape.com
b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org
bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
scc%mozilla.org
1f69171c8f bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316 2001-06-18 03:50:12 +00:00
scc%mozilla.org
a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
bienvenu%netscape.com
523249b37d fix for saving view and sort info across folder compacts r=naving, sr=sspitzer 82455 a=drivers 2001-06-07 14:01:48 +00:00
cls%seawood.org
fd91224e9a Convert nsMsgDB to use generic NS_IMPL_NSGETMODULE macros needed for static builds.
Bug #83522 r=bienvenu sr=mscott a=blizzard
2001-06-07 05:56:20 +00:00
bienvenu%netscape.com
39d76ec4be fix delimiter used to separate multiple folder destinations for offline copy r=naving, sr=sspitzer, a=drivers@mozilla.org 83980 2001-06-04 23:22:46 +00:00
bienvenu%netscape.com
6898529097 fix infinite loop expanding certain threads, r=naving, sr=sspitzer a=drivers@mozilla.org 82595 2001-05-30 04:00:21 +00:00
bienvenu%netscape.com
58e056b443 fix 82285 hang playing back offline moves from local folder to imap folder rs=sspitzer a=putterman 2001-05-24 03:15:30 +00:00
bienvenu%netscape.com
ece972d9fc fix for crash cleaning up mail dbs on shutdown on mac r=brade, sr=sspitzer, a=putterman 82195 2001-05-23 01:26:48 +00:00
bienvenu%netscape.com
b5937b3395 fix crash first time bringing up mail on the mac r=naving, sr=sspitzer 81492 2001-05-21 22:22:47 +00:00
jst%netscape.com
77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
bienvenu%netscape.com
81fb2b8290 fix crash saving draft while offline sr=sspitzer 81487 (and whitespace fixes) 2001-05-18 23:11:45 +00:00
bienvenu%netscape.com
2d61cb101c fix initial default sort order to be ascending rs=sspitzer related to checkin for 12896 2001-05-18 01:17:43 +00:00
bienvenu%netscape.com
040a28b39c add ability to persist view info r=naving, sr=sspitzer part of work for 12896 2001-05-18 00:53:21 +00:00
brendan%mozilla.org
38fa3fed08 Add optional JSDHashTableOps.initEntry hook, spruce up comments (74883, r=waterson, sr=shaver). 2001-05-15 21:07:10 +00:00
sspitzer%netscape.com
03fb171268 remove unnecessary local variable. rs=bienvenu 2001-05-10 07:24:03 +00:00
bienvenu%netscape.com
bc4ef6f9fc fix marking news messages read from memory cache r=naving, sr=sspitzer 76385 2001-04-29 22:49:11 +00:00
bienvenu%netscape.com
43cb6c8503 remove unneeded parent change notification r/sr=sspitzer 2001-04-29 22:47:06 +00:00
cls%seawood.org
00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
nhotta%netscape.com
07a90c082d Changed GetCharPtrCharacterSet to use the global default when a folder charset is empty,
bug 77152, r=ducarroz, yokoyama, sr=bienvenu.
2001-04-27 21:36:11 +00:00
nhotta%netscape.com
413210e80d Changed to add/remove observer in nsDBFolderInfo instead of doing it from the module,
also changed to use XPCOM_SHUTDOWN to release the observer at shutdown,
bug 74772, sr=alecf,bienvenu.
2001-04-26 18:48:45 +00:00
bienvenu%netscape.com
6304afcda8 fix problem with new messages icon not showing up on inbox r=sspitzer, sr=mscott 76130 2001-04-17 14:36:23 +00:00
bienvenu%netscape.com
e9c87145da fix handling of new flag for filtered pop messages r=gaytrib, sr=sspitzer 55900 2001-04-12 23:39:18 +00:00
bienvenu%netscape.com
eeb2282360 make sure m_mdb gets assigned so we don't have UMR read sr=sspitzer, no bug 2001-04-12 04:47:04 +00:00
bienvenu%netscape.com
76fd4f58d8 fix crash in nsMsgCopyMsgHdr sr=sspitzer 41933 2001-04-12 04:46:13 +00:00
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
nhotta%netscape.com
660410c0c6 Fix the backend problem of override inheritance, also changed to use nsIObserver for pref callback,
bug 74772, r=yokoyama, sr=bienvenu.
2001-04-11 00:14:08 +00:00
sspitzer%netscape.com
7f6aa21d4f fix for #46619. show the attachment icon in the thread pane if the message
has an attachment.  until we get a "news message with attachment"
icon, use the "mail message with attachment" icon.
r/sr=mscott,bienvenu
2001-04-06 03:43:00 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
rickg%netscape.com
169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
sspitzer%netscape.com
9d55928600 fix warnings 2001-04-02 09:20:17 +00:00
mkaply%us.ibm.com
5f5b489750 #73191
r=beard, sr=brendan
Remove CRT_CALL - change to PR_CALLBACK or JS_DLL_CALLBACK appropriately
2001-03-26 23:21:53 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
sspitzer%netscape.com
5ca94b9cc5 #72826 fixed sort by sender. r=ducarroz, sr=sspitzer. (thanks to jgmyers for the patch).
#72819 added ascend / descend to the "View | Sort By" menu.  sr=bienvenu

#72248 properly update the checkboxes for the "View | Sort By" menu (when it is created).  sr=bienvenu

#21094, #72823 some work for "select thread" / "select flagged".  sr=bienvenu

change some printf("fix me") into assertions to catch problems.

remove some dead js.
2001-03-23 04:39:54 +00:00
bienvenu%netscape.com
b10dfa45f7 add boolean for purging offline msg bodies by msg age sr=sspitzer, 15865 2001-03-22 14:40:35 +00:00
timeless%mac.com
e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
jgmyers%netscape.com
719c4dae1d Fix more callers of the MIME header decoder: bug 65277 r=nhotta r=ducarroz sr=bienvenu 2001-03-21 03:20:23 +00:00
dbaron%fas.harvard.edu
c35f64b6e0 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage from mailnews performance branch landing by adding new header file dependencies to REQUIRES. 2001-03-17 03:49:10 +00:00
mscott%netscape.com
fe4edc0bea Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
dprice%netscape.com
edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
shaver%mozilla.org
fcf7cd0d9f 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
naving%netscape.com
2bf12813c3 65630. sr=bienvenu. Do batching only if the platform is not MAC. Also m_folderStream
should point to m_folderSpec and not m_dbName
2001-03-06 02:23:52 +00:00
naving%netscape.com
2f15f5198f 70476. Backing out my changes for bug #65630. No reviewer 2001-03-03 00:22:12 +00:00
disttsc%bart.nl
277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
dprice%netscape.com
199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
naving%netscape.com
5e0ab81eb9 #65630 sr=sspitzer, bienvenu. The folder stream should be opened on the berkeley mailbox
rather than on the summary file.
2001-02-26 19:05:01 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
sspitzer%netscape.com
47d0f8f4ea adding some debugging printfs, for my benefit. no reviewer. 2001-02-17 02:21:44 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
bienvenu%netscape.com
f21adc57c6 more work on playback of offline imap ops 15865 r=naving,sr=mscott 2001-02-03 17:48:24 +00:00
disttsc%bart.nl
42f876613a Fix senna bustage, update REQUIRES (add imap). 2001-02-01 18:49:13 +00:00
bienvenu%netscape.com
5c414f1399 more work on offline imap operation playback r=naving, sr=sspitzer,mscott 15865 2001-02-01 15:16:28 +00:00
bienvenu%netscape.com
c9e3be1e5f more work for offline imap, add offline imap operation class r=sspitzer, sr=mscott 15865 2001-01-27 18:47:21 +00:00
sspitzer%netscape.com
8504654938 add file to build for bienvenu 2001-01-27 18:40:39 +00:00
bienvenu%netscape.com
8d676f512a more work for offline imap r=sspitzer, sr=mscott 15865 2001-01-27 18:35:10 +00:00
sspitzer%netscape.com
8e4fe99de9 add nsIMsgOfflineImapOperation.idl to the build 2001-01-27 18:23:04 +00:00
bienvenu%netscape.com
072c463eed fix build bustage 2001-01-27 17:37:14 +00:00
bienvenu%netscape.com
08bc27787a add nsIMsgOfflineImapOperation.idl to build r=sspitzer,sr=mscott 15865 2001-01-27 16:39:20 +00:00
sspitzer%netscape.com
f5a1601332 turn off some debugging printfs relating to bug #66553. sr=bienvenu 2001-01-26 04:42:47 +00:00
nhotta%netscape.com
b29a156ff1 Changed to support charset override for message headers, ignore the header specified charset and use the folder charset for the charset conversion,
bug 65277, r=mscott, sr=bienvenu.
2001-01-25 23:39:22 +00:00
bienvenu%netscape.com
c2aed3d6f8 add offline imap operation support, NOT YET PART OF BUILD 2001-01-24 15:47:56 +00:00
mkaply%us.ibm.com
0cddd31ff7 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
bienvenu%netscape.com
31e1a9b019 rearrange column setting and getting code as part of offline support, also fix phantom msg counts r=naving, sr=mscott 2001-01-18 00:42:02 +00:00
bienvenu%netscape.com
53e9a2cb99 more work on purging of offline imap/news messages r=sspitzer, sr=mscott 15865 2001-01-11 04:07:24 +00:00
jgmyers%netscape.com
8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
bienvenu%netscape.com
c06b5f0b5f fix 64456, cache file stream when updating multiple local messages, r=sspitzer, sr=mscott 2001-01-08 19:18:22 +00:00
naving%netscape.com
0de6973509 58955. r=sspitzer sr=bienvenu. Copying the msg header when there is a move from pop->imap
so that in case of undo the header can be restored. Eliminating the dependency that
the imap folder is selected.
2001-01-08 01:58:06 +00:00
bienvenu%netscape.com
a008c5a045 more work on newsgroup hdr purging sr=sspitzer 17217 2001-01-05 04:40:27 +00:00
nhotta%netscape.com
8de62518a5 Added override field to db to support folder level charset override, bug 39756, r=sspitzer, sr=bienvenu. 2001-01-04 22:13:56 +00:00
sspitzer%netscape.com
766835a907 fix for #64259. performance optimizations. when in threaded mode.
this should help folder loading when the folder (or newsgroup) is threaded.
sr=bienvenu.
2001-01-04 07:30:39 +00:00
sspitzer%netscape.com
159f236fdd fix build bustage. 2001-01-04 00:33:30 +00:00
sspitzer%netscape.com
e2955b1ba8 make the message view persist on a per folder basis. (#63853)
make it so you can view "threads with unread".  (#52927)
threaded and unread are no longer mutually exclusive.

later, I'll add "unread threaded" which is no the
same thing as "thread with unread".

fix the nsMsgMessageDataSource() to ask the view, thread or msg database for existance of messages, instead of getting an enumerator for all messages, and seeing if it is non empty.  more performance work on the way.

move enums from MailNewsTypes.h to MailNewsTypes2.idl, so that I can use the same ones from JS and C++.

sr=bienvenu
2001-01-04 00:12:36 +00:00
bienvenu%netscape.com
b1208e5479 work on offline disk space mgmt sr=ssptizer for mscott 17217 2001-01-01 22:00:17 +00:00
sspitzer%netscape.com
92b52da5c1 fix leak. sr=syd 2000-12-23 01:02:25 +00:00
sspitzer%netscape.com
a29d117293 fix for #63625. sr=bienvenu 2000-12-22 23:29:12 +00:00
sspitzer%netscape.com
22cb14ad21 fix for #63625, sr=bienvenu.
nsINewsDatabase.h -> nsINewsDatabase.idl
2000-12-22 23:28:56 +00:00
sspitzer%netscape.com
dd89c6c5d9 new file, part of fix for #63625. sr=bienvenu 2000-12-22 23:24:44 +00:00
bienvenu%netscape.com
13047df8bc add newline at eof 2000-12-09 01:24:22 +00:00
bienvenu%netscape.com
0dd6d239c4 more work on offline message storage and retrieval, r=sspitzer, sr=mscott 15865 2000-12-09 01:15:16 +00:00
alecf%netscape.com
af0eb76d7c fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
bienvenu%netscape.com
52b7710d4c work on offline msg support r=sspitzer, sr=mscott 15865 2000-12-06 19:35:43 +00:00
sspitzer%netscape.com
4fa551beb6 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
sspitzer%netscape.com
0c23e63e43 fix uninitialized variable. #59673. sr=alecf 2000-11-11 14:58:52 +00:00
sspitzer%netscape.com
4a3e4e1bc1 fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:15:28 +00:00
sspitzer%netscape.com
5378c7ef8e add a sneaky hack for testing if rdf random access enumerators will
be a performance win, if we implement them.

this is temporary code.

(the other piece is non-temporary.  we had an uninitialized variable)

r=putterman, sr=mscott.
2000-11-09 03:57:50 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
bienvenu%netscape.com
ba0c4d9e10 fix for 55983 pop filters mis-applied r=jefft, sr=alecf, a=jar 2000-10-24 14:38:20 +00:00
bienvenu%netscape.com
462b80f030 fix problem with missing all hdr tables in msg db making it impossible to get new headers r=scottip sr=mscott 55432 2000-10-10 01:22:44 +00:00
bienvenu%netscape.com
6c09e09665 fix corruption of msg threads r=scott 53184 2000-09-20 03:41:34 +00:00
rayw%netscape.com
0257791053 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
nhotta%netscape.com
df12b41dab Added a callback to listen the pref change by UI, added a function to nsIDBFolderInfo to check if default charset is used, bug 50054, r=bienvenu. 2000-09-11 23:29:50 +00:00
bienvenu%netscape.com
27928b4d5a fix hash table memory leak r=sspitzer 2000-09-09 19:30:50 +00:00
bienvenu%netscape.com
25d4115457 fix 51545 ref-counting problem with headers in header cache r=sspitzer 2000-09-08 04:08:05 +00:00
bienvenu%netscape.com
96ec39f22f part of fix for 19618 problem with thread counts r=putterman 2000-09-07 18:42:07 +00:00
bienvenu%netscape.com
a3477f2a06 work on improving startup time, fix memory leaks 26455 r=mscott 2000-09-04 23:34:31 +00:00
mkaply%us.ibm.com
ba6fc347ab OS/2 VACPP Tinderbox break
CRT_CALL goes after the return type, before the function name
2000-09-01 22:01:58 +00:00
bienvenu%netscape.com
1cf9fc4e8b use PLDHash instead of nsHashTable r=brendan 46116 2000-09-01 01:23:25 +00:00
nhotta%netscape.com
1f12d3c15c Changed to pad one more null byte after a collation key, bug 15142, r=putterman. 2000-08-28 22:32:01 +00:00
bienvenu%netscape.com
fcfdcb37ec fix memory leak of msghdrs r=mscott 2000-08-26 20:48:27 +00:00
beard%netscape.com
1196739ccc Added MOZ_COUNT_CTOR/DTOR to track leaks. 2000-08-26 02:28:51 +00:00
putterman%netscape.com
101e88d8e4 Fix for 15142. Secondary sort by date for thread pane columns. patch by nhotta. r=scottip. 2000-08-19 21:36:05 +00:00
bienvenu%netscape.com
2eb392f657 improve corrupt db detection and handling part of fix for 48466 r=mscott 2000-08-18 13:14:27 +00:00
bienvenu%netscape.com
a53930cd64 don't link in js, that was just for testing 2000-08-16 23:52:32 +00:00
bienvenu%netscape.com
eebba15c70 part of fix for writing out newsrc files on a timer r=mscott 29743 2000-08-16 23:33:19 +00:00
warren%netscape.com
84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
nhotta%netscape.com
6cda25b372 Changed GetCharacterSet to return a default if no folder charset is stored, bug 46542, r=bienvenu. 2000-08-02 22:07:47 +00:00
bienvenu%netscape.com
d0a34b140d keep folder cache from getting stale, r=putterman 18346 2000-07-26 21:29:46 +00:00
bienvenu%netscape.com
998e626e93 turn on green icon for local folders that get messages filtered into them from pop, fix clearing it for local folder msgs r=gayatrib 43884 2000-07-17 23:18:37 +00:00
cls%seawood.org
e87a1b7b11 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
bienvenu%netscape.com
51906bcb55 fix for 41754 threads not showing up completely r=jefft 2000-06-17 13:48:04 +00:00
bienvenu%netscape.com
c81725307d add ability to set charset on msg hdr for i18n search r=putterman, 33101 2000-06-11 22:08:08 +00:00
inaky.gonzalez%intel.com
98157fd5a1 Fixed nsSupportsHashtable behaviour and API to fix leaks in
nsDirectoryService. Fixes bugs #38606 and #39859.

a=waterson; r=rayw,brendan,warren
2000-06-06 22:06:56 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
ducarroz%netscape.com
44310620a7 Fix for bug 34467. We need to put back the double quote in some case. Let the parser do the right job. R=alecf 2000-05-04 22:16:25 +00:00
alecf%netscape.com
f079776b39 make priority a scriptable type
add scriptable enums for priority
make more of the search interface use nsIMsgSearchValue instead of nsMsgSearchValue
2000-05-01 23:19:46 +00:00
bienvenu%netscape.com
1cd3759e93 avoid cell api's, get yarn directly from column, performance win, r=waterson 2000-04-24 03:42:15 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
scc%netscape.com
5af36c0b61 making string conversions explicit 2000-04-23 10:58:27 +00:00
jefft%netscape.com
e2e71e57b2 make sure we write out 4 digit status flag; this fixes local mail folder corrupted problem when updating folder message flags 2000-04-19 03:39:45 +00:00
bienvenu%netscape.com
9a834c2293 maintain mailboxname across imap uid validity change 2000-04-17 01:46:47 +00:00
bienvenu%netscape.com
a91714cc03 fix problem saving flags when we blow away dbs 32531 2000-04-16 22:09:52 +00:00
sspitzer%netscape.com
b3fac19544 fix for blocker bug #34438. we weren't linking in -lmsgbaseutil, which left
us with an unresolved symbol, which caused bad things at run time.

there may be more, I'm trying to find them now.

a=leaf.
2000-04-04 19:33:10 +00:00
cls%seawood.org
fdd09457b4 Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
bienvenu%netscape.com
d90d59bf1d back out changes for in-reply-to header; I don't need them after all 2000-04-04 00:52:22 +00:00
bienvenu%netscape.com
2c7746fcdc remove unused view attachments as links option, work on in-reply-to header, r=sspitzer 2000-04-03 03:22:56 +00:00
bienvenu%netscape.com
aae571ade1 more work on imap delete model, r=putterman 16805 2000-03-30 23:08:53 +00:00
bienvenu%netscape.com
3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
bienvenu%netscape.com
688286d453 add accessor for expunged bytes, r=jefft 2000-03-24 21:33:04 +00:00
alecf%netscape.com
32bacdb3e9 First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman 2000-03-24 08:10:59 +00:00
nhotta%netscape.com
e1ef01689d Changed to use nsILocaleService instead of nsLocaleFactory, bug 18338, r=bienvenu. 2000-03-20 22:50:55 +00:00
jefft%netscape.com
dd2accbee8 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
putterman%netscape.com
7fabaf0326 r=bievenu. fix for 16966. Can now mark a thread read. 2000-03-14 05:31:56 +00:00
bienvenu%netscape.com
e5cd3ce413 add in use hdr cache, performance enhancement, r=scottip 2000-03-14 03:39:43 +00:00
rickg%netscape.com
0e8a2aaf7a replaced calls to deprecated string methods 2000-03-12 21:09:50 +00:00
bienvenu%netscape.com
f990b71747 fix threading performance with header cache, r=mscott,a=phil 28233 2000-03-01 04:15:12 +00:00
putterman%netscape.com
5f45c92152 a=phil. r=bienvenu. More work on 26456, speeding up Imap mail folder loading by
reusing dbhdr in syncflags.
2000-02-26 20:48:14 +00:00
bienvenu%netscape.com
8e74df3de9 fix problem after stopping folder reparse, r=putterman, a=phil 28324 2000-02-21 21:08:53 +00:00
bienvenu%netscape.com
057b3e4a97 fix reparenting when top level msg in thread is deleted, r=putterman,a=phil 27688 2000-02-18 00:44:53 +00:00
sspitzer%netscape.com
03dd9e5a6e fix for #8075. use the newsrc files (~/.mozilla/<profile>/News/newsrc-<hostname>) for the unread/read status instead of the msgdb. r=alecf 2000-02-15 08:35:40 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
pp%ludusdesign.com
d8d073bd7c Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
ducarroz%netscape.com
4f851be879 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
bienvenu%netscape.com
994358ad34 fix 25343 problems in threaded view, r=putterman 2000-01-28 23:18:46 +00:00
bienvenu%netscape.com
e6e750bc3f try breaking up long line - I have no idea 2000-01-28 05:18:55 +00:00
bienvenu%netscape.com
48d9801751 add MarkThreadRead, cache thread parent, r=sspitzer, putterman 2000-01-28 00:42:03 +00:00
akkana%netscape.com
9131f68b78 Fix build bustage -- should be using PR_MIN, not MIN 2000-01-26 03:03:42 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00