scott%scott-macgregor.org
e8ce60ac47
Bug #391659 --> remove myspell, it is no longer part of the build.
2007-08-10 17:21:41 +00:00
longsonr%gmail.com
8f317cbf69
Bug 391147 - hunspell doesn't build on MSVC7.1. r+sr=mscott,a=pavlov(1.9 blocker)
2007-08-10 09:45:35 +00:00
scott%scott-macgregor.org
23fc7398a3
backout bug #391147 because the tree is closed.
2007-08-08 23:11:45 +00:00
scott%scott-macgregor.org
c195f6c403
Bug 391147 --> hunspell doesn't build on MSVC71.1
...
patch by Robert Longson <longsonr@gmail.com>
1.9 blocker
sr=mscott
2007-08-08 23:02:34 +00:00
scott%scott-macgregor.org
8552c98b75
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-06 03:33:00 +00:00
scott%scott-macgregor.org
74f623b2d7
Bug #319778 --> upgrade our version of hunspell to 1.1.8
...
NPOTB
sr=mscott
patch by ryanvm & nemeth
2007-07-18 22:22:34 +00:00
jwalden%mit.edu
ef68fcf595
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 07:08:56 +00:00
scott%scott-macgregor.org
a083a6ab3b
fix a character encoding issue for nemeth's name in the licenses.
...
patch by Ryan VanderMeulen <ryanvm@gmail.com>
NPOTB
2007-07-02 18:20:31 +00:00
scott%scott-macgregor.org
a54331573e
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 17:29:22 +00:00
peterv%propagandism.org
b188226d8f
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
2007-06-28 02:48:22 +00:00
peterv%propagandism.org
3aef5b4f41
Backing out to fix orange.
2007-06-27 23:21:09 +00:00
peterv%propagandism.org
c08e0c73cb
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
2007-06-27 22:29:54 +00:00
ajschult%verizon.net
851f176823
Bug 383896: mismatched malloc/free/delete in myspell.cpp. r+sr=mscott
2007-06-11 03:16:31 +00:00
jruderman%hmc.edu
998fa1d00f
Bug 383564, fix memory leak. Patch by Andrew Gaul, r=mscott, sr=bienvenu.
2007-06-07 22:56:08 +00:00
Olli.Pettay%helsinki.fi
6721d4f009
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
2007-05-14 09:13:09 +00:00
Olli.Pettay%helsinki.fi
8e287d3582
backout Bug 363089
2007-05-11 13:34:12 +00:00
Olli.Pettay%helsinki.fi
670f53f666
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
2007-05-11 11:15:20 +00:00
dbaron%dbaron.org
d2a7c1e86a
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
2007-03-27 15:35:02 +00:00
gerv%gerv.net
fd0b7c527e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-12-11 09:45:41 +00:00
timeless%mozdev.org
24a61f105a
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
51d42c97cd
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
6c5eb1db1a
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
2139a59762
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
b911557334
Bug 348981 r=pkasting a=dbaron Typo in range setting
2006-08-18 17:45:02 +00:00
brettw%gmail.com
0e5c4bc5e8
Bug 348171 r=bryner Backspace key is very slow
2006-08-14 17:57:53 +00:00
brettw%gmail.com
83b5765717
Bug 347804 r=bryner Crash due to not NULL checking
2006-08-08 17:12:19 +00:00
brettw%gmail.com
70f5be5b41
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
61802849fd
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
15af6c1b73
Bug 344560 forgotten part of previous commit
2006-08-04 01:17:59 +00:00
brettw%gmail.com
699bda0e44
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
d9f5437298
Bug 345112 r+sr=bryner Make the spellchecker work incrementally
2006-08-02 16:17:06 +00:00
benjamin%smedbergs.us
93264ff328
Bug 339106 - integrate spellcheck into libxul, r=mento
2006-07-31 18:11:38 +00:00
brettw%gmail.com
d4f25f0e29
Bug 339123 r=mscott Add Mozilla-related words to the dictinary
2006-07-31 18:08:29 +00:00
brettw%gmail.com
b0d7952059
Bug 346200 r=bryner Spellchecker doesn't like curly quotes and other non-ASCII punctuation
2006-07-28 17:57:53 +00:00
brettw%gmail.com
f98a63d443
Bug 234936 r=bryner Don't spellcheck URLs
2006-07-27 22:09:07 +00:00
brettw%gmail.com
e0ab664a03
Bug 345751 r+sr=roc Use new sorted range feature for the spellchecker
2006-07-27 21:57:45 +00:00
brettw%gmail.com
f0d3c660b0
Bug 340050 r+sr=roc a=schrep Crash in spellchecker checking absurdly long word
2006-07-27 18:11:08 +00:00
martijn.martijn%gmail.com
df96be78c5
Bug 344172 - Spellchecker doesn't display suggestion list for misspelled words and doesn't underline them if Russian, Ukrainian or Bulgarian Spell dictionary is installed, patch by roc, r+sr=mscott
2006-07-24 06:45:47 +00:00
benjamin%smedbergs.us
f4fa701ec6
Bug 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin
2006-07-21 16:28:51 +00:00
pamg.bugs%gmail.com
b7eeedaf95
Bug 339434: Crash trying to spellcheck in a closed window. Patch by pkasting@google.com. r=brettw, sr=bzbarsky
2006-07-21 01:15:57 +00:00
brettw%gmail.com
6f5c8dd1b7
Bug 345054 r+sr=roc Don't flush pending notifications in the spellchecker
2006-07-20 00:15:07 +00:00
brettw%gmail.com
c5497c7372
Bug 345059 r+sr=roc Adding a word to the dictionary is slow for large textarea
2006-07-20 00:12:41 +00:00
martijn.martijn%gmail.com
fee75fe08b
Bug 344895 - Spellchecker hangs Firefox when dealing with a largish textarea, patch by brettw, r+sr=roc
2006-07-19 19:57:34 +00:00
martijn.martijn%gmail.com
5352285b67
Bug 344184 - Crash [@ FindNextNode] with this testcase in designMode, patch by roc, r+sr=mscott
2006-07-19 18:13:45 +00:00
roc+%cs.cmu.edu
c011fcedb2
Bug 343741. Don't pass Unicode characters to isspace etc libc methods, they die on Windows. r+sr=mscott
2006-07-13 08:10:30 +00:00
roc+%cs.cmu.edu
55cfb691a9
Bug 343532. Fix crasher when calling FindNextNode on the root node. r+sr=mscott
2006-07-05 21:08:22 +00:00
roc+%cs.cmu.edu
f31ce0a768
Trying to fix balsa orange.
2006-07-04 03:04:55 +00:00
roc+%cs.cmu.edu
9185a06a33
Adding assertion to investigate balsa orange.
2006-07-04 02:17:22 +00:00
roc+%cs.cmu.edu
b37931e760
Bug 339066. Update inline spellchecking to extract words from the DOM (augmented with style data), handling words that span DOM nodes. Fixes many issues. patch by brettw, roc; r=brettw,roc,mscott,sr=bryner
2006-07-04 00:32:34 +00:00
benjamin%smedbergs.us
2a1b8176a2
Think-o from bug 216382 is the partial cause of bug 343126 (spellchecker completely broken), rs=enn
2006-06-29 16:22:55 +00:00