summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-1/+1
* Bump ICU to 57283jshin@chromium.org2010-08-251-1/+3
* Customize Hebrew spellcheck word break iteratorjshin@chromium.org2010-08-242-12/+36
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Include ICU headers in a way that will also work with use_system_icu=1phajdan.jr@chromium.org2010-08-172-6/+8
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-152-3/+1
* A fix for Issue 46278.hbono@chromium.org2010-08-122-9/+31
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-292-2/+3
* Adds unit tests for Serbian and Ukranian dictionaries.hbono@chromium.org2010-07-281-0/+28
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262-0/+2
* C++ readability for hbono.hbono@chromium.org2010-06-163-113/+120
* Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries".hbono@chromium.org2010-06-031-2/+1
* 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