summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate/translate_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Replace Browser::AddTabWithURL(...) with:ben@chromium.org2010-10-051-4/+2
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-291-2/+4
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Revert 60169 - Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-4/+2
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-2/+4
* Fix crasher with autofill infobar.jcivelli@chromium.org2010-09-211-10/+4
* Moves TabStripModelObserver/Delegate into their own headers.sky@chromium.org2010-09-161-0/+1
* Bandaid around a weird crasher were we end up with a NULL infobar.jcivelli@chromium.org2010-09-011-4/+10
* Add --disable-translate to help Selenium/WebDriver dudes make Chromejrg@chromium.org2010-08-271-0/+7
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Ensures we don't let users translate pages that are in an unsupported languag...jcivelli@chromium.org2010-08-181-0/+7
* Sites like Google Maps may trigger navigations when the user interacts with t...jcivelli@chromium.org2010-08-131-0/+7
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-121-1/+2
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* Few TranslateManager changes:jcivelli@chromium.org2010-07-221-10/+4
* Makes the browser fetch the translate script regularly.jcivelli@chromium.org2010-07-211-3/+12
* Revert 53016 - Makes the browser fetch the translate script regularly.jcivelli@chromium.org2010-07-201-12/+3
* Makes the browser fetch the translate script regularly.jcivelli@chromium.org2010-07-201-3/+12
* When Chrome translates a page, the translate server might detect that the pag...jcivelli@chromium.org2010-07-191-0/+8
* Google translate supports some new languages, makes Chrome aware of them. Tha...jcivelli@chromium.org2010-07-181-0/+6
* Adding a way for user to report errors in language detectionjcivelli@chromium.org2010-07-161-0/+28
* Don't offer to translate pages if the page says so byjcivelli@google.com2010-07-121-1/+2
* Make the translate button more responsivejcivelli@chromium.org2010-07-121-9/+12
* Renaming TranslateManager2 to TranslateManagerjcivelli@chromium.org2010-07-011-56/+56
* Change a bunch of string types.estade@chromium.org2010-06-291-2/+2
* Translate now supports translating pages for which wejcivelli@google.com2010-04-201-0/+2
* Show an error infobar when we fail to retrieve the translate script.jcivelli@google.com2010-04-141-27/+44
* redesign and reimplement auto-translate preferenceskuan@chromium.org2010-04-091-3/+5
* Changing the translate back-end to use the Google Translate element.jcivelli@google.com2010-04-061-15/+238
* reland cl that implement error state for translate infobarkuan@chromium.org2010-03-291-9/+18
* Revert "implement error state for translate infobar"phajdan.jr@chromium.org2010-03-291-18/+9
* implement error state for translate infobarkuan@chromium.org2010-03-291-9/+18
* Fixing the translate menu behavior.jcivelli@chromium.org2010-03-291-24/+1
* Adding a context menu to bring up or bring back the translate infobarjcivelli@chromium.org2010-03-251-11/+56
* Don't autotranslate in incognito mode (so we don't send informationjcivelli@google.com2010-03-231-2/+6
* Fix for bug 36463. Reloading a page by pressing enter in thejcampan@chromium.org2010-03-051-1/+5
* The browser would crash when pressing the translate button in the infobar whe...jcampan@chromium.org2010-03-031-11/+28
* fix bug where translate infobar gets stuck at "Loading..." between switching ...kuan@chromium.org2010-02-261-3/+7
* Adding a preference to turn off the translate feature.jcampan@chromium.org2010-02-261-0/+3
* When building the accept-language list for translation, exclude Englishjshin@chromium.org2010-02-231-2/+13
* Make the translation bar not show up again when you closed it in a page jcampan@chromium.org2010-02-231-2/+4
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Makes sure we don't display several times the translate infobar for a page.jcampan@chromium.org2010-02-171-1/+3
* Reloading a page would not show a translate infobar.jcampan@chromium.org2010-02-161-1/+44
* Fix the TranslateManager and unit-tests.jcampan@chromium.org2010-02-131-1/+4
* Revert my previous fix for UI tests, it breaks the unit-tests.jcampan@chromium.org2010-02-131-1/+1
* Fix the UI tests.jcampan@chromium.org2010-02-121-1/+1
* Implements the auto-translate on click: if you have translatedjcampan@chromium.org2010-02-121-25/+11