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

360 Коммитов

Автор SHA1 Сообщение Дата
peterv%propagandism.org 7bff9127ab Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2004-09-17 11:12:14 +00:00
peterv%propagandism.org 4d359db0ee Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2004-09-16 13:16:28 +00:00
bienvenu%nventure.com 7a3ae84566 front end work for virtual folders, 11051, sr=mscott 2004-09-07 15:55:48 +00:00
bienvenu%nventure.com a10f2e5459 fix 257560, memory access errors during palmsync sr=mscott 2004-08-31 18:32:18 +00:00
scott%scott-macgregor.org 03878f136f Bug #240819 --> Crash in mail.dll when checking mail - TB073 [@ nsTransform2D::SetToIdentity ]
Fix a potential divide by zero floating point operation in the bayesian algorithm to hopefully prevent
a top crash.
2004-08-26 03:32:11 +00:00
neil%parkwaycc.co.uk d372d25e42 Bug 255268 Make make chrome make installed-chrome.txt correctly r=bsmedberg 2004-08-18 19:14:51 +00:00
scott%scott-macgregor.org 2e1033934c Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document for Thunderbird.
This means moving nsIMimeConverter into a scriptable interface so we can access it from JS for Thunderbird.
2004-08-04 04:48:44 +00:00
Stefan.Borggraefe%gmx.de ed0bcbd91c Bug 226956: </mailnews/*> files: Convert <window class="dialog"> to <dialog>
This patch removes superfluous references to dialogOverlay.* and converts the certFetchingStatus-dialog to <dialog>.
r=neil, sr=mscott
2004-07-24 21:56:22 +00:00
Stefan.Borggraefe%gmx.de 9ffb9ffba3 Bug 226956: Convert users of dialogOverlay.xul in mailnews/ to <dialog>. The patch also corrects some minor UI issues like missing/wrong access keys.
r=neil, sr=mscott
2004-07-07 11:32:45 +00:00
scott%scott-macgregor.org 764b6162b9 Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk. 2004-07-01 02:43:02 +00:00
scott%scott-macgregor.org d135597d46 Bug #244325 --> broadcast a notification to the UI when a message is finished being rendered.
sr=bienvenu
2004-06-29 07:08:18 +00:00
bsmedberg%covad.net 285e5be7ce Forgot a couple mailnews files from the semi-single-profile merge. To get the profile path, use the directory service instead of the profile service. Make offline-startup use a app-startup observer instead of a profile-startup observer. 2004-06-18 15:58:14 +00:00
roc+%cs.cmu.edu 52092297fe Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
Stefan.Borggraefe%gmx.de 90763bce8b Changes all checkboxes in MailNews so they don't change state if the empty area right of their text is clicked (Bug 244413).
r=neil, sr=mscott
2004-06-14 05:40:21 +00:00
scott%scott-macgregor.org f87ae16969 Bug #245176 --> several unsigned integers in the core bayesian algorithm should be signed integers because
they can be negative. Slightly improves our false negative rate on the benchmark.

Patch by Lorenzo Colitti
2004-06-01 03:26:28 +00:00
bienvenu%nventure.com 4e1fcea90d make picking offline startup from profile mgr override remember state pref, 229763, r/sr/a=sspitzer 2004-05-31 22:16:43 +00:00
scott%scott-macgregor.org 090fac7ee5 First part of Bug #243680 --> Marking mails as "not junk" does not update training.dat / spam filter does not create that file at all.
No one was ever calling shutdown on the plugin so we never forced ourselves to save the training data
if it was dirty.

sr=bienvenu
2004-05-18 23:41:54 +00:00
timeless%mozdev.org 7b5970dc1f Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2004-05-17 23:38:25 +00:00
scott%scott-macgregor.org c10a9dc84d Try to fix ports bustage by using PR_ABS instead of manually defining abs
thanks to bz for the suggestion
2004-05-13 04:03:17 +00:00
scott%scott-macgregor.org 48d3656663 Bug #230093, Bug #181534, Bug #237095 --> Port thunderbird junk mail improvements to the trunk.
Replace the core bayesian junk mail algorithm with a chi-squared probability distribution
modeled after spam bayes and Gary Robinson's work.

Change the model for how we count tokens across messages.

Token counts get out of alignment when re-training against already classified messages.

Revamp the junk mail tokenizer. Make it a hdr sink listener and add custom tokens for attachment
information. Ignore tokens larger than 13 characters. Tokenize purely off of white space.
Ignore tokens less than 3 bytes in length. There is still a lot more work to be done to the tokenizer.


Many thanks to Miguel Varga for working out the initial core algorithm improvement and to all
of the folks at spam bayes and of course Gary Robinson for helping to make this happen.
2004-05-12 18:16:32 +00:00
timeless%mozdev.org 77717f8d83 bug 124868 i have never seen an Accoun Manager and never hope to see one
rs=mscott
2004-04-23 04:00:50 +00:00
timeless%mozdev.org 3601dfba5a Bug 124868 i have never seen an Accoun Manager and never hope to see one
r=mscott sr=mscott
2004-04-23 03:17:49 +00:00
gerv%gerv.net 482dc5fcad Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 18:33:16 +00:00
cbiesinger%web.de d4e1da55f3 Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
neil%parkwaycc.co.uk 8125ea348f Bug 240256 Fixing DOCTYPE to match document element p=vberon@mecano.gme.usherb.ca r=me sr=mscott 2004-04-13 09:34:47 +00:00
jshin%mailaps.org fdf2ad9bff bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott) 2004-04-13 04:07:07 +00:00
bienvenu%nventure.com 9421381579 fetching smime certs via ldap broken, 239085 sr=mscott 2004-04-13 00:34:38 +00:00
scott%scott-macgregor.org 8d40fad5c3 Bug #237151 --> Make the junk mail filter support the ability to reset the training data. This code is not called by anyone yet but is part of the build.
sr=bienvenu
a=asa
2004-03-12 19:14:50 +00:00
bienvenu%nventure.com 11000b1768 follow on fix initial sync after a hard reset on the palm to just do a one way sync from PC->HH, sr=mscott 235456 2004-03-09 23:00:44 +00:00
bienvenu%nventure.com 74fc4f9f0f fix initial sync after a hard reset on the palm to just do a one way sync from PC->HH, sr=mscott 235456 2004-03-09 19:20:56 +00:00
bienvenu%nventure.com 8703dade1c fix crash generating mdn receipt when original message has no message-id sr=mscott 224738 2004-03-08 17:31:18 +00:00
mozilla%ducarroz.org 93f28d0d98 Fix for bug 236258. Prevent crash by checking null pointer. R=bienvenu, SR=bienvenu 2004-03-04 14:32:11 +00:00
kairo%kairo.at 97c9024a5a bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv 2004-02-27 11:54:28 +00:00
bienvenu%nventure.com 97127db1e7 fixes for 232438, palm sync issues with mapping between moz ab's and palm categories, sr=mscott 2004-02-21 17:35:47 +00:00
darin%meer.net 8c818ed6c3 landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
bienvenu%nventure.com c6c5a949ab fix 233945 one way palm sync from palm to pc doesn't create new Moz AB's with correct name, sr=mscott a=chofmann 2004-02-12 18:44:36 +00:00
bienvenu%nventure.com 5ff51ae0fd fix 205902 problems detecting duplicate cards in palm categories sr=mscott 2004-02-10 03:19:28 +00:00
neil%parkwaycc.co.uk f1973c1b21 Bug 162432 JS error redeclaration of const MOZILLA_CONTENT_PACK p=gautheri@noos.fr r=me sr=mscott 2004-02-07 13:05:24 +00:00
neil%parkwaycc.co.uk 0795e9e7e2 Bug 232597 JS error redeclaration of const kPersonalAddressBookURI p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:25:05 +00:00
bienvenu%nventure.com c0b191af18 fix palm build bustage from last checkin (shouldn't affect tbox since I don't think it builds palm sync) 2004-02-05 19:03:00 +00:00
bienvenu%nventure.com ae425dd42f respect ab directory position pref in ab pane order and autocomplete search order of local directories, replace nsISupportsArray with nsCOMArray and nsISimpleEnumerator, misc cleanup 232570, sr=mscott 2004-02-05 18:33:06 +00:00
kairo%kairo.at 9ec4b6c21a bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions 2004-02-04 14:24:38 +00:00
bienvenu%nventure.com e9760ac5cf fix 232929 js warnings in offline-startup.js sr=mscott 2004-02-03 20:42:44 +00:00
bienvenu%nventure.com af6ee19088 one more fix for 232438 mapping personal address book to Personal category, sr=mscott 2004-01-31 19:02:34 +00:00
bienvenu%nventure.com 966f16353b 232438 fix detection of dups when adding palm cards to moz ab, and set palm card id on existing card, sr=mscott 2004-01-31 01:44:38 +00:00
bienvenu%nventure.com f6b0790edf fix palm sync category <-> moz ab mapping 232438 sr=mscott 2004-01-29 01:00:21 +00:00
bienvenu%nventure.com 02c880788a fix 231615 duplicate categories created on palm during palm sync in some situations, sr=mscott 2004-01-21 16:38:30 +00:00
neil%parkwaycc.co.uk 944dbeea99 Bug 230649 nsIPref removal in Mail Window Front End r=caillon sr=bienvenu 2004-01-16 16:04:06 +00:00
bienvenu%nventure.com 639f3e813a fix for 226221 mapping issues with palmsync home vs. work address, sr=mscott 2004-01-15 19:28:47 +00:00
bienvenu%nventure.com 8b3bc4cdb6 provide palmsync conduit capability for handheld to overwrite desktop or vice versa, 222016, r/sr=mscott 2004-01-13 00:57:42 +00:00