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

756 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com be629223b6 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
sspitzer%netscape.com 19aa6e8368 fix for bug #195354.
"when i check mail, the app just sort of freezes up for a few seconds"

bail out early if we are setting the string property to the current value.
this bug was exposed by my junk mail envelope checkin (bug #190825).

thanks to bryner for noticing the regression.

r/sr=bienvenu
2003-02-28 03:19:38 +00:00
sspitzer%netscape.com 5df8ac3e9a fix for bug #190825. add junk mail icon to header pane for messages we think are junk.
also, fix for bug #185269 (fix classic skin icon in thread pane and thread pane column header)
r/sr=bienvenu
2003-02-23 04:05:57 +00:00
sspitzer%netscape.com c1b4f251ee fix for blocker bug #189466. my warnings fix last night caused a wrap around
error when count == 0.  thanks to blizzard for catching it.
2003-01-17 21:02:40 +00:00
sspitzer%netscape.com 5558d4725a fix warnings. see bug #59673.
thanks to mozilla-bugs@nogin.org for the patch.
r/sr=sspitzer
2003-01-17 05:30:08 +00:00
dbaron%dbaron.org 99f34f283f Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:05:52 +00:00
sspitzer%netscape.com f19f9b7a6a fix for #10872. remember last selected message feature (4xp)
plus some code cleanup.  r/sr=bienvenu
2002-12-13 19:57:27 +00:00
sspitzer%netscape.com 19399bfe43 no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
bienvenu%netscape.com 78416637f9 fix crash reading some imap messages, add null check, r/sr=sspitzer 184455 2002-12-10 23:45:27 +00:00
bienvenu%netscape.com a4763259e0 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
dmose%netscape.com dbd67c504c Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +00:00
sicking%bigfoot.com 8fa4129fc1 Bug 8929: Kill NS_COMFALSE
r=peterv sr=bz
2002-11-25 11:21:22 +00:00
bienvenu%netscape.com 93858bb709 fix unused variable warning in msgdb, patch by aleksey nogin, r/sr=bienvenu 129631 2002-11-17 17:02:19 +00:00
bienvenu%netscape.com 519835179c fix mark read filters unread count handling r=cavin, sr=sspitzer 2002-11-16 18:38:35 +00:00
bienvenu%netscape.com 23e87d1e91 fix counts when adding msg to ignored thread r=cavin,sr=sspitzer 147110 2002-11-16 18:25:59 +00:00
bienvenu%netscape.com 9eb445adf4 ignore tabs in reference headers, fixes threading when folded headers have tabs, r/sr=sspitzer, 179736 thx to jmuto for diagnosing the problem, also, whitespace cleanup 2002-11-12 19:22:09 +00:00
bienvenu%netscape.com 7131ad0a35 fix crash undoing imap delete r=cavin, sr=sspitzer, 177835 2002-11-08 23:32:40 +00:00
bienvenu%netscape.com aacca6bbd0 fix mark thread watched/ignored news filter actions r=cavin, sr=sspitzer 2002-11-07 22:16:25 +00:00
naving%netscape.com db69c054eb 117835 r=cavin sr=bienvenu fixing invalid folder name containing japanese characters when you restart after creating new local folders. Also cleaning up local folders code that deals with checking for duplicate
folder names, renaming/deleting local folders
2002-11-06 01:30:31 +00:00
naving%netscape.com a9e04a1d87 fixing comment from last checkin 2002-10-09 02:54:23 +00:00
naving%netscape.com a7e5670ede 173137 r=cavin sr=bienvenu Made it so that deleting/marking read/flagged etc fails and throw
alert (only for delete) if we are compacting that folder in the background.
2002-10-09 02:47:20 +00:00
sspitzer%netscape.com 6dc889c017 cid to progid cleanup. no bug. 2002-09-27 09:32:06 +00:00
sspitzer%netscape.com 8ebae8fa1e work for #169638. make it so when you mark a message as spam from the stand alone msg
window, the other views (like the thread pane) get notified.  also, some code cleanup
to use nsCOMPtr.  r/sr=bienvenu
2002-09-26 22:56:00 +00:00
dmose%netscape.com 70158871d4 Make it possible to get an nsMsgKeyArray from an nsMsgKeySet, and to get the list of NEW messages from nsIMsgDatabase (bug 170841). r=naving@netscape.com, sr=bienvenu@netscape.com 2002-09-26 00:22:53 +00:00
sspitzer%netscape.com cee997f793 land spam UI: control panel UI, spam log UI, toolbar button, tools menu, thread pane UI.
currently, hidden by default.  more work to come.  r/sr=bienvenu.  bug #169638
2002-09-20 00:04:01 +00:00
ere%atp.fi 2445711213 Bug 167305, Folded references: headers are parsed incorrectly
r=scc, sr=bienvenu, a=asa
2002-09-09 19:26:11 +00:00
dougt%netscape.com c5e8f896cd 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
bienvenu%netscape.com 76763bdabb fix build warnings, no bug, r/sr=sspitzer 2002-08-26 22:58:50 +00:00
naving%netscape.com 6e30c94791 156558 r=cavin sr=sspitzer bienvenu Adding changes on mozilla side so that aim can show new mail status from buddies etc.. 2002-08-17 02:31:08 +00:00
bienvenu%netscape.com 273e053b88 fix purging of news headers, based on initial patch by nandini.sakar@intel.com 145355, r=me, sr=sspitzer 2002-08-10 19:47:33 +00:00
seawood%netscape.com 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
bienvenu%netscape.com 524bb9ba50 add methods to get and set string properties and other hooks part of 161226 mail extensibility hooks r=cavin, sr=sspitzer 2002-08-07 14:17:27 +00:00
bryner%netscape.com 122b978d08 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
bienvenu%netscape.com 02b8944783 fix crash selecting folder after deleting messages in another folder 121240 r=naving, sr=sspitzer 2002-07-03 00:40:55 +00:00
bienvenu%netscape.com 2b1c22388a add code to sync msg hdr flags with newsrc flags, r=cavin, sr=sspitzer original patch by ayn2@cornell.edu 64476 2002-05-30 14:27:49 +00:00
bienvenu%netscape.com 7a70d3095d fix threading by subject r=cavin, sr=sspitzer 140613 2002-05-29 21:02:58 +00:00
bienvenu%netscape.com 38ca7a2d7c fix another compiler warning, rs=sspitzer 126460 2002-05-20 21:33:47 +00:00
naving%netscape.com e0f46691a3 fixing a warning from last checkin 2002-05-17 22:29:51 +00:00
naving%netscape.com 7b7ad53efd 139576 r=bienvenu sr=mscott Fixing a performance regression in downloading pop3 mail on MAC and other platforms (not win32 & linux). This was because seek is expensive, atleast on mac. Made it so that we
seek whenever absolutely necessary.
2002-05-17 18:41:38 +00:00
bienvenu%netscape.com 8f3365c442 fix mark all read when we do get previous neww messages r/sr =sspitzer 64480 2002-05-16 23:53:40 +00:00
bienvenu%netscape.com 969fe196ca fix warning about possible use of unitialized var, r=naving, sr=sspitzer 127289 2002-05-16 14:24:36 +00:00
bienvenu%netscape.com 65301bc0cc fix crash on shutdown when duplicate mail db listeners have been registered r=naving, sr=sspitzer 141028 2002-05-01 20:48:03 +00:00
naving%netscape.com 17e34b46c4 139876 r=bienvenu sr=mscott Add two methods to nsIMsgFolder to transfer db init info when we are getting rid
of old db and creating a new db for the same folder
135275 r=bienvenu sr=mscott Added a boolean dbBatching param to EnableNotification that will tell us when
to do db batching. This param help us to not open unused stream to local dest folder in mailDatabase code, hence we can rid of #ifdef MAC.
2002-04-30 21:24:22 +00:00
bienvenu%netscape.com 4dd5f199be fix 123721 can't move/copy imap messages across imap servers r=naving, sr=sspitzer 2002-04-12 14:36:11 +00:00
naving%netscape.com 1c59a850e8 136636 r=sspitzer sr=bienvenu a=rjesup. StartBatch is called twice in some cases, so don't set m_ownFolderStream to false. fixes regressions - moving msgs/ filter corrupting Inbox. 2002-04-10 21:12:29 +00:00
naving%netscape.com 2c6aa0110b 122361 r=bienvenu sr=sspitzer a=asa. Share the output file stream created for downloading pop3 messages with
the db, so that we don't have two streams writing to Inbox - in case the user reads/deletes mail while downloading.
2002-04-05 23:52:28 +00:00
seawood%netscape.com e2d6c3d8cb More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
bienvenu%netscape.com d231ea3623 potential fix for crash reading corrupted imap messages r=cavin, sr=sspitzer, a=asa 126987 make GetMsgHdrForKey return an error when it can't create a msg hdr 2002-03-14 21:02:08 +00:00
bienvenu%netscape.com d857658388 fix problem leaking msg dbs and db's not getting closed when not in use r=naving, sr=sspitzer a=asa 129312 2002-03-07 15:43:17 +00:00
bienvenu%netscape.com f8bb0ee659 fix ref count leak of msgdb when marking local msgs read r=naving, sr=sspitzer a=asa 128910 2002-03-06 01:24:13 +00:00