summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Ignore custom spellcheck dictionary words when using server-side spellcheckrouslan@chromium.org2013-02-2011-137/+137
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-6/+6
* [Spellcheck] Bring platform codepaths closer.groby@chromium.org2013-02-063-27/+26
* [Spellcheck] Add metrics for a dead(?) code path.groby@chromium.org2013-01-251-1/+1
* [Spellcheck] Add unit test for basic word checkinggroby@chromium.org2013-01-252-44/+53
* [Spellcheck] Factor out language-specific code to support multilingual checking.groby@chromium.org2013-01-235-154/+281
* Sync user's custom spellcheck dictionaryrouslan@chromium.org2013-01-237-54/+80
* [Spellcheck] Limit word length for hunspell.groby@chromium.org2013-01-171-3/+20
* Unit test for spellchecking 96- through 102-character wordsrouslan@chromium.org2013-01-111-21/+57
* Update some #includes in chrome/renderer/spellchecker for headers in the new ...pilgrim@chromium.org2013-01-105-5/+5
* Seems hbono left the project - updating spellcheck OWNERs/TODOsgroby@chromium.org2013-01-092-3/+2
* Bump dictionary versions to 3-0rouslan@chromium.org2013-01-081-38/+99
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-073-8/+7
* Cleanup: Fix a bunch of lint errors in chrome.thestig@chromium.org2013-01-042-2/+2
* [Spellcheck] Make sure context menu and actual spellcheck state are in sync.groby@chromium.org2012-12-114-7/+63
* Show suggestions for spellcheck.rouslan@chromium.org2012-12-061-0/+1
* [Spellcheck] Added UMA metrics for WebKit API usagegroby@chromium.org2012-12-051-4/+11
* [Spellcheck] Cleanup. Resubmit, againgroby@chromium.org2012-12-049-90/+78
* [Spellcheck] Don't initialize SpellcheckWordIterator with empty rulesets.groby@chromium.org2012-11-272-0/+24
* Enable users to alter their custom dictionary from an overlay on chrome://set...rouslan@chromium.org2012-11-207-7/+41
* chrome: Update the remaining calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-191-8/+8
* Unittest to go along with added no suggest flag. Currently tests no suggest f...rlp@chromium.org2012-11-171-0/+61
* Revert 168052 - [Spellcheck] Removing cruft.hbono@chromium.org2012-11-169-78/+90
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-159-90/+78
* Check existence of spelling engine before dereferencing.groby@chromium.org2012-11-141-8/+15
* Revert 167563 - [Spellcheck] Removing cruft.groby@chromium.org2012-11-149-71/+90
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-149-90/+71
* Move handling of document tags to browser side.groby@chromium.org2012-11-074-96/+17
* Update shared spellcheck data, with no upward dependency.groby@chromium.org2012-11-072-27/+26
* retry r165562: Bump English spellcheck dictionary versions and add testsestade@chromium.org2012-11-031-0/+53
* Revert 165562 - Bump English spellcheck dictionary versions and add testskaiwang@chromium.org2012-11-021-53/+0
* Bump English spellcheck dictionary versions and add testsestade@chromium.org2012-11-021-0/+53
* [Spellcheck] Cleanup for async posting of spellcheck requests.groby@chromium.org2012-11-013-100/+51
* Remove hunspell-only code from spellcheck.cc, in preparation of a merge of sp...groby@chromium.org2012-10-307-232/+345
* Factored out code as per TODOgroby@chromium.org2012-10-272-45/+71
* [Spellcheck] Consolidate Document Tag handling somewhatgroby@chromium.org2012-10-242-45/+65
* [Spellcheck] Factored out common testing code.groby@chromium.org2012-10-244-144/+156
* Factored out OSX spelling into a separate subclass.groby@chromium.org2012-10-242-32/+108
* Cleaning up the command line flags for spellcheck.rlp@chromium.org2012-10-231-1/+1
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Treats ASCII numbers as word characters only on LTR languages.hbono@chromium.org2012-09-042-1/+72
* Adding rlp and groby to the owners files for spellcheck.rlp@chromium.org2012-08-301-0/+2
* Reset word iterators when changing the spellchecker language.hbono@chromium.org2012-08-294-4/+55
* Treat non-English words as words.hbono@chromium.org2012-08-272-1/+10
* Add more OWNERS inside chrome/renderer.thestig@chromium.org2012-08-221-0/+1
* Reapply Justin's spellchecker patch.hbono@chromium.org2012-07-271-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Treat numbers as word characters used by our spellchecker.hbono@chromium.org2012-07-033-5/+24
* Rename SpellCheckCommon namespace to chrome.tfarina@chromium.org2012-06-202-7/+10
* Revert 142671 - Use WebFrame::replaceMisspelledRange() to replace a misspelle...rsesek@chromium.org2012-06-182-12/+0