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

128 Коммитов

Автор SHA1 Сообщение Дата
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
dbaron%dbaron.org 079a940f6b 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 2e17692115 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 a3e1cdcb8d Backout bug 216382 due to windows orange 2006-06-29 04:48:40 +00:00
benjamin%smedbergs.us b56cbb8768 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 b0739639be 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 281962f59d removal of DeleteSelection, which was redundant. Bug 312778, r=brettw, sr=mscott 2006-06-21 00:52:00 +00:00
mark%moxienet.com 88181ab303 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 0cf7d23e87 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 a090268925 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 9391198a55 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 20d2436ae0 add osx spellcheck service to replaces mySpell on Mac (bug 151040) 2006-06-03 15:56:20 +00:00
brettw%gmail.com 6bf7a91e6c Bug 329672 r=mscott Thunderbird assertions on window close with spellchecker 2006-05-12 22:48:14 +00:00
brettw%gmail.com 0833b4096f Bug 331368 r=mscott Assertions in content iterator 2006-05-12 22:44:11 +00:00
benjamin%smedbergs.us 185c761605 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 bd82d6607a fix crash entering smiley<space><space> on unix, sr=mscott, 328606 2006-02-28 15:53:07 +00:00
scott%scott-macgregor.org 1563fc5bdb 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 a279d689e5 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
bzbarsky%mit.edu f886e188c9 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