summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate/translate_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* This CL makes the translate context menu disabled when thejcivelli@chromium.org2010-04-161-0/+8
* Show an error infobar when we fail to retrieve the translate script.jcivelli@google.com2010-04-141-0/+5
* Get translate prefs syncingskrul@chromium.org2010-04-071-3/+41
* Changing the translate back-end to use the Google Translate element.jcivelli@google.com2010-04-061-14/+60
* Making the translate context menu reset the blacklisting.jcivelli@chromium.org2010-03-301-2/+13
* reland cl that implement error state for translate infobarkuan@chromium.org2010-03-291-6/+12
* Revert "implement error state for translate infobar"phajdan.jr@chromium.org2010-03-291-10/+5
* implement error state for translate infobarkuan@chromium.org2010-03-291-5/+10
* Fixing the translate menu behavior.jcivelli@chromium.org2010-03-291-27/+116
* Adding a context menu to bring up or bring back the translate infobarjcivelli@chromium.org2010-03-251-0/+39
* Don't autotranslate in incognito mode (so we don't send informationjcivelli@google.com2010-03-231-2/+127
* Adding a new unit-test that ensures we are showing ajcampan@chromium.org2010-03-111-0/+71
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-2/+2
* Fix for bug 36463. Reloading a page by pressing enter in thejcampan@chromium.org2010-03-051-0/+66
* The browser would crash when pressing the translate button in the infobar whe...jcampan@chromium.org2010-03-031-9/+38
* Adding a preference to turn off the translate feature.jcampan@chromium.org2010-02-261-0/+30
* Make the translation bar not show up again when you closed it in a page jcampan@chromium.org2010-02-231-26/+197
* Makes sure we don't display several times the translate infobar for a page.jcampan@chromium.org2010-02-171-1/+37
* Fix the TranslateManager and unit-tests.jcampan@chromium.org2010-02-131-4/+17
* Implements the auto-translate on click: if you have translatedjcampan@chromium.org2010-02-121-0/+142