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 |
|
brettw%gmail.com
|
860cc1d9cc
|
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
|
44816e2961
|
Bug 234936 r=bryner Don't spellcheck URLs
|
2006-07-27 22:09:07 +00:00 |
|
brettw%gmail.com
|
03c9fca767
|
Bug 345751 r+sr=roc Use new sorted range feature for the spellchecker
|
2006-07-27 21:57:45 +00:00 |
|
brettw%gmail.com
|
6682f75979
|
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
|
0309477f81
|
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
|
c9125873ca
|
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
|
60b733da5b
|
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
|
80e92cacd5
|
Bug 345054 r+sr=roc Don't flush pending notifications in the spellchecker
|
2006-07-20 00:15:07 +00:00 |
|
brettw%gmail.com
|
4ab8ca8b02
|
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
|
b4ce183f8f
|
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
|
cb925ad299
|
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
|
8fb0339e37
|
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
|
db77a93ee5
|
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
|
0baefefafc
|
Trying to fix balsa orange.
|
2006-07-04 03:04:55 +00:00 |
|
roc+%cs.cmu.edu
|
7436d3b7b4
|
Adding assertion to investigate balsa orange.
|
2006-07-04 02:17:22 +00:00 |
|
roc+%cs.cmu.edu
|
09cd0b42c9
|
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
|
631865b20f
|
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 |
|
dbaron%dbaron.org
|
116fd8ccac
|
bsmedberg missed a file when relanding bug 216382 - put the spellcheck dictionaries in appdir/dictionaries and extensiondir/dictionaries, r=enndeakin
|
2006-06-29 08:31:40 +00:00 |
|
benjamin%smedbergs.us
|
38a5492c31
|
Relanding bug 216382 - put the spellcheck dictionaries in appdir/dictionaries and extensiondir/dictionaries, r=enndeakin (fix was misplaced NS_IF_ADDREF)
|
2006-06-29 06:03:12 +00:00 |
|
benjamin%smedbergs.us
|
943e691359
|
Backout bug 216382 due to windows orange
|
2006-06-29 04:48:40 +00:00 |
|
benjamin%smedbergs.us
|
5a77b8f440
|
Bug 216382 - put the spellcheck dictionaries in appdir/dictionaries and extensiondir/dictionaries, r=enndeakin
|
2006-06-29 03:01:38 +00:00 |
|
martijn.martijn%gmail.com
|
a1f863c102
|
Bug 342536 - Backing out _remove the redundant DeleteSelection call_ patch from bug 312778
|
2006-06-23 21:17:59 +00:00 |
|
martijn.martijn%gmail.com
|
3be16114a2
|
removal of DeleteSelection, which was redundant. Bug 312778, r=brettw, sr=mscott
|
2006-06-21 00:52:00 +00:00 |
|
mark%moxienet.com
|
51019ca217
|
340807 Spell checking broken on OS X, can't use Cocoa spell checker in a Carbon app. Use myspell when under Carbon. r=pink
|
2006-06-15 23:51:32 +00:00 |
|
jwalden%mit.edu
|
7d9ac3faef
|
Bug 316543 - crash [@ mozSpellChecker::mozSpellChecker] when opening message compose window. Patch by Adam Guthrie <ispiked@gmail.com>, r=timeless, sr=mscott
|
2006-06-15 18:53:49 +00:00 |
|
martijn.martijn%gmail.com
|
64132c8e03
|
Bug 312778 - Undo after a spell check correction doesn't work, undoes previous action, r=brettw, sr=mscott
|
2006-06-12 14:15:48 +00:00 |
|
timeless%mozdev.org
|
a768026fc9
|
Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
|
2006-06-03 23:35:59 +00:00 |
|
pinkerton%aol.net
|
4c9315608e
|
add osx spellcheck service to replaces mySpell on Mac (bug 151040)
|
2006-06-03 15:56:20 +00:00 |
|
brettw%gmail.com
|
4ccd7ea864
|
Bug 329672 r=mscott Thunderbird assertions on window close with spellchecker
|
2006-05-12 22:48:14 +00:00 |
|
brettw%gmail.com
|
c831982ad7
|
Bug 331368 r=mscott Assertions in content iterator
|
2006-05-12 22:44:11 +00:00 |
|
benjamin%smedbergs.us
|
70a0f2207b
|
Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin
|
2006-04-12 15:43:32 +00:00 |
|
bienvenu%nventure.com
|
1a3de1c754
|
fix crash entering smiley<space><space> on unix, sr=mscott, 328606
|
2006-02-28 15:53:07 +00:00 |
|
scott%scott-macgregor.org
|
b888a73f50
|
Bug #324521 --> poor inline spell checking performance on large text documents. When adding or ignoring a word, just spell check the existing spell selection instead of the entire document since those are the only words that would possibly be effected. Limit the size of the spell check selection to the first 250 mistyped words.
sr=bienvenu
|
2006-02-27 22:35:35 +00:00 |
|
timeless%mozdev.org
|
1ce5986f6b
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-02-23 09:36:43 +00:00 |
|
bzbarsky%mit.edu
|
0345a6719d
|
Make it possible to enable spell-check for text inputs too (not just
textareas). Make the pref controlling the whole thing live. Bug 151040, patch
by Julian Pellico <jpellico@yahoo.com>, r=bzbarsky, sr=bryner
|
2006-02-09 03:50:53 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
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 |
|
timeless%mozdev.org
|
f675dea5f2
|
Bug 253481 xul:textbox attribute to specify what happens to pasted line breaks
patch by ted.mielczarek@gmail.com r=brade/neil sr=jag
|
2005-12-20 20:12:54 +00:00 |
|
brettw%gmail.com
|
9c76475ca8
|
Bug 320443 sr=bryner Fix inline spellchecker warnings: using out of bounds index.
|
2005-12-15 23:25:49 +00:00 |
|