summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellcheck_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Add sanity checks of the BDIC files to Chrome.hbono@chromium.org2010-11-151-0/+11
* ThreadRestrictions: disallow blocking IO on the UI threadevan@chromium.org2010-10-271-1/+8
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-2/+2
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-18/+18
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-1/+2
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-0/+2
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-2/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-041-2/+3
* Change a bunch of string types.estade@chromium.org2010-06-291-7/+5
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-1/+3
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-104/+61
* Spellchecker: Always destruct url request context getter on io thread.estade@chromium.org2009-11-171-11/+44
* reland 31875. Revert was:estade@chromium.org2009-11-161-24/+60
* Spellchecker: call init *after* constructor.estade@chromium.org2009-11-161-4/+6
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-60/+24
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-24/+60
* Couple of prospective fix for memory test flakiness: addref/release the url r...estade@chromium.org2009-11-101-1/+1
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+278