Commit Graph

1277 Commits

Author SHA1 Message Date
bienvenu%nventure.com
fbcfdc781c fix for 281700 crash in nsTextFormatter on msg send sr=mscott 2005-02-09 20:56:12 +00:00
scott%scott-macgregor.org
e32a9708d0 Bug #281237 --> add support for dragging feeds to different folders from within the
subscriptions window.
2005-02-09 19:01:01 +00:00
scott%scott-macgregor.org
b96bcdb49d don't run the xul pre-processor on CSS files... 2005-02-09 00:44:59 +00:00
scott%scott-macgregor.org
1f0319f409 Bug #281237 --> start landing the new RSS subscription manager UI. 2005-02-08 22:20:04 +00:00
bienvenu%nventure.com
e78c5b40a6 fix regression downloading pop3 mail on startup introduced by fixing js warning, 270343, sr=mscott 2005-02-08 18:26:09 +00:00
scott%scott-macgregor.org
4d78940097 Bug #281442 --> try to optmizize the gradient background color used for the folder pane header and the search bar to create a smoother look in the UI instead of two disjoint gradients. 2005-02-08 17:35:01 +00:00
bienvenu%nventure.com
325c310f1d fix 218902 support tls for pop3 and add account settings ui, ported from seamonkey 2005-02-08 17:29:21 +00:00
scott%scott-macgregor.org
15280169c5 Bug #280696 --> feed parser errors on feeds built by feeds.feedburner.com
Patch by Robert Sayre.
2005-02-07 23:52:04 +00:00
scott%scott-macgregor.org
40243232e9 Bug #279191 --> only examine http and https urls to determine if they are phishing urls. This prevents
false alerts for shared imap urls in messages.
2005-02-07 23:48:12 +00:00
scott%scott-macgregor.org
9838c66035 Bug #281442 --> try to optmizize the gradient background color used for the folder pane header and the search bar to create a smoother look in the UI instead of two disjoint gradients. 2005-02-07 23:40:06 +00:00
scott%scott-macgregor.org
3f8c0b4c64 Bug #279150 --> fix regression in RSS date handling introduced by my last patch. 2005-02-07 19:16:39 +00:00
timeless%mozdev.org
98da147dcf Bug 280743 Headers lack chrome - gCollapsedHeaderList has no properties
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2005-02-07 19:09:02 +00:00
scott%scott-macgregor.org
0c49ba83de Bug #280250 --> Run junk mail controls on Folder doesn't work
Patch by eyalroz@technion.ac.il
2005-02-07 18:55:39 +00:00
bienvenu%nventure.com
72f6c687d5 fix 270343 js warning about undefined property reference, sr=neil 2005-02-07 18:34:17 +00:00
jshin%mailaps.org
4fcc4c2dc9 bug 280007 (pt1) : replace 'Unicode' with 'Other Languages' in font. pref. panel (r=smontagu, sr=dbaron) 2005-02-06 03:23:27 +00:00
bryner%brianryner.com
5e7a43bfe2 Finish REQUIRES cleanup for Thunderbird. Compiles on all platforms. 2005-02-06 01:18:32 +00:00
scott%scott-macgregor.org
f3c9ef6e37 fix typo 2005-02-04 18:44:56 +00:00
scott%scott-macgregor.org
4ba200660e Bug #280826 --> automatically add email recipients to the inline spell checker ignore list.
sr=bienvenu
2005-02-04 01:39:02 +00:00
scott%scott-macgregor.org
b9f5264df0 Bug #279150 --> Convert the Feed item into a unified object class. 2005-02-04 00:50:44 +00:00
scott%scott-macgregor.org
7e773f3d36 Bug #271768 --> Card Summery Pane Ignores Line Breaks In Notes Field
Patch by mark@standard8.demon.co.uk
2005-02-03 23:52:16 +00:00
scott%scott-macgregor.org
7388f2b16e Fork addressingWidgetOverlay in order to add custom inline spell checking work 2005-02-03 19:40:30 +00:00
scott%scott-macgregor.org
79cb60be4a Bug #279150 --> Convert the Feed methods into a unified object class 2005-02-02 21:44:38 +00:00
scott%scott-macgregor.org
44f4744642 Bug #278310 --> inline spell checking for thunderbird
sr=bienvenu
2005-02-02 19:54:26 +00:00
gerv%gerv.net
8958ff7eb0 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 18:04:25 +00:00
bienvenu%nventure.com
7d0d2ee0bc add hidden pref to write downloaded pop3 mail to temp file first, to let virus checkers have a shot before they delete the whole mail folder, sr=mscott 116443 2005-02-01 17:30:33 +00:00
scott%scott-macgregor.org
45099bc77f Bug #279150 --> Break apart the rss feed parser into a separate JS object to make it easier to
hook up unit testing.

Thanks to Robert Sayer for getting this going.
2005-02-01 04:04:59 +00:00
scott%scott-macgregor.org
8317bef238 Bug #269702 --> In Toolbar customization 'Text only' drop down menues are missing
Patch by Simon Paquet <bugzilla@babylonsounds.com>
2005-01-31 21:49:53 +00:00
dbaron%dbaron.org
8993baf11c Convert CR-LF and CR linebreaks to LF. 2005-01-28 20:01:46 +00:00
scott%scott-macgregor.org
5a324456a7 Port missing theme and extension chrome prefs from aviary to the trunk 2005-01-28 17:24:16 +00:00
scott%scott-macgregor.org
1f053d7fd6 Bug #279191 --> More phishing detection work.
Check for obscured IP addresses including hex, octal and dword encoded IP addresses.
2005-01-26 06:40:24 +00:00
scott%scott-macgregor.org
0ab93cf3a0 Bug #279191 --> new text and wording for the phishing dialog based on some feedback.
use nsIIOService::NewURI instead of standard url.
2005-01-24 18:12:54 +00:00
scott%scott-macgregor.org
a38bdb4e98 Bug #279191 --> new text and wording for the phishing dialog based on some feedback. 2005-01-24 18:12:25 +00:00
roc+%cs.cmu.edu
f1635b58a4 Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc 2005-01-23 23:58:32 +00:00
scott%scott-macgregor.org
bd46cca35c Bug #279191 ---> only invoke the phishing detector for left clicks not right clicks... 2005-01-23 09:02:40 +00:00
scott%scott-macgregor.org
cc13964851 Bug #217448 --> Port new mail notification for Mac OS X from the aviary branch to the thunderbird trunk. 2005-01-21 22:20:51 +00:00
scott%scott-macgregor.org
d34004936f add mail biff badge for Mac OSX new mail notification on the trunk.
Porting from the branch
2005-01-21 21:40:31 +00:00
cltbld
fdd2c35037 thunderbird new mail badge icon for mac osx
porting from the aviary 1.0 branch
(mscott)
2005-01-21 21:35:52 +00:00
scott%scott-macgregor.org
5d7ef66626 fix some broken logic 2005-01-21 17:17:34 +00:00
scott%scott-macgregor.org
74f77b11e3 phishing strings 2005-01-21 08:44:43 +00:00
scott%scott-macgregor.org
2cf05a25e2 Bug #279191 --> Initial Thunderbird support for our phishing detector. 2005-01-21 07:50:50 +00:00
scott%scott-macgregor.org
a616e875da try to fix linux bustage 2005-01-20 23:30:10 +00:00
scott%scott-macgregor.org
d9a0e4a7b8 Bug #275153 --> apparently-valid rss feed will not verify in TB (derstandard.at)
rewrite the feed cache to normalize the url before it goes into the cache.

patch by sayrer@gmail.com
2005-01-20 19:24:57 +00:00
scott%scott-macgregor.org
0da848d9f9 Bug #277833 --> Land Aviary mapi changes to allow thunderbird to register as a default
news client.

sr=bienvenu
2005-01-19 21:20:28 +00:00
bienvenu%nventure.com
8ccc397c52 fix 16360 auto save of drafts, sr=mscott 2005-01-19 01:16:42 +00:00
scott%scott-macgregor.org
6c3a51d2ff Bug #275153 --> fix handling of invalid or missing date fields in articles.
Patch by Robert Sayre (sayrer@gmail.com)
2005-01-18 05:17:49 +00:00
scott%scott-macgregor.org
78106ba7da Bug #275131 --> add cookie support for RSS 2005-01-18 05:12:49 +00:00
scott%scott-macgregor.org
01680691a0 Bug #269702 --> In Toolbar customization 'Text only' drop down menues are missing for 'Get mail', 'Mark' and 'Print'.
Patch by Simon Paquet
2005-01-17 19:25:18 +00:00
bsmedberg%covad.net
f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
neil%parkwaycc.co.uk
ce1bc1a880 JS strict warnings b=270343 p=gautheri@noos.fr r=bienvenu 2005-01-14 13:07:13 +00:00
timeless%mozdev.org
f903739060 Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 09:19:12 +00:00