summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/spellcheck_provider.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 142671 - Use WebFrame::replaceMisspelledRange() to replace a misspelle...rsesek@chromium.org2012-06-181-5/+0
* Use WebFrame::replaceMisspelledRange() to replace a misspelled range with text.hbono@chromium.org2012-06-181-0/+5
* Implement a request cache and disble retrieving a sub-region.hbono@chromium.org2012-06-121-10/+7
* This patch implements asynchronous spellchecker on Windows and Linux.shinyak@chromium.org2012-04-191-0/+2
* Send spellcheck requests only when we need.hbono@chromium.org2012-04-121-3/+17
* Removed WebTextCheckingResult legacy API use.morrita@chromium.org2012-02-171-2/+3
* Use the Spelling service when we paste text.hbono@chromium.org2012-02-061-0/+10
* In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W...shinyak@chromium.org2012-01-261-6/+10
* Attempt at a fix for crasher with SpellChecker and purge memory.jcivelli@chromium.org2012-01-051-7/+10
* Remove Hunspell on OS X - step 5jeremy@chromium.org2011-12-221-4/+0
* Add OVERRIDE to chrome/renderer.avi@chromium.org2011-11-211-2/+2
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-1/+1
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-2/+2
* Forward handling of low-mem message to the content renderer client. Add APIs ...gbillock@chromium.org2011-08-081-0/+2
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-0/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-7/+0
* Chrome side needed for WebKit change to move the little remaining spellcheck ...jam@chromium.org2011-04-121-0/+9
* Update the code to have the SpellCheckProvider implement WebSpellCheckClient,...jam@chromium.org2011-03-291-2/+36
* Move spellcheck messages into their own file, and dispatch them all in SpellC...jam@chromium.org2011-03-251-2/+2
* Update code to always use a struct for WebTextCheckingResult.jam@chromium.org2011-03-231-3/+1
* Don't forward declare WebKit::WebTextCheckingResult temporarily in order to c...jam@chromium.org2011-03-221-1/+3
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Integrating Mac OS Grammar checker into Chromium.morrita@chromium.org2011-02-221-0/+66