| Commit message (Expand) | Author | Age | Files | Lines |
* | Make droger an owner of Translate | droger@chromium.org | 2014-03-20 | 1 | -0/+1 |
* | Run ContentMain in a browser_test's browser process. This removes duplication... | jam@chromium.org | 2014-03-18 | 1 | -0/+1 |
* | Move the translate script to the Translate component | droger@chromium.org | 2014-02-07 | 1 | -1/+1 |
* | Move Translate-related files to components/translate | droger@chromium.org | 2014-01-07 | 4 | -6/+6 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 2 | -3/+4 |
* | Use base namespace for string16 in chrome/renderer. | brettw@chromium.org | 2013-12-04 | 2 | -2/+3 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 3 | -15/+15 |
* | Move language detection to a component | droger@chromium.org | 2013-10-04 | 2 | -15/+15 |
* | Fix: Don't call HandleScope default ctor. | marja@chromium.org | 2013-09-11 | 1 | -2/+2 |
* | Update translate OWNERS file to add hajimehoshi@ | toyoshim@chromium.org | 2013-09-11 | 1 | -0/+1 |
* | Translate: add RenderViewTest to check if translate.js handles errors | toyoshim@chromium.org | 2013-09-09 | 1 | -0/+239 |
* | Translate: element API callback interface change | toyoshim@chromium.org | 2013-09-09 | 1 | -0/+1 |
* | Remove more calls to HandleScope default ctor. | marja@chromium.org | 2013-09-06 | 1 | -3/+3 |
* | Translate: add an origin check to the loader (2) | toyoshim@chromium.org | 2013-08-22 | 1 | -12/+3 |
* | Revert 218799 "Translate: add an origin check to the loader" | jianli@chromium.org | 2013-08-21 | 1 | -3/+12 |
* | Translate: add an origin check to the loader | toyoshim@chromium.org | 2013-08-21 | 1 | -12/+3 |
* | Translate: browser test for Chrome Translate in an isolated world | toyoshim@chromium.org | 2013-08-06 | 1 | -1/+7 |
* | Translate: run translate scripts in an isolated world | toyoshim@chromium.org | 2013-07-30 | 1 | -14/+66 |
* | Use a direct include of the message_loop header in chrome/app, chrome/common,... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Move language detection to chrome/common/. | droger@chromium.org | 2013-07-11 | 6 | -1050/+8 |
* | Translate: Add Hindi and Nepali to the similar language set | hajimehoshi@chromium.org | 2013-07-05 | 2 | -0/+4 |
* | Translate: Don't filter three-letters language code | hajimehoshi@chromium.org | 2013-07-03 | 3 | -28/+59 |
* | Use a direct include of time headers in chrome/common/, chrome/installer, chr... | avi@chromium.org | 2013-06-28 | 3 | -3/+3 |
* | Translate: Preserve the dialect code of Chinese | hajimehoshi@chromium.org | 2013-06-20 | 4 | -9/+40 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 2 | -8/+8 |
* | Translate: trust CLD on language pairs known as famouse wrong configuration | toyoshim@chromium.org | 2013-06-14 | 5 | -11/+68 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. | dcheng@chromium.org | 2013-06-12 | 1 | -4/+1 |
* | Translate: Convert synonyms before checking if the language is an Accept lang... | hajimehoshi@chromium.org | 2013-06-12 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/renderer/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Refactoring: Moved ConvertLanguageCodeSynonym to chrome/common/translate/tran... | hajimehoshi@chromium.org | 2013-06-10 | 2 | -50/+3 |
* | Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Translate: create chrome/common/translate directory | toyoshim@chromium.org | 2013-06-06 | 1 | -1/+1 |
* | Translate: CLD should not disagree similar languages | toyoshim@chromium.org | 2013-06-05 | 6 | -20/+124 |
* | Add 'html lang attribute' column to chrome://translate-internals/ | hajimehoshi@chromium.org | 2013-05-31 | 1 | -1/+1 |
* | Translate: TranslateHelper should check page_id strictly | toyoshim@chromium.org | 2013-05-31 | 2 | -13/+16 |
* | Add the 'content' column to chrome://translate-internals/ | hajimehoshi@chromium.org | 2013-05-30 | 1 | -0/+4 |
* | Translate: adopt html lang attribute if valid value is provided | toyoshim@chromium.org | 2013-05-28 | 6 | -64/+152 |
* | Revert 202427 "Translate: adopt html lang attribute if valid val..." | toyoshim@chromium.org | 2013-05-27 | 6 | -148/+64 |
* | Translate: adopt html lang attribute if valid value is provided | toyoshim@chromium.org | 2013-05-27 | 6 | -64/+148 |
* | Revert 201856 "Translate: adopt html lang attribute if valid val..." | stevenjb@chromium.org | 2013-05-23 | 6 | -137/+55 |
* | Translate: adopt html lang attribute if valid value is provided | toyoshim@chromium.org | 2013-05-23 | 6 | -55/+137 |
* | Translate: add an UMA to measure scheme ratio on translating pages | toyoshim@chromium.org | 2013-05-23 | 4 | -0/+53 |
* | Remove unnecessary loggings. | hajimehoshi@chromium.org | 2013-05-22 | 1 | -3/+0 |
* | Added the 'Translation Logs' tab to chrome://translate-internals/ | hajimehoshi@chromium.org | 2013-05-21 | 4 | -18/+65 |
* | Translate: enable context menu against pages having notranslate meta tag | toyoshim@chromium.org | 2013-05-21 | 2 | -42/+32 |
* | Translate: add UMA to measure duration time of infobar user action | toyoshim@chromium.org | 2013-05-17 | 5 | -1/+32 |
* | Translate: move UMA related code in TranslateManager to TranslateManagerMetrics | toyoshim@chromium.org | 2013-05-16 | 2 | -4/+7 |
* | Move dom_operations.{h,cc} to content/renderer/savable_resources.{h,cc}. | darin@chromium.org | 2013-05-15 | 1 | -1/+0 |
* | Prune dom_operations.{h,cc}. | darin@chromium.org | 2013-05-14 | 1 | -4/+35 |
* | Translate: move UMA related code in TranslateHelper to TranslateHelperMetrics | toyoshim@chromium.org | 2013-05-13 | 4 | -25/+186 |