summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/spellcheck_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in chrome/.avi2015-12-261-2/+2
* [Spellcheck] Remove autocorrectgroby2015-12-011-10/+0
* Replace RenderViewImpl::IsEditableNode with WebElement::isEditable.esprehn2015-09-171-4/+2
* Rewrite SpellCheckWord to take an offset arg and return an enum.juliusa2015-08-151-1/+2
* Gate Android Spellchecker behind a chrome switchdylanking2015-08-121-1/+1
* Rename spellchecker preprocessor flagdylanking2015-08-041-10/+10
* Preserve the apostrophe type on Mac with spelling serviceklemen.forstneric2015-07-141-1/+2
* Converts some members in the spellcheck system to vectors.juliusa2015-07-131-0/+1
* Added a preprocessor flag for platform spellcheck.dylanking2015-07-091-10/+10
* partial PageClickTracker migration to RenderFrameObserverestade2015-01-301-11/+9
* replace COMPILE_ASSERT with static_assert in chrome/[r-z]*/mostynb2015-01-051-6/+6
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-1/+2
* Replace WebDocument::focusedNode to focusedElementmahesh.kk@samsung.com2014-02-271-3/+4
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-10/+10
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-20/+20
* [spell] Stop using deprecated Blink API get/setDecoration()rouslan@chromium.org2013-10-121-1/+1
* [spell] Use TextDecoration instead of TextChecking for markersrouslan@chromium.org2013-10-101-5/+7
* Update Blink include pathsabarth@chromium.org2013-06-171-5/+5
* Collect spelling service feedback on Macrouslan@chromium.org2013-05-301-1/+2
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-301-1/+1
* Reduce usage of WebString::data (Chromium side)abarth@chromium.org2013-05-291-5/+5
* Store feedback for spellcheck results from spelling servicerouslan@chromium.org2013-05-241-3/+11
* Remove unused WebTextCheckingType enum references from chromeadamk@chromium.org2013-05-101-12/+0
* Update Blink-Spellcheck APIrouslan@chromium.org2013-05-061-9/+1
* 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-0/+10
* Remove spelling markers when disabling spellcheckrouslan@chromium.org2013-04-191-0/+2
* [Spellcheck] Remove dead IPC messagegroby@chromium.org2013-04-121-3/+0
* [Spellcheck] Remove unnneeded IPC parameters.groby@chromium.org2013-04-111-4/+2
* [spellcheck] turn on async spellchecking for OSX.groby@chromium.org2013-04-031-4/+3
* Cancel mid-word spelling requestsrouslan@chromium.org2013-03-261-1/+1
* Re-send spelling results after document markers were removedrouslan@chromium.org2013-03-211-4/+7
* [spellcheck] Move UMA to proper location.groby@chromium.org2013-03-111-1/+1
* [Spellcheck] Bring platform codepaths closer.groby@chromium.org2013-02-061-16/+18
* [Spellcheck] Add metrics for a dead(?) code path.groby@chromium.org2013-01-251-1/+1
* Update some #includes in chrome/renderer/spellchecker for headers in the new ...pilgrim@chromium.org2013-01-101-1/+1
* Cleanup: Fix a bunch of lint errors in chrome.thestig@chromium.org2013-01-041-1/+1
* [Spellcheck] Make sure context menu and actual spellcheck state are in sync.groby@chromium.org2012-12-111-5/+5
* 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-041-60/+27
* Revert 168052 - [Spellcheck] Removing cruft.hbono@chromium.org2012-11-161-27/+60
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-151-60/+27
* Revert 167563 - [Spellcheck] Removing cruft.groby@chromium.org2012-11-141-27/+60
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-141-60/+27
* Move handling of document tags to browser side.groby@chromium.org2012-11-071-53/+9
* Update shared spellcheck data, with no upward dependency.groby@chromium.org2012-11-071-17/+14
* Factored out code as per TODOgroby@chromium.org2012-10-271-45/+63
* [Spellcheck] Consolidate Document Tag handling somewhatgroby@chromium.org2012-10-241-34/+50