summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker/spelling_service_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor dependency on Profile to BrowserContext in spell check. Continuation...megan.smith@venture3systems.com2013-09-171-9/+17
* Use a direct include of strings headers in chrome/browser/r*-s*/.avi@chromium.org2013-06-101-2/+2
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* Check for error message from spelling servicerouslan@chromium.org2013-05-311-33/+53
* Move GetISOLanguageCountryCodeFromLocale() to common to be sharedrouslan@chromium.org2013-05-141-26/+2
* [Spellcheck] Removing the field trial. We've launched!rlp@chromium.org2013-04-241-14/+1
* Enable multiple spellcheck fetchers in spelling service clientrouslan@chromium.org2013-03-061-11/+27
* [Spellcheck] Unified path for results callback.groby@chromium.org2013-02-281-1/+3
* Calculate ISO language and country code in a separate functionrouslan@chromium.org2013-02-261-29/+38
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* [Spellcheck] JSON-Escape API keygroby@chromium.org2013-02-071-2/+2
* [Spellcheck] Adding field trial to spellcheck.rlp@chromium.org2013-02-041-2/+16
* [Spellcheck] Turning off server spellcheck for off the record profiles.rlp@chromium.org2013-01-261-1/+4
* [Spellcheck] Turning spelling service on by default. Adding command line flag...rlp@chromium.org2013-01-101-1/+1
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* [Spellcheck] Removing the "no more suggestions from Google" line when using t...rlp@chromium.org2013-01-041-4/+2
* Cleanup: Remove more unneeded browser_thread.h includes.thestig@chromium.org2013-01-041-1/+0
* [Spellcheck] Renaming flag for clarity.groby@chromium.org2012-12-141-1/+1
* [Spellcheck] Remove the "force synchronous spellcheck" flag now that we've as...rlp@chromium.org2012-12-121-7/+3
* Cleaning up the command line flags for spellcheck.rlp@chromium.org2012-10-231-19/+27
* Fix the spelling client not to use the spelling service yet. Also disabling s...rlp@chromium.org2012-10-121-3/+6
* Fixing spelling service to use GetAPIKey.rlp@chromium.org2012-09-201-16/+5
* Disable the spellcheck service when asynchronous spellchecking is disabled.hbono@chromium.org2012-07-111-0/+8
* Use the type parameter.hbono@chromium.org2012-06-281-1/+1
* Disable using the Spelling service when spellchecking text on Mac.hbono@chromium.org2012-06-281-0/+4
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-2/+2
* Add SpellingServiceClient::IsAvailable().hbono@chromium.org2012-06-141-1/+17
* Implement a request cache and disble retrieving a sub-region.hbono@chromium.org2012-06-121-0/+3
* Use grammar markers for contextually-misspelled words.hbono@chromium.org2012-05-281-1/+2
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-1/+1
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-2/+2
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-1/+1
* Avoid using TestURLRequestContextGetter in SpellingServiceClientTest.hbono@chromium.org2012-05-081-4/+1
* Notify the text-check resulthbono@chromium.org2012-05-021-17/+27
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Add a 'version' parameter to SpellingServiceClient::RequestTextCheck().hbono@chromium.org2012-04-071-1/+4
* Disable sending cookies from the SpellingServiceClient class.hbono@chromium.org2012-03-221-1/+2
* Disable storing cookies from URLFetchers that run with a profile's cookie jar.jochen@chromium.org2012-02-291-0/+2
* Removed WebTextCheckingResult legacy API use.morrita@chromium.org2012-02-171-6/+6
* Refactor the SpellingMenuObserver class.hbono@chromium.org2012-02-031-0/+190