summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/spellcheck_provider.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in chrome/.avi2015-12-261-1/+5
* [Spellcheck] Remove autocorrectgroby2015-12-011-2/+0
* Rename spellchecker preprocessor flagdylanking2015-08-041-2/+2
* Preserve the apostrophe type on Mac with spelling serviceklemen.forstneric2015-07-141-0/+1
* Added a preprocessor flag for platform spellcheck.dylanking2015-07-091-2/+2
* Update {virtual,override} to follow C++11 style in chrome.nick2015-04-241-7/+7
* Standardize usage of virtual/override/final in chrome/renderer/dcheng2014-10-211-3/+3
* Replacing the OVERRIDE with override and in chrome/renderermohan.reddy2014-10-101-9/+9
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-5/+5
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-20/+20
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Collect spelling service feedback on Macrouslan@chromium.org2013-05-301-1/+1
* Reduce usage of WebString::data (Chromium side)abarth@chromium.org2013-05-291-3/+3
* Store feedback for spellcheck results from spelling servicerouslan@chromium.org2013-05-241-1/+3
* Update Blink-Spellcheck APIrouslan@chromium.org2013-05-061-9/+2
* Use unsigned integers to denote spelling marker offsetsrouslan@chromium.org2013-04-301-1/+1
* Enable receiving a list of markers in text with spellcheck requestsrouslan@chromium.org2013-04-261-1/+12
* [Spellcheck] Remove unnneeded IPC parameters.groby@chromium.org2013-04-111-1/+0
* [Spellcheck] Bring platform codepaths closer.groby@chromium.org2013-02-061-5/+2
* [Spellcheck] Make sure context menu and actual spellcheck state are in sync.groby@chromium.org2012-12-111-1/+3
* Move handling of document tags to browser side.groby@chromium.org2012-11-071-18/+0
* Update shared spellcheck data, with no upward dependency.groby@chromium.org2012-11-071-10/+12
* Factored out code as per TODOgroby@chromium.org2012-10-271-0/+8
* [Spellcheck] Consolidate Document Tag handling somewhatgroby@chromium.org2012-10-241-11/+15
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* 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