summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate/translate_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move TranslateManager::IsTranslatableURL to be a client-level concept.blundell@chromium.org2014-04-081-45/+0
* Cleanup: Move kChromeDevToolsScheme constant into content namespace.tfarina@chromium.org2014-02-171-1/+1
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-1/+1
* Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded b...uekawa@chromium.org2014-01-221-2/+2
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* file_manager: Move non-binding code to c/b/chromeos/file_managersatorux@chromium.org2013-09-051-1/+1
* file_manager: Move the file manager app ID to app_id.hsatorux@chromium.org2013-08-141-2/+2
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* chromeos: Add a subdirectory "file_manager" to chrome/browser/chromeos/extens...hashimoto@chromium.org2013-04-091-1/+1
* Translate: URL check should be done at oncetoyoshim@chromium.org2013-04-081-0/+45
* GTTF: Use a fresh TestingBrowserProcess for each test, part #2phajdan.jr@chromium.org2011-02-251-1230/+0
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-241-4/+4
* Cleanup:pkasting@chromium.org2011-02-081-5/+5
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-16/+15
* Move the TestSink for doing IPC tests from chrome/common into IPC and create ...brettw@google.com2011-01-201-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-4/+4
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+0
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-4/+3
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-291-12/+13
* Revert 60169 - Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-13/+12
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-12/+13
* Relanding this:jcivelli@chromium.org2010-09-071-68/+54
* Revert "Don't create pending entries when a navigation is initiated by the pa...phajdan.jr@chromium.org2010-09-021-54/+68
* Don't create pending entries when a navigation is initiated by the page.jcivelli@chromium.org2010-09-011-68/+54
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* FBTF: Minor cleanup to testing headers.erg@google.com2010-08-251-0/+2
* Ensures we don't let users translate pages that are in an unsupported languag...jcivelli@chromium.org2010-08-181-1/+9
* Don't show the extra "Always/never translate" buttons on the "before translat...jcivelli@chromium.org2010-08-171-7/+21
* Sites like Google Maps may trigger navigations when the user interacts with t...jcivelli@chromium.org2010-08-131-1/+28
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+1
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-2/+2
* Few TranslateManager changes:jcivelli@chromium.org2010-07-221-10/+36
* Makes the browser fetch the translate script regularly.jcivelli@chromium.org2010-07-211-13/+60
* Revert 53016 - Makes the browser fetch the translate script regularly.jcivelli@chromium.org2010-07-201-60/+13
* Makes the browser fetch the translate script regularly.jcivelli@chromium.org2010-07-201-13/+60
* When Chrome translates a page, the translate server might detect that the pag...jcivelli@chromium.org2010-07-191-7/+38
* Google translate supports some new languages, makes Chrome aware of them. Tha...jcivelli@chromium.org2010-07-181-5/+5
* Don't offer to translate pages if the page says so byjcivelli@google.com2010-07-121-52/+89
* Make the translate button more responsivejcivelli@chromium.org2010-07-121-5/+5
* Renaming TranslateManager2 to TranslateManagerjcivelli@chromium.org2010-07-011-34/+178
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-111-45/+47
* Only use IDC_ values for command ids in the render view context menu.estade@chromium.org2010-05-131-11/+12
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-32/+13
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1