summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Add Bulgarian spellchecker. Hunspell change will be committed separately.jshin@chromium.org2010-05-031-0/+15
* Uses the new spellchecker dictionaries on Chromium.hbono@chromium.org2010-03-151-5/+11
* chrome 6: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-082-1/+3
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Adds a regression test for Issue 36523.hbono@chromium.org2010-03-011-0/+2
* Re-implement SpellcheckWordIterator with ICU.hbono@chromium.org2010-02-163-291/+495
* Win: Fix an invalid handle initialization in the spellchecker.estade@chromium.org2009-12-181-7/+19
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-193-15/+680
* reland 31875. Revert was:estade@chromium.org2009-11-162-13/+11
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-162-11/+13
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-3/+3
* Use renderer spellchecker for windows.estade@chromium.org2009-11-132-13/+11
* Move the spellchecker to the renderer.estade@chromium.org2009-11-064-0/+848