summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-233-3/+3
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-225-13/+21
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-114-6/+6
* Avoid using TestURLRequestContextGetter in SpellingServiceClientTest.hbono@chromium.org2012-05-082-7/+2
* Notify the text-check resulthbono@chromium.org2012-05-025-18/+312
* RefCounted types should not have public destructors, chrome/browser/ part 5rsleevi@chromium.org2012-04-255-22/+20
* This patch implements asynchronous spellchecker on Windows and Linux.shinyak@chromium.org2012-04-191-0/+4
* Add a "Use a web service for spelling suggestions" option (Take 3)hbono@chromium.org2012-04-191-0/+3
* 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-073-2/+16
* Disable sending cookies from the SpellingServiceClient class.hbono@chromium.org2012-03-221-1/+2
* Stopped sending cookie for downloading spellcheck dictionaries.morrita@chromium.org2012-03-221-1/+2
* Profiles: Really fix refcounted services.erg@chromium.org2012-03-161-1/+1
* Disable storing cookies from URLFetchers that run with a profile's cookie jar.jochen@chromium.org2012-02-292-0/+4
* Removed WebTextCheckingResult legacy API use.morrita@chromium.org2012-02-176-30/+24
* Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...erg@chromium.org2012-02-131-1/+1
* Use the Spelling service when we paste text.hbono@chromium.org2012-02-062-2/+105
* Refactor the SpellingMenuObserver class.hbono@chromium.org2012-02-032-0/+284
* Profiles: Move the Spelling system onto a ProfileKeyedServiceFactory.erg@chromium.org2012-01-278-185/+411
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-1/+0
* Base::Bind - Convert chrome/browser/spellchecker/spellcheck_platform_mac.mm.hbono@chromium.org2012-01-051-11/+6
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* base::Bind() and custom Task conversion for chrome/browser/spellcheckerdcheng@chromium.org2011-12-221-58/+42
* Remove Hunspell on OS X - step 4jeremy@chromium.org2011-12-215-93/+126
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-163-5/+8
* Remove Hunspell on OS X - step 2jeremy@chromium.org2011-12-128-176/+56
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* [Mac] Ignore spell-checker exceptions.shess@chromium.org2011-12-101-22/+32
* Remove code to collect spellchecker statsjeremy@chromium.org2011-12-061-36/+0
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-2/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-212-7/+8
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-185-16/+24
* chrome: Remove 11 exit time destructors and 4 static initializers.thakis@chromium.org2011-11-171-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Skip unnecessary spellcheck initialization for renderer processes.morrita@google.com2011-11-111-0/+5
* Remove refptr usages from SpellCheckHostkushi.p@gmail.com2011-11-087-110/+141
* Move BrowserThread to content namespace.joi@chromium.org2011-11-029-4/+16
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-283-5/+5
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-2/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-252-6/+6
* The current user custom spell check dictionary is shared among profiles. This...shinyak@google.com2011-10-256-30/+204
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-242-18/+11
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-9/+9
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-161-3/+3
* Use base::TimeTicks() instead of base::Time() for measuring a histogram time ...eroman@chromium.org2011-09-292-4/+7
* Fix sending garbage descriptor if there's no spellcheck dictionary file.jam@chromium.org2011-09-141-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1