summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate
Commit message (Expand)AuthorAgeFilesLines
* Rename TranslateTabHelper to ChromeTranslateClientnaiem.shaik@gmail.com2014-06-045-108/+113
* Trust the renderer's same-document navigation flag if it is a same-origin nav.japhet@chromium.org2014-06-041-2/+6
* Move TranslateInfoBarDelegate and OptionsMenuModel to the Translate component.droger@chromium.org2014-06-028-790/+14
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-282-2/+2
* Change all component_strings references to be to components_stringsblundell@chromium.org2014-05-282-2/+2
* Simplify and extend commenting in test::ScopedCLDDynamicDataHarnessandrewhayden@chromium.org2014-05-232-12/+21
* Revert 272217 "LanguageState should be owned by TranslateManager"sadrul@chromium.org2014-05-223-14/+9
* LanguageState should be owned by TranslateManagernaiem.shaik@gmail.com2014-05-223-9/+14
* Show the Translate bubble when the content web view is not focusedhajimehoshi@chromium.org2014-05-211-4/+0
* Fix browser test to work with dynamic CLDandrewhayden@chromium.org2014-05-211-0/+5
* Allow browser tests to run with dynamic CLD data.andrewhayden@chromium.org2014-05-204-5/+236
* Remove dependency of TranslateInfobarDelegate on chrome/ and content/droger@chromium.org2014-05-204-48/+44
* Remove most of chrome/ and content/ usage from TranslateInfoBarDelegatedroger@chromium.org2014-05-174-57/+77
* Add unit tests for the CLD component installerandrewhayden@chromium.org2014-05-161-11/+14
* Move Translate infobars strings to component_stringsdroger@chromium.org2014-05-162-2/+2
* Remove dependency of TranslateInfobarDelegate on profiledroger@chromium.org2014-05-152-23/+13
* Don't show Translate bubble when an editable element is focusedhajimehoshi@chromium.org2014-05-091-0/+5
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-092-4/+2
* Add a component updater for the CLD2 data file.andrewhayden@chromium.org2014-04-301-1/+9
* Move Infobars core files to the Infobars componentdroger@chromium.org2014-04-184-16/+18
* Fix broken CLD2 dynamic buildandrewhayden@chromium.org2014-04-161-0/+1
* Remove InfoBarDelegate::web_contents()droger@chromium.org2014-04-103-8/+15
* InfoBarService inherits from InfoBarManagerdroger@chromium.org2014-04-103-28/+19
* Componentize TranslateUIDelegateblundell@chromium.org2014-04-105-394/+10
* Fix compile-time bugs introduced by r261562.andrewhayden@chromium.org2014-04-091-1/+1
* Componentize TranslateManagerblundell@chromium.org2014-04-0910-526/+30
* Remove most content-level dependencies from TranslateManager.blundell@chromium.org2014-04-082-32/+12
* Move TranslateManager::IsTranslatableURL to be a client-level concept.blundell@chromium.org2014-04-088-45/+50
* Move reload processing from TranslateManager to TranslateTabHelper.blundell@chromium.org2014-04-085-144/+114
* Eliminate TranslateManager listening to //chrome-level notifications.blundell@chromium.org2014-04-083-59/+40
* Abstract TranslateTabHelper::ShowTranslateUI through TranslateClientblundell@chromium.org2014-04-072-26/+21
* Eliminate calls to BrowserContext::IsOffTheRecord in TranslateManagerblundell@chromium.org2014-04-071-3/+3
* Abstract TranslateManager IPC sends through TranslateDriver.blundell@chromium.org2014-04-072-21/+3
* Move TranslateStep enum into the Translate component core code.blundell@chromium.org2014-04-076-80/+92
* Translate bubble for Mac OS Xhajimehoshi@chromium.org2014-04-072-0/+40
* Enable TranslateBrowserTest.TranslateInIsolatedWorld againtoyoshim@chromium.org2014-04-041-3/+1
* Remove dependency from infobars on LoadCommittedDetailsdroger@chromium.org2014-04-042-5/+3
* Move Translate renderer messages to the Translate componentdroger@chromium.org2014-04-043-3/+3
* Remove CreatePlatfromFile from Translate.rvargas@chromium.org2014-04-032-61/+39
* Disable two tests with syntax errors that v8 wants to enforce.nick@chromium.org2014-04-031-1/+3
* Split InfoBarService core code into InfoBarManagerdroger@chromium.org2014-04-013-15/+24
* Make it possible to read CLD data from a file.andrewhayden@chromium.org2014-03-272-0/+224
* Remove dependency of TranslateManager on Profiledroger@chromium.org2014-03-214-10/+31
* Make droger an owner of Translatedroger@chromium.org2014-03-201-0/+1
* Remove dependency of TranslateManager on pref_namesdroger@chromium.org2014-03-205-16/+47
* Introduce the TranslateClient interfacedroger@chromium.org2014-03-184-15/+30
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-6/+6
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-142-7/+6
* Expose manually triggered translations on the translate delegatemiguelg@chromium.org2014-03-137-19/+46
* Cleanup: Use TestRendenderViewContextMenu fromlazyboy@chromium.org2014-03-111-64/+35