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

1389 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org bde8e1b0f7 Bug #219204 --> posting news articles adds line break at its end. Patch by ch.ey@gmx.net (Christian Eyrich)
sr=mscott
2003-10-16 23:19:55 +00:00
scott%scott-macgregor.org 6c6106530b Bug #193317 --> 100% CPU viewing news w/ a background image. Fix this by not implementing SetOriginalURI. This was
confusing image lib which reloads the image if the current url on the channel does not match the original URI on the channel. 

IMAP does not implement this method either.

r/sr=bienvenu
2003-09-17 18:01:50 +00:00
neil%parkwaycc.co.uk 070e42ff42 Bug 36816 news should default to using the server username and password for all groups p=johannesteichmann@web.de r=bienvenu sr=mscott 2003-09-16 09:45:49 +00:00
timeless%mozdev.org 7feabc4a92 Bug 180927 nsNNTPNewsgroupList::CleanUp deletes uninitialized m_knownArts.set
r=dmose sr=bz
2003-09-11 16:53:15 +00:00
bienvenu%nventure.com be51e4ae64 whitespace cleanup, no bug, r/sr=me 2003-09-11 02:30:17 +00:00
bienvenu%nventure.com c01ba1217f fix crash reading news msg in newsgroup when two accounts point to the same server, patch by frank.schoenheit@gmx.de, whitespace cleanup by me, r=bienvenu, sr=mscott, a=asa 210547 2003-09-10 14:55:19 +00:00
bryner%brianryner.com 5cd0bcdb7a Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:56:05 +00:00
bryner%brianryner.com 57cad2e840 Change static_cast of nsFileSpec -> nsFilePath to explicit construction of nsFilePath, to avoid problems with gcc 3.4. Bug 218551, r/sr=dbaron, a=brendan 2003-09-07 22:53:49 +00:00
sspitzer%mozilla.org 7344235c2e fix for bug #210089
crash when reading a news posting in a newsgroup containing a "&" in its name

r/sr=bienvenu, a=sspitzer for 1.5b

thanks to frank.schoenheit@gmx.de for the help.
2003-08-20 03:47:18 +00:00
bienvenu%nventure.com c72bbe58d0 speedup downloading of news messages for offline use 214525 r/sr/a=sspitzer 2003-08-09 02:01:45 +00:00
bienvenu%nventure.com 4b172c2ff9 re-use offline store stream when doing a mass download of news messages, r/sr=scott attempt to speed up mass download, 214525 also cleanup tabs and formatting 2003-08-05 23:58:36 +00:00
neil%parkwaycc.co.uk 1377512401 Bug 213974 too many checkboxes in subscribe window r=varga sr=bienvenu 2003-07-29 21:33:56 +00:00
bienvenu%nventure.com 76fcfabeb1 remove unused methods, addUnique and replaceElement 214120 miscellaneous cleanup r/sr=mscott 2003-07-28 01:51:20 +00:00
jaggernaut%netscape.com 4e7c966d11 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
jaggernaut%netscape.com 83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
stephend%netscape.com 8ee37e9f72 Bug 212446. UMR in nsNNTPNewsgroupList::ProcessXOVERLINE. Patch by Timeless <timeless@myrealbox.com>. r/sr=sspitzer@netscape.com. Tested under Purify by Stephen Donner <stephend@netscape.com> 2003-07-13 19:43:21 +00:00
scott%scott-macgregor.org 2462f8b8d8 Thunderbird now uses a dynamically generated 3-pane. No more alternate 3-pane xul file, so remove the C++ code
that tries to launch the alternate 3-pane.

Land the new vertical 3-pane for thunderbird. Folder pane | Thread Pane | Message pane.
2003-07-12 20:38:22 +00:00
caillon%returnzero.com 4cc64cee34 Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
timeless%mozdev.org 048916b764 Bug 186725 nntp service NewURI doesn't check to see if SetSpec failed..
r=caillon sr=darin
2003-06-15 19:36:26 +00:00
alecf%flett.org 2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com bde9a95afd Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:29:40 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
timeless%mozdev.org b6c634fca6 Bug 180927 nsNNTPNewsgroupList::CleanUp deletes uninitialized m_knownArts.set
r=dmose sr=bz
2003-05-23 21:42:41 +00:00
cavin%netscape.com 72f75498c9 Fix for 205729. Added 'aMsgWindow' input parameter to PerformBiff() which is set to null for regular biff (ie, check mail for every xx minutes) and is set to a valid window for check mail at startup. r=sspitzer, sr=bienvenu, a=sspitzer. 2003-05-19 23:59:06 +00:00
scott%scott-macgregor.org eb5faba111 Part of Bug #179533 --> remove obsolete CID file (has no effect on the current build) since this file has
been moved to ..\src.
2003-05-18 19:25:59 +00:00
sspitzer%netscape.com 3f4fa108f0 bug #153052
foward inline of news message doesn't work if hostname has any capital letters.
thanks to Boris 'pi' Piwinger for tracking this down.
r/sr=bienvenu, a=sspitzer
2003-05-08 13:40:55 +00:00
sspitzer%netscape.com 20e3c000e1 fix for bug #161999
for local trash folder, empty trash doesn't always update unread / total msg counts.
r/sr=bienvenu, a=sspitzer
2003-05-02 02:30:09 +00:00
sspitzer%netscape.com 3ba0f6cca6 fix for bug #159995
crash when cancelling print / print preview of news messages with attachments.

also, when print / print preview of news messages, attachments don't show.

r/sr=bienvenu, a=sspitzer
2003-04-24 06:40:56 +00:00
scott%scott-macgregor.org 8b5be13a9d Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
r/sr=sspiter
2003-04-20 20:56:21 +00:00
scott%scott-macgregor.org 7bf4126720 Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
sspitzer%netscape.com 7e6c5e6111 fix for bug #86370. problems with SMTP (and account central UI) if SMTP username contains
characters that should be escaped.  the fix for that is in nsSmtpDelegateFactory.cpp.
thanks to nrt@dial.pipex.com for the patch, and cls for testing.

the same problem existed for nntp, in nsNNTPProtocol.cpp

the rest is some code cleanup I had sitting around.
2003-04-09 00:47:54 +00:00
neil%parkwaycc.co.uk ea22b6aada Bug 124336 kilobyte should be abbreviated "KB", not "K" p=michael@endbracket.net r=me sr=sspitzer 2003-04-07 11:51:48 +00:00
timeless%mozdev.org 697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
dougt%netscape.com 0d2808c511 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 7b22dc8cf3 fix the junk mail purge code. when this code was original written, it was modeled
after the biff code, using the purge interval as the timer.  (yikes, a 14 day timer!)

now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.

add code to verify that we are only trying to delete messages marked as junk.

we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.

r/sr=bienvenu
2003-03-04 00:28:40 +00:00
sspitzer%netscape.com 357f884102 fix for bug #195440.
crash when cancelling during downloading list of newsgroups in subscribe dialog.
r/sr=darin
2003-02-28 19:22:01 +00:00
cbiesinger%web.de 9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
darin%netscape.com e4919bdf68 fixes bug 190988 "hang when displaying image attachments" r/sr=sspitzer
a=asa
2003-01-30 01:34:41 +00:00
darin%netscape.com 8ce8483aff fixes bug 190946 "refreshing newsgroups does not download all groups"
r/sr=sspitzer a=asa
2003-01-29 06:46:30 +00:00
sspitzer%netscape.com 7b863413bf fix for bug #189933
bulletproofing for news crasher when downloading list of newsgroups until I can reproduce it.
r/sr=bienvenu
2003-01-22 08:29:03 +00:00
caillon%returnzero.com 7906d6d342 Bug 182933 - Updating more pref API users. r=timeless,sr=sspitzer 2003-01-21 06:55:31 +00:00
darin%netscape.com 685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
dbaron%dbaron.org acdd4e46c0 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 38832437ca no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
sspitzer%netscape.com 2b1be8f5f4 fix for bug #183965. assertions and problems when running news urls.
caused by the checkin for #179162.  r/sr=bienvenu
2002-12-11 04:06:26 +00:00
bienvenu%netscape.com c57fdd9994 179162 chain junk mail classification requests by using new msg service streamMessage method r=dmose, sr=sspitzer 2002-12-03 13:06:46 +00:00
sspitzer%netscape.com acba021b70 fix for #42105.
when creating a news account, don't set the username to be the username
part of the email address (from the wizard).

this fixes bug #154213, a problem with the account picker in the subscribe dialog
cause by the bogus username

also, some code cleanup

r/sr=bienvenu
2002-11-28 06:51:10 +00:00
bzbarsky%mit.edu 840850565e Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
sr=alecf
2002-11-21 03:49:11 +00:00
timeless%mozdev.org 384066e98e Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
sspitzer%netscape.com b5dd4e4a94 code cleanup.
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00