summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/spellcheck.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove PlatformFile from spell checkerrvargas@chromium.org2014-03-251-3/+3
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-4/+4
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-10/+11
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-9/+9
* [spell] Use TextDecoration instead of TextChecking for markersrouslan@chromium.org2013-10-101-7/+7
* Handle null char in the middle of text in custom spellcheck dictionary enginerouslan@chromium.org2013-07-111-2/+3
* Update Blink include pathsabarth@chromium.org2013-06-171-3/+3
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* Add HasWord(string) method to SpellcheckCustomDictionaryrouslan@chromium.org2013-05-291-2/+2
* Store feedback for spellcheck results from spelling servicerouslan@chromium.org2013-05-241-1/+2
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-101-1/+1
* Update Blink-Spellcheck APIrouslan@chromium.org2013-05-061-2/+1
* Periodically request a list of spellcheck markers in all renderers for feedbackrouslan@chromium.org2013-05-021-0/+35
* [Spellcheck] Remove unnneeded IPC parameters.groby@chromium.org2013-04-111-6/+2
* [spellcheck] turn on async spellchecking for OSX.groby@chromium.org2013-04-031-0/+3
* Ignore custom spellcheck dictionary words when using server-side spellcheckrouslan@chromium.org2013-02-201-22/+27
* [Spellcheck] Factor out language-specific code to support multilingual checking.groby@chromium.org2013-01-231-98/+10
* Sync user's custom spellcheck dictionaryrouslan@chromium.org2013-01-231-9/+7
* [Spellcheck] Make sure context menu and actual spellcheck state are in sync.groby@chromium.org2012-12-111-1/+49
* [Spellcheck] Cleanup. Resubmit, againgroby@chromium.org2012-12-041-22/+7
* Enable users to alter their custom dictionary from an overlay on chrome://set...rouslan@chromium.org2012-11-201-2/+8
* Revert 168052 - [Spellcheck] Removing cruft.hbono@chromium.org2012-11-161-7/+22
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-151-22/+7
* Check existence of spelling engine before dereferencing.groby@chromium.org2012-11-141-8/+15
* Revert 167563 - [Spellcheck] Removing cruft.groby@chromium.org2012-11-141-7/+22
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-141-22/+7
* [Spellcheck] Cleanup for async posting of spellcheck requests.groby@chromium.org2012-11-011-80/+38
* Remove hunspell-only code from spellcheck.cc, in preparation of a merge of sp...groby@chromium.org2012-10-301-203/+35
* Factored out OSX spelling into a separate subclass.groby@chromium.org2012-10-241-32/+103
* Reset word iterators when changing the spellchecker language.hbono@chromium.org2012-08-291-0/+2
* Reapply Justin's spellchecker patch.hbono@chromium.org2012-07-271-2/+2
* Rename SpellCheckCommon namespace to chrome.tfarina@chromium.org2012-06-201-5/+8
* Use grammar markers for contextually-misspelled words.hbono@chromium.org2012-05-281-34/+41
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-05-181-0/+4
* Disable retrieving suggestions in the background.hbono@chromium.org2012-05-181-4/+1
* Cancel unnecessary spellcheck requests.hbono@chromium.org2012-04-231-13/+12
* This patch implements asynchronous spellchecker on Windows and Linux.shinyak@chromium.org2012-04-191-6/+150
* Removed WebTextCheckingResult legacy API use.morrita@chromium.org2012-02-171-4/+4
* In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W...shinyak@chromium.org2012-01-261-1/+46
* Remove Hunspell on OS X - step 4jeremy@chromium.org2011-12-211-2/+6
* Do not crash if SpellcheckWordIterator fails to initialize.nileshagrawal@chromium.org2011-12-201-4/+14
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-161-2/+2
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-6/+6
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-031-5/+7
* A speculative fix for Bug 92364.hbono@chromium.org2011-09-161-7/+8
* Forward handling of low-mem message to the content renderer client. Add APIs ...gbillock@chromium.org2011-08-081-6/+1
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-7/+4
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-1/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-16/+44
* Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-291-2/+2