summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker/spellcheck_service.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in chrome/browser/Daniel Cheng2014-10-211-10/+10
* replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]*mostynb2014-10-071-7/+7
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-141-2/+2
* Convert string16 to base::string16 in chrome/browserbrettw@chromium.org2013-12-111-2/+2
* [spell] Remove spelling service feedback from behind the flag.rouslan@chromium.org2013-11-261-0/+4
* Refactor dependency on Profile to BrowserContext in spell check. Continuation...megan.smith@venture3systems.com2013-09-171-5/+6
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-221-1/+1
* Add ability to send feedback for spelling servicerouslan@chromium.org2013-05-211-3/+3
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-201-1/+1
* Periodically request a list of spellcheck markers in all renderers for feedbackrouslan@chromium.org2013-05-021-0/+6
* [Spellcheck] Adding extension framework for extension api to load dictionary ...rlp@chromium.org2013-04-261-0/+18
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-211-2/+2
* [Spellcheck] Add UMA stat for SpellingServicegroby@chromium.org2013-02-221-0/+3
* Thread safety in SpellcheckHunspellDictionaryrouslan@chromium.org2013-02-151-3/+2
* Notify user on spell check dictionary download failure rouslan@chromium.org2013-01-251-4/+14
* Sync user's custom spellcheck dictionaryrouslan@chromium.org2013-01-231-5/+5
* Re-initialize spellcheck after user changes language preference forrouslan@chromium.org2012-12-061-0/+6
* Remove PrefObserver usages, batch 11.joi@chromium.org2012-11-211-6/+2
* Enable users to alter their custom dictionary from an overlay on chrome://set...rouslan@chromium.org2012-11-201-11/+12
* Cleaning up SpellcheckService with respect to the hunspell dictionary. Mostly...rlp@chromium.org2012-11-161-8/+0
* Cleaning up the custom dictionary code relative to the SpellcheckService to m...rlp@chromium.org2012-11-141-22/+0
* Combining the SpellCheckHost and the SpellCheckProfile into the SpellcheckSer...rlp@chromium.org2012-11-121-0/+159