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

357 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%nventure.com 6c8a47e2ae fix 257560, memory access errors during palmsync sr=mscott 2004-08-31 18:32:18 +00:00
scott%scott-macgregor.org fc12f7e08c 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 04f245a849 Bug 255268 Make make chrome make installed-chrome.txt correctly r=bsmedberg 2004-08-18 19:14:51 +00:00
scott%scott-macgregor.org c2c3dd327e 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 3f48b1496e 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 efe3abeb0b 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 d9839dd2c9 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 70fa757a05 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 27b47f1242 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 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
Stefan.Borggraefe%gmx.de 7a136d5f49 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 8d71634ad7 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 94b66aed23 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 024a5acba0 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 55a5e5ddbf Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2004-05-17 23:38:25 +00:00
scott%scott-macgregor.org 5f44b200a9 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 ea0646f211 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 329657c79f 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 163e05a504 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 dfb29e9236 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 18:33:16 +00:00
cbiesinger%web.de 14177dedcb 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 a196934eb6 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 51bc81fa8a bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott) 2004-04-13 04:07:07 +00:00
bienvenu%nventure.com 8e9321245a fetching smime certs via ldap broken, 239085 sr=mscott 2004-04-13 00:34:38 +00:00
scott%scott-macgregor.org 89564fdd30 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 3deeafa09b 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 ef2b5f5d5d 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 31cab177b0 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 8e56a29f45 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 5f250d223d 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 13ff4b7d66 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 8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
bienvenu%nventure.com 4517a7d4fb 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 cdedbbd005 fix 205902 problems detecting duplicate cards in palm categories sr=mscott 2004-02-10 03:19:28 +00:00
neil%parkwaycc.co.uk 9f1df970de 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 f9f469589c 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 71c4d6be4a 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 c6b99ac2b0 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 3d12a17e05 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 a97b75a518 fix 232929 js warnings in offline-startup.js sr=mscott 2004-02-03 20:42:44 +00:00
bienvenu%nventure.com 18539dc21e 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 595ae8f4b4 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 fb203ae269 fix palm sync category <-> moz ab mapping 232438 sr=mscott 2004-01-29 01:00:21 +00:00
bienvenu%nventure.com 8bd728bc82 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 7cb00076c5 Bug 230649 nsIPref removal in Mail Window Front End r=caillon sr=bienvenu 2004-01-16 16:04:06 +00:00
bienvenu%nventure.com 5a14e3a72f fix for 226221 mapping issues with palmsync home vs. work address, sr=mscott 2004-01-15 19:28:47 +00:00
bienvenu%nventure.com 3b8c938b4f provide palmsync conduit capability for handheld to overwrite desktop or vice versa, 222016, r/sr=mscott 2004-01-13 00:57:42 +00:00
bienvenu%nventure.com eec90ab0c0 add icons for 222016, the ability for pc to overwrite palm and vice versa in palmsync, r/sr=mscott 2004-01-13 00:19:00 +00:00
bsmedberg%covad.net d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net 274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00