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

37 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 85068a8dc2 Bug #307052 --> Spellchecker doesn't display suggestion list for misspelled words in cyrillic based directions.
In addition to fixing the string conversion issue, fix various memory leaks, poor allocation strategies and other problems with this code.

r=mvl
sr=bz
2006-01-05 19:11:10 +00:00
timeless%mozdev.org a0b9ffc7fb Bug 322351 mozISpellCheckingEngine.check crashes if word is misspelled [@ mozMySpell::Check]
r=mscott sr=bz
2006-01-05 06:19:54 +00:00
scott%scott-macgregor.org 32143ba701 Bug #305017 --> myspell object gets leaked by mozMySpell
r=mvl
sr=bienvenu
2005-08-18 21:07:41 +00:00
cbiesinger%web.de 3f1e13dd52 bug 300335 allocate enough memory
patch by Andrew Schultz <ajschult@verizon.net> r+sr=mscott a=bsmedberg
2005-07-25 21:06:44 +00:00
gandalf%firefox.pl fe6d181b31 Bug 295465: Add myspell to Tb source l10n;r+a=benjamin,sr=mscott 2005-07-16 18:45:12 +00:00
neil%parkwaycc.co.uk 9df363b58c Fix warning LNK4044: unrecognized option b=287570 p=gautheri@noos.fr r=cls a=asa 2005-06-08 08:06:59 +00:00
bsmedberg%covad.net 8d87ba791a dammit 2005-04-06 00:27:43 +00:00
bsmedberg%covad.net af0681ee56 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-06 00:25:47 +00:00
timeless%mozdev.org c06165250f Bug 283510 OOM crasher [@ mozMySpell::Check]
patch by dewildt@gmail.com r=timeless sr=mscott
2005-03-06 10:52:50 +00:00
scott%scott-macgregor.org 330fa6dc4b Bug #280901 --> Fix ports bustage for OSF/1 builds
Patch by
Laxmi Harikumar

r=mvl
sr=me
2005-02-16 18:25:04 +00:00
bryner%brianryner.com ed870113ca Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron. 2005-02-04 21:10:45 +00:00
kyle.yuan%sun.com 3f760ea415 Bug 278672 can't build myspell on Solaris using SunONE Studio compiler
r=mvl, sr=mscott, added using namespace std for SunONE studio compiler.
2005-01-18 05:16:33 +00:00
scott%scott-macgregor.org 235f1f4809 try to fix ports bustage 2005-01-13 07:51:31 +00:00
scott%scott-macgregor.org ef704532cc Bug #240600 --> Spell checker improvements. Resynch our forked spell checker with the latest myspell engine
used by open office.org.

Patch originally by Michielvan Leeuwen (mvl@exedo.nl), adapted by me.

sr=me
2005-01-13 06:20:58 +00:00
timeless%mozdev.org fd57c441dc Bug 252681 mozISpellCheckingEngine check method faulting on misspelled words
r=mvl sr=dmose
2004-08-02 02:14:23 +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
roc+%cs.cmu.edu 0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu 62a5127738 Relanding, since backing out did not fix orange. Bug 232691. 2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu 7f1e54b18d Backing out to attempt to fix Mac orange. Bug 232691 2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu abcad1dc39 Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead.  Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
bienvenu%nventure.com 4d40ab419f make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538 2004-04-22 15:32:54 +00:00
scott%scott-macgregor.org e0414fab31 fix for bug #240770
spell checker asserts when it has no suggestions

also, only call forgotchar() once.

r/sr=bienvenu
2004-04-17 15:01:31 +00:00
mvl%exedo.nl a201d366aa another attempt to fix bustage 2004-04-13 13:14:59 +00:00
mvl%exedo.nl f564eb3b46 attempt to fix build bustage 2004-04-13 12:43:09 +00:00
mvl%exedo.nl ebf5bcc2b5 Add support for REP tables in spellchecker, to improve suggestions by knowing about common misspellings
bug 227214, patch by mscott and me, r=mscott, sr=bienvenu
2004-04-13 12:09:44 +00:00
bryner%brianryner.com 0babfa6b6b Fix spellcheck in static builds, and also fix static viewer linkage on OS X. Bug 238309, patch by cls, r=bryner, a=asa. 2004-04-08 08:06:32 +00:00
scott%scott-macgregor.org 37271ec347 Land a new US English dictionary file for Seamonkey. Thunderbird has already been using this dictionary.
The new dictionary includes a larger vocabulary in addition to supporting REP tables. I have not checked in the
code for seamonkey to actually leverage the REP tables yet.

part of Bug #227214

No r/sr since this isn't a coding change.
2004-02-19 21:37:30 +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
dbaron%dbaron.org 0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
mkaply%us.ibm.com 31aebc0c90 Who ever heard of #including a license 2004-01-09 22:43:55 +00:00
mkaply%us.ibm.com 8d9d1431c2 Per gerv, the spellchecker has been relicensed under MPL with the permission of Keven Hendricks, so this license.readme file is no longer valid 2004-01-09 21:50:13 +00:00
mvl%exedo.nl 588b686b97 Move unicode to charset convertors out of spellcheck glue into myspell.
bug 226756, r=dwitte, sr=alecf
2003-12-22 13:23:31 +00:00
pkw%us.ibm.com 77986b70f6 Bug 225003 - Typo in spellchecker code
r=timeless@myrealbox.com, sr=mkaply@us.ibm.com
2003-11-12 17:32:49 +00:00
cls%seawood.org 1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
mkaply%us.ibm.com 72be570e0b Fix static build 2003-07-29 01:51:57 +00:00
mkaply%us.ibm.com b88d1bcdd9 #56301
r=mkaply, pedemont, jblanco, sr=kin@netscape.com, a=drivers
Check mozdev spellchecker into Mozilla - hurrah!
Not turned on yet :)
2003-07-25 15:47:55 +00:00
mkaply%us.ibm.com 53a6b6daf9 #56301
r=mkaply, pedemont, jblanco, sr=kin@netscape.com, a=drivers
Check mozdev spellchecker into Mozilla - hurrah!
Not turned on yet :)
2003-07-24 21:39:28 +00:00