index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
chrome: Use base::MessageLoop. (Part 1)
xhwang@chromium.org
2013-05-10
2
-10
/
+11
*
Translate: adding new UMAs to know language detection quality
toyoshim@chromium.org
2013-05-10
4
-3
/
+243
*
Revert 199428 "Translate: adding new UMAs to know language detec..."
toyoshim@chromium.org
2013-05-10
4
-234
/
+3
*
Translate: adding new UMAs to know language detection quality
toyoshim@chromium.org
2013-05-10
4
-3
/
+234
*
Revert 197933 "Translate: adding new UMAs to know language detec..."
dpapad@chromium.org
2013-05-02
4
-234
/
+3
*
Translate: adding new UMAs to know language detection quality
toyoshim@chromium.org
2013-05-02
4
-3
/
+234
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-1
/
+1
[next]