summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of unnecessary region code from spellcheck language/locale codes. Fix...sidchat@google.com2009-01-281-42/+65
* Roll forward 8722,8721jeremy@chromium.org2009-01-271-0/+3
* Reverting 8722,8721.maruel@chromium.org2009-01-271-3/+0
* First step of porting VisitedLinkMaster to POSIX:jeremy@chromium.org2009-01-271-0/+3
* Reverting 8565.brettw@chromium.org2009-01-231-54/+32
* Get rid of unnecessary region code from spellcheck language/locale codessidchat@google.com2009-01-231-32/+54
* Change spell check dictionary download URL to now include edgedlsidchat@google.com2009-01-221-1/+1
* Move url_* to net subdirben@chromium.org2009-01-161-1/+1
* Part 3 of 'Add common words for each language, and remove forbidden words'sidchat@google.com2009-01-121-7/+14
* Enable Hebrew spell checker after Jeremy fixed the underlying Webkit bug.xji@chromium.org2008-12-301-1/+1
* fix buildestade@chromium.org2008-12-161-1/+1
* Port the spell checker to posix.estade@chromium.org2008-12-161-24/+22
* revert r6938estade@chromium.org2008-12-121-1/+1
* Reverting 6935.ojan@google.com2008-12-121-1/+1
* Implement the memory mapped file class for posix.estade@chromium.org2008-12-121-1/+1
* Add a MemoryMappedFile class to file_util.estade@chromium.org2008-12-121-50/+6
* Try and make some spellcheck code more obvious by using typedefs.pkasting@chromium.org2008-12-111-30/+27
* Cleanup part 6.pkasting@chromium.org2008-12-101-74/+58
* Make the spellcheck-context-menu generation code more robust/future-proof (fi...jungshik@google.com2008-12-091-10/+17
* Add a new submenu in the context menu for a text box. This submenu displays s...sidchat@google.com2008-12-011-0/+118
* Add option to disable/enable Spell Check. In addition, remove additional code...sidchat@google.com2008-10-291-6/+0
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Fix a potential crasher in SpellChecker Add to dictionary feature.sidchat@google.com2008-10-171-1/+2