summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/spellcheck.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //chromedcheng2015-12-271-2/+2
* Switch to standard integer types in chrome/.avi2015-12-261-4/+8
* Disable spellchecker on Android.yfriedman2015-12-101-10/+1
* [Spellcheck] Remove autocorrectgroby2015-12-011-66/+2
* [Spellcheck] Fix crash in no-suggestions case.groby2015-09-161-18/+23
* Disable Clank spellchecking on Svelte devicesdylanking2015-08-311-0/+4
* Enable spellchecking by default on Canary and Dev builds.dylanking2015-08-211-2/+8
* Offers suggestions for each language that marks a word misspelled.juliusa2015-08-211-11/+51
* Spellchecks multiple languages.juliusa2015-08-201-10/+67
* Rewrite SpellCheckWord to take an offset arg and return an enum.juliusa2015-08-151-17/+31
* Gate Android Spellchecker behind a chrome switchdylanking2015-08-121-0/+12
* Removed and replaced outdated mac-specific files and referencesdylanking2015-08-071-7/+10
* Initializes all SpellCheckLanguages and determines if they're enabled.juliusa2015-08-041-2/+13
* Loads multiple dictionaries into the spellcheck system.juliusa2015-07-231-15/+21
* Preserve the apostrophe type on Mac with spelling serviceklemen.forstneric2015-07-141-23/+22
* Converts some members in the spellcheck system to vectors.juliusa2015-07-131-7/+8
* Added a preprocessor flag for platform spellcheck.dylanking2015-07-091-1/+1
* Reland: Handle typographical apostrophe with spelling service clientrouslan2015-06-241-25/+69
* Revert of Handle typographical apostrophe with spelling service client (patch...rouslan2015-06-211-60/+26
* Handle typographical apostrophe with spelling service clientrouslan2015-06-191-26/+60
* chrome: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-101-4/+5
* Do not duplicate custom dictionary words on disk.rouslan2015-06-031-12/+14
* Revert "Remove spellcheck feedback."rouslan2015-03-251-0/+32
* Remove spellcheck feedback.rouslan2015-01-211-32/+0
* Standardize usage of virtual/override/final in chrome/renderer/dcheng2014-10-211-5/+5
* Replacing the OVERRIDE with override and in chrome/renderermohan.reddy2014-10-101-4/+4
* Adding a word to dictionary should remove spelling markers klemen.forstneric@gmail.com2014-08-211-0/+29
* 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