summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker/spellcheck_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-7/+10
* chrome: Remove 11 exit time destructors and 4 static initializers.thakis@chromium.org2011-11-171-1/+1
* Skip unnecessary spellcheck initialization for renderer processes.morrita@google.com2011-11-111-0/+5
* Remove refptr usages from SpellCheckHostkushi.p@gmail.com2011-11-081-58/+84
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* 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-251-4/+4
* The current user custom spell check dictionary is shared among profiles. This...shinyak@google.com2011-10-251-15/+26
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-8/+6
* 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-191-3/+3
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Fix sending garbage descriptor if there's no spellcheck dictionary file.jam@chromium.org2011-09-141-1/+1
* Renamed SpellCheckHostObserver to SpellCheckProfileProvidermorrita@chromium.org2011-08-241-21/+21
* Moved custom_word_ from SpellCheckHostImpl to SpellCheckProfile.morrita@google.com2011-08-221-21/+20
* Delete corrupted dictionaries on start-up.hbono@chromium.org2011-08-191-4/+28
* [Refactoring] Extracted SpellCheckProfile from ProfileImpl.morrita@google.com2011-08-101-0/+5
* Moved spellcheck related files to chrome/browser/spellcheck directory.morrita@chromium.org2011-07-281-0/+413