summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+1
* Use ChromeThread::DeleteOnIOThread in a few places where an object must be de...jam@chromium.org2009-11-031-15/+3
* Check word lengths before adding to dictionary and spellchecking.jschuh@chromium.org2009-11-031-2/+2
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-108/+28
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-4/+5
* Submitting on behalf of jschuh@cevans@chromium.org2009-10-231-4/+9
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-4/+4
* (Copy of previous CL that existed in a client I lost)cevans@chromium.org2009-10-191-3/+10
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-33/+29
* Spellchecker:estade@chromium.org2009-10-091-94/+209
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-8/+9
* Update hunspell DEPS to 1.2.8mhm@chromium.org2009-09-011-2/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Pull the entire hunspell tree and place it in depsBUG=14756TEST=Compiled Chro...mhm@chromium.org2009-08-211-2/+2
* Reverting 23946.mhm@chromium.org2009-08-211-2/+2
* Pull the entire hunspell tree and place it in depsmhm@chromium.org2009-08-211-2/+2
* Another attempt at tree fix.sidchat@google.com2009-08-141-2/+2
* Fix build.sidchat@google.com2009-08-141-1/+1
* Make Spellchecker save the dictionary file in the file thread.sidchat@google.com2009-08-141-33/+137
* Fix a spell check dictionary download bug, where killing the spell checker wh...sidchat@google.com2009-08-111-171/+51
* Reverting hunspell upgrade 22263,22257,22252,22243. Causing many valgrind war...mhm@chromium.org2009-08-031-2/+2
* Update Hunspell to the latest stable version to use the latest bdict format.mhm@chromium.org2009-08-011-2/+2
* For system-level installs, if the spellcheck dictionary fails to get download...sidchat@google.com2009-07-171-26/+81
* Adds languages supported by the platform spellchecker to the rightpinkerton@chromium.org2009-07-171-2/+7
* Change the use of typedef Language in Spell Check files back to std::string. ...sidchat@google.com2009-07-071-21/+24
* Enable support for the Mac OS X spellchecking service in chromium.pinkerton@chromium.org2009-06-301-32/+76
* UI Support for Auto Spell Correct. Currently, it is still under the command l...sidchat@google.com2009-06-031-1/+9
* Revert Changes to stop tests breaking.sidchat@google.com2009-05-301-4/+0
* Possible fix for UnitTestFailuresidchat@google.com2009-05-301-1/+1
* Do not autocorrect words in capital letters, or having capital letters in bet...sidchat@google.com2009-05-291-0/+4
* Update French spellcheck dictionary to 1.4.jungshik@google.com2009-05-151-1/+1
* Add Automatic spell correction support in Chrome.sidchat@google.com2009-05-121-0/+44
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Upadte version for the Lithuanian spell check dictionary.mal@chromium.org2009-04-301-0/+1
* Add Australian English spell check support.sidchat@google.com2009-04-221-1/+4
* Remove histogram connection to base classes in stats_counterjar@chromium.org2009-04-101-0/+1
* Switch some more ASCII locale code wstrings to strings.estade@chromium.org2009-03-241-20/+12
* Remove extra language under "Spell-checker options" context menusidchat@google.com2009-03-191-1/+8
* Change SpellChecker::Language to be an ASCII string.estade@chromium.org2009-03-111-57/+59
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Update version number for the upgraded French and Polish dictionaries.sidchat@google.com2009-02-271-11/+8
* Avoid race crash: Don't drop reference to URL fetcher until data is extractedjar@chromium.org2009-02-251-4/+3
* Ports SpellChecker to use FilePaths instead of wstring.estade@chromium.org2009-02-251-33/+24
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+3
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-3/+0
* Add UI support for the newly added Turkish and Estonian spellcheckers.sidchat@google.com2009-02-201-1/+5
* We will sort the encoding menu items according to current used UI language ex...jnd@chromium.org2009-02-201-6/+7
* Add locale_settings.grd to the build. This generatestc@google.com2009-02-181-3/+2
* Remember change in Spell Check language by putting it in the list of accept l...sidchat@google.com2009-02-031-0/+13