Commit Graph

163 Commits

Author SHA1 Message Date
reed@reedloden.com
86585fea7e Bug 391039 - "Change the contract id used by the spell checker engine" [p=RyanVM r+sr=mscott a1.9=schrep] 2007-11-12 22:34:32 -08:00
mark.finkle@gmail.com
58bd4f099f b=397982. r=bsmedberg. a=dsicore. Default the spellcheck to load dictionaries from GRE and APP folders 2007-10-05 12:13:18 -07:00
tglek@mozilla.com
90bd1b75be Bug 398623: Fixed PRBool misuse bugs in extensions/spellcheck. r=mscott, a=dsicore 2007-10-05 11:46:43 -07:00
reed@reedloden.com
056d011277 Bug 398268 - "Mismatched free() / delete in Hunspell::~Hunspell()" (change delete to free()) [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=mscott a1.9=damons] 2007-10-03 14:50:22 -07:00
martijn.martijn@gmail.com
17ec8b92e3 Bug 345428 - No spellcheck on focus out, second try, r=Olli.Pettay, r=brettw, a=dsicore 2007-09-27 04:40:30 -07:00
dtownsend@oxymoronical.com
ba8c534cf5 Backing out bug 345428 due to potential Tp regression on talos 2007-09-25 17:24:59 -07:00
martijn.martijn@gmail.com
4f8452cb95 Bug 345428 - No spellcheck on focus out, second try, r=Olli.Pettay, r=brettw, a=dsicore 2007-09-25 04:20:43 -07:00
dveditz@cruzio.com
addb18360c backout fix for bug 345428 due to memory leaks 2007-09-20 13:40:43 -07:00
martijn.martijn@gmail.com
ed4ba5e1e3 Bug 342511 - correcting another word (with spell checker) doesn not cause current word to be spell-checked, r=brettw, a=dsicore 2007-09-20 09:03:06 -07:00
martijn.martijn@gmail.com
f705d4afa1 Bug 345428 - No spellcheck on focus out, r=sspitzer, r=brettw, a=dsicore 2007-09-20 08:08:37 -07:00
reed@reedloden.com
b0c714fd64 Bug 364035 - "Permit loading external spellcheck engine from libspellcheck" [p=andris.pavenis@iki.fi (pavenis) r=brettw sr=mscott a1.9=damons] 2007-09-19 23:22:37 -07:00
martijn.martijn@gmail.com
3317427b70 Bug 394261 - Update Hunspell to version 1.1.12, patch by Ryan VanderMeulen, r+sr=mscott, a=dsicore 2007-09-06 06:04:27 -07:00
roc+@cs.cmu.edu
99abb62803 Bug 393356. Remove unused copy of cattable.h 2007-08-28 19:18:40 -07:00
roc+@cs.cmu.edu
2828ce9260 Bug 393356. Spellchecker should not use private copy(ies) of the Unicode category tables. r=smontagu,a=damon 2007-08-28 19:03:31 -07:00
ginn.chen@sun.com
e2707ed9d9 Bug 391040 HunSpell failed to compile on OpenSolaris r=mscott a=dsicore 2007-08-20 21:32:04 -07:00
martijn.martijn@gmail.com
900c4f4e4b Bug 374069 - Crash [@ nsContentUtils::ComparePoints] with testcase, when right-clicking, r=mscott, a=dbaron 2007-08-16 13:50:38 -07:00
scott@scott-macgregor.org
071a1fea23 Bug #391659 --> remove myspell, it is no longer part of the build. 2007-08-10 10:19:24 -07:00
longsonr@gmail.com
de124509b7 Bug 391147 - hunspell doesn't build on MSVC7.1. r+sr=mscott,a=pavlov(1.9 blocker) 2007-08-10 02:45:35 -07:00
scott@scott-macgregor.org
c2a18e35ed backout bug #391147 because the tree is closed. 2007-08-08 16:11:45 -07:00
scott@scott-macgregor.org
4733e7093a Bug 391147 --> hunspell doesn't build on MSVC71.1 patch by Robert Longson <longsonr@gmail.com> 1.9 blocker sr=mscott 2007-08-08 16:02:34 -07:00
scott@scott-macgregor.org
90f33cba89 Bug #319778 --> use hunspell instead of myspell as the default spell check engine. patch by Ryan VanderMeulen <ryanvm@gmail.com> and Németh László <nemeth@openoffice.org> sr=mscott a=mconnor/schrep for 1.9 2007-08-05 20:32:58 -07:00
scott@scott-macgregor.org
1c812d015d Bug #319778 --> upgrade our version of hunspell to 1.1.8
NPOTB

sr=mscott
patch by ryanvm & nemeth
2007-07-18 15:22:33 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
scott@scott-macgregor.org
084647c4b2 fix a character encoding issue for nemeth's name in the licenses.
patch by Ryan VanderMeulen <ryanvm@gmail.com>

NPOTB
2007-07-02 11:20:31 -07:00
scott@scott-macgregor.org
4d7a03e42b Bug #319778 --> hunspell spell check engine. This is the eventual replacement to myspell. Currently *NPOTB*
thanks to nemeth (the author of hunspell) for making it possible for this to be a part of mozilla.

thanks to Ryan VanderMeulen for sheparding this patch along.

sr=mscott
2007-07-02 10:29:22 -07:00
peterv@propagandism.org
6662efd338 Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 19:48:16 -07:00
peterv@propagandism.org
90c374d7c3 Backing out to fix orange. 2007-06-27 16:21:05 -07:00
peterv@propagandism.org
7bf2741259 Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 15:29:45 -07:00
ajschult@verizon.net
bdf17e9c41 Bug 383896: mismatched malloc/free/delete in myspell.cpp. r+sr=mscott 2007-06-10 20:16:31 -07:00
jruderman@hmc.edu
3655d2363c Bug 383564, fix memory leak. Patch by Andrew Gaul, r=mscott, sr=bienvenu. 2007-06-07 15:56:08 -07:00
Olli.Pettay@helsinki.fi
7817abfbca Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 02:11:38 -07:00
Olli.Pettay@helsinki.fi
40178e46a3 backout Bug 363089 2007-05-11 06:34:05 -07:00
Olli.Pettay@helsinki.fi
e1fb8b073b Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 04:15:11 -07:00
dbaron@dbaron.org
e7bb1b1c38 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
gerv%gerv.net
caae487a24 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
timeless%mozdev.org
46d2b15871 Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
gavin%gavinsharp.com
1641ae5dfb Bug 340361: fix leak, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=mscott 2006-10-13 15:27:51 +00:00
timeless%mozdev.org
09a3dfe74b Bug 340363 HashMgr::load_tables leaks "rawdict" for various failures, and sometimes even a tableptr
r=mscott sr=neil
2006-09-27 09:58:47 +00:00
timeless%mozdev.org
179e52ffef reindenting this file to 2space indentation. no code was otherwise influenced by this change 2006-09-17 13:19:42 +00:00
brettw%gmail.com
a7a2cb6e16 Bug 348981 r=pkasting a=dbaron Typo in range setting 2006-08-18 17:45:02 +00:00
brettw%gmail.com
ec389a0d15 Bug 348171 r=bryner Backspace key is very slow 2006-08-14 17:57:53 +00:00
brettw%gmail.com
ce01e2a4b6 Bug 347804 r=bryner Crash due to not NULL checking 2006-08-08 17:12:19 +00:00
brettw%gmail.com
051031b8c5 Bug 347819 r=bryner Change assersions hit in normal usage to non-assertions & return failure 2006-08-08 16:57:50 +00:00
brettw%gmail.com
fb0b89f3bf Bug 347561 r+sr=bryner Spellchecker crashes when causing destroy notifications to be flushed 2006-08-07 18:10:28 +00:00
brettw%gmail.com
9e975d32c3 Bug 344560 forgotten part of previous commit 2006-08-04 01:17:59 +00:00
brettw%gmail.com
d2f7a6a5db Bug 344560 r=bryner Make the spellchecker asynchronously check everything to avoid crashing when called from frame code. We cause DOM notifications to flush which are not allowed from frame code. 2006-08-04 01:02:42 +00:00
brettw%gmail.com
a0d0d747fb Bug 345112 r+sr=bryner Make the spellchecker work incrementally 2006-08-02 16:17:06 +00:00
benjamin%smedbergs.us
1427ece273 Bug 339106 - integrate spellcheck into libxul, r=mento 2006-07-31 18:11:38 +00:00
brettw%gmail.com
8e93d081bd Bug 339123 r=mscott Add Mozilla-related words to the dictinary 2006-07-31 18:08:29 +00:00