Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Issue 2872083003: Added translation policy API. (Closed)

Created:
3 years, 7 months ago by jzw1
Modified:
3 years, 6 months ago
CC:
chromium-reviews, ios-reviews+web_chromium.org, ios-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Added translation policy API. Translation policies are configured by the user to decide how to translate certain languages. This API is written to be purely Objective-C to hide C++ details from the client app. BUG=706289 Review-Url: https://codereview.chromium.org/2872083003 Cr-Commit-Position: refs/heads/master@{#475276} Committed: https://chromium.googlesource.com/chromium/src/+/c21bd08f739ae50633429f5a15ac7f62ebcdea8e

Patch Set 1 #

Patch Set 2 : refactored #

Patch Set 3 : remove extra import #

Patch Set 4 : added page host translation policies #

Total comments: 23

Patch Set 5 : Addressed ichikawa comments #

Total comments: 4

Patch Set 6 : addressed ichikawa comments part 2 #

Total comments: 2

Patch Set 7 : updated comments #

Total comments: 51

Patch Set 8 : addressed michael and eugene comments #

Total comments: 28

Patch Set 9 : addressed some more remaining comments #

Patch Set 10 : don't expose index unnecessairly in translate_ui_delegate #

Total comments: 9

Patch Set 11 : addressed some final comments #

Total comments: 5

Patch Set 12 : Addressed sdefresne comments #

Patch Set 13 : use prefs directly #

Total comments: 12

Patch Set 14 : refactored a bit #

Patch Set 15 : update for loop to use reference #

Total comments: 2

Patch Set 16 : addressed eugene's comments #

Total comments: 8

Patch Set 17 : refactored supported languages to use a NSDictionary #

Patch Set 18 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -31 lines) Patch
M ios/web_view/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -0 lines 0 comments Download
M ios/web_view/internal/translate/cwv_translation_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +127 lines, -31 lines 0 comments Download
M ios/web_view/internal/translate/cwv_translation_language.mm View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -0 lines 0 comments Download
A ios/web_view/internal/translate/cwv_translation_policy.mm View 1 2 3 4 5 6 7 8 1 chunk +51 lines, -0 lines 0 comments Download
M ios/web_view/public/cwv_translation_controller.h View 1 2 3 4 5 6 7 8 2 chunks +14 lines, -0 lines 0 comments Download
A ios/web_view/public/cwv_translation_policy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 79 (18 generated)
jzw1
PTAL. First draft-ish.
3 years, 7 months ago (2017-05-10 07:28:26 UTC) #2
Hiroshi Ichikawa
https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.cc#newcode194 components/translate/core/browser/translate_ui_delegate.cc:194: if (languages_[i].first.compare(language_code) == 0) { How about simplifying this ...
3 years, 7 months ago (2017-05-10 08:36:56 UTC) #4
jzw1
https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.cc#newcode194 components/translate/core/browser/translate_ui_delegate.cc:194: if (languages_[i].first.compare(language_code) == 0) { On 2017/05/10 08:36:55, Hiroshi ...
3 years, 7 months ago (2017-05-11 03:03:17 UTC) #5
Hiroshi Ichikawa
https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.cc#newcode194 components/translate/core/browser/translate_ui_delegate.cc:194: if (languages_[i].first.compare(language_code) == 0) { On 2017/05/11 03:03:17, jzw1 ...
3 years, 7 months ago (2017-05-11 04:14:15 UTC) #6
jzw1
https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.h File components/translate/core/browser/translate_ui_delegate.h (right): https://codereview.chromium.org/2872083003/diff/60001/components/translate/core/browser/translate_ui_delegate.h#newcode143 components/translate/core/browser/translate_ui_delegate.h:143: void SetAlwaysTranslate(bool value, On 2017/05/11 04:14:15, Hiroshi Ichikawa wrote: ...
3 years, 7 months ago (2017-05-11 04:43:00 UTC) #7
Hiroshi Ichikawa
lgtm https://codereview.chromium.org/2872083003/diff/100001/components/translate/core/browser/translate_ui_delegate.h File components/translate/core/browser/translate_ui_delegate.h (right): https://codereview.chromium.org/2872083003/diff/100001/components/translate/core/browser/translate_ui_delegate.h#newcode136 components/translate/core/browser/translate_ui_delegate.h:136: // Sets the value if the webpage in ...
3 years, 7 months ago (2017-05-11 04:59:44 UTC) #8
jzw1
https://codereview.chromium.org/2872083003/diff/100001/components/translate/core/browser/translate_ui_delegate.h File components/translate/core/browser/translate_ui_delegate.h (right): https://codereview.chromium.org/2872083003/diff/100001/components/translate/core/browser/translate_ui_delegate.h#newcode136 components/translate/core/browser/translate_ui_delegate.h:136: // Sets the value if the webpage in the ...
3 years, 7 months ago (2017-05-11 07:23:46 UTC) #9
jzw1
3 years, 7 months ago (2017-05-11 14:49:07 UTC) #11
Eugene But (OOO till 7-30)
Generally LG. Have a few minor comments https://codereview.chromium.org/2872083003/diff/120001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/120001/components/translate/core/browser/translate_ui_delegate.cc#newcode193 components/translate/core/browser/translate_ui_delegate.cc:193: for (size_t ...
3 years, 7 months ago (2017-05-11 15:48:59 UTC) #12
michaeldo
Overall looks ok to me too. I think we should loop in droger@ (who owns ...
3 years, 7 months ago (2017-05-11 23:51:34 UTC) #13
Eugene But (OOO till 7-30)
On 2017/05/11 23:51:34, michaeldo wrote: > Overall looks ok to me too. I think we ...
3 years, 7 months ago (2017-05-12 00:31:30 UTC) #14
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode186 ios/web_view/internal/translate/cwv_translation_controller.mm:186: bool isLanguageBlocked = On 2017/05/11 23:51:33, michaeldo wrote: > ...
3 years, 7 months ago (2017-05-12 00:31:40 UTC) #15
jzw1
droger, could you PTAL? I made changes to translate_ui_delegate and I just want to make ...
3 years, 7 months ago (2017-05-12 03:46:47 UTC) #17
Hiroshi Ichikawa
https://codereview.chromium.org/2872083003/diff/120001/components/translate/core/browser/translate_ui_delegate.h File components/translate/core/browser/translate_ui_delegate.h (right): https://codereview.chromium.org/2872083003/diff/120001/components/translate/core/browser/translate_ui_delegate.h#newcode108 components/translate/core/browser/translate_ui_delegate.h:108: bool IsLanguageBlocked(const std::string& language_code); On 2017/05/12 03:46:45, jzw1 wrote: ...
3 years, 7 months ago (2017-05-12 06:06:06 UTC) #18
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/2872083003/diff/120001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/120001/components/translate/core/browser/translate_ui_delegate.cc#newcode320 components/translate/core/browser/translate_ui_delegate.cc:320: if (page_host.empty()) On 2017/05/12 03:46:45, jzw1 wrote: > ...
3 years, 7 months ago (2017-05-12 14:39:20 UTC) #19
michaeldo
https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode194 ios/web_view/internal/translate/cwv_translation_controller.mm:194: _translateUIDelegate->GetLanguageNameAt(autoTargetLanguageIndex); On 2017/05/12 03:46:46, jzw1 wrote: > On 2017/05/11 ...
3 years, 7 months ago (2017-05-12 15:29:09 UTC) #20
jzw1
https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/public/cwv_translation_policy.h File ios/web_view/public/cwv_translation_policy.h (right): https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/public/cwv_translation_policy.h#newcode34 ios/web_view/public/cwv_translation_policy.h:34: On 2017/05/12 15:29:08, michaeldo wrote: > On 2017/05/12 03:46:47, ...
3 years, 7 months ago (2017-05-15 02:43:35 UTC) #21
Hiroshi Ichikawa
https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc#newcode193 components/translate/core/browser/translate_ui_delegate.cc:193: auto result = std::find_if(languages_.begin(), languages_.end(), On 2017/05/15 02:43:28, jzw1 ...
3 years, 7 months ago (2017-05-15 03:25:34 UTC) #22
jzw1
https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/120001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode194 ios/web_view/internal/translate/cwv_translation_controller.mm:194: _translateUIDelegate->GetLanguageNameAt(autoTargetLanguageIndex); On 2017/05/12 15:29:08, michaeldo wrote: > On 2017/05/12 ...
3 years, 7 months ago (2017-05-15 03:28:44 UTC) #23
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc#newcode193 components/translate/core/browser/translate_ui_delegate.cc:193: auto result = std::find_if(languages_.begin(), languages_.end(), On 2017/05/15 03:25:34, Hiroshi ...
3 years, 7 months ago (2017-05-15 14:36:15 UTC) #24
michaeldo
lgtm! Thank you! Please ensure the original early return is replaced inside |TranslateUIDelegate::SetSiteBlacklist(bool value)| https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc ...
3 years, 7 months ago (2017-05-15 17:09:31 UTC) #25
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc#newcode316 components/translate/core/browser/translate_ui_delegate.cc:316: SetSiteBlacklist(value, GetPageHost()); On 2017/05/15 17:09:30, michaeldo wrote: > Since ...
3 years, 7 months ago (2017-05-15 17:22:41 UTC) #26
michaeldo
On 2017/05/15 17:22:41, Eugene But wrote: > https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc > File components/translate/core/browser/translate_ui_delegate.cc (right): > > https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc#newcode316 ...
3 years, 7 months ago (2017-05-15 20:12:58 UTC) #27
Eugene But (OOO till 7-30)
On 2017/05/15 20:12:58, michaeldo wrote: > On 2017/05/15 17:22:41, Eugene But wrote: > > > ...
3 years, 7 months ago (2017-05-15 21:02:50 UTC) #28
jzw1
https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc#newcode316 components/translate/core/browser/translate_ui_delegate.cc:316: SetSiteBlacklist(value, GetPageHost()); On 2017/05/15 17:22:41, Eugene But wrote: > ...
3 years, 7 months ago (2017-05-16 03:42:13 UTC) #29
jzw1
On 2017/05/16 03:42:13, jzw1 wrote: > https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc > File components/translate/core/browser/translate_ui_delegate.cc (right): > > https://codereview.chromium.org/2872083003/diff/180001/components/translate/core/browser/translate_ui_delegate.cc#newcode316 > ...
3 years, 7 months ago (2017-05-16 03:50:44 UTC) #30
Hiroshi Ichikawa
https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc#newcode193 components/translate/core/browser/translate_ui_delegate.cc:193: auto result = std::find_if(languages_.begin(), languages_.end(), On 2017/05/15 14:36:14, Eugene ...
3 years, 7 months ago (2017-05-16 04:30:55 UTC) #31
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc File components/translate/core/browser/translate_ui_delegate.cc (right): https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc#newcode193 components/translate/core/browser/translate_ui_delegate.cc:193: auto result = std::find_if(languages_.begin(), languages_.end(), On 2017/05/16 04:30:55, Hiroshi ...
3 years, 7 months ago (2017-05-16 15:28:38 UTC) #32
jzw1
On 2017/05/16 15:28:38, Eugene But wrote: > https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc > File components/translate/core/browser/translate_ui_delegate.cc (right): > > https://codereview.chromium.org/2872083003/diff/140001/components/translate/core/browser/translate_ui_delegate.cc#newcode193 ...
3 years, 7 months ago (2017-05-17 02:02:20 UTC) #33
jzw1
sdefresne@, PTAL whenever you have time. n particular, I want to make sure to get ...
3 years, 7 months ago (2017-05-17 04:44:56 UTC) #35
sdefresne
-droger (OOO till end of May)/+groby: could you review components/translate as OWNERS lgtm with some ...
3 years, 7 months ago (2017-05-17 09:47:31 UTC) #39
sdefresne
I forgot to mention, but in Chrome, policy usually design things controlled by domain administrator ...
3 years, 7 months ago (2017-05-17 09:53:28 UTC) #40
Eugene But (OOO till 7-30)
> but each element inside that vector is a std::pair, which cannot be compared > ...
3 years, 7 months ago (2017-05-17 14:20:32 UTC) #41
Hiroshi Ichikawa
https://codereview.chromium.org/2872083003/diff/200001/ios/web_view/public/cwv_translation_policy.h File ios/web_view/public/cwv_translation_policy.h (right): https://codereview.chromium.org/2872083003/diff/200001/ios/web_view/public/cwv_translation_policy.h#newcode40 ios/web_view/public/cwv_translation_policy.h:40: // null unless |type| is CWVTranslationPolicyAuto. On 2017/05/17 09:47:30, ...
3 years, 7 months ago (2017-05-18 02:34:56 UTC) #42
groby-ooo-7-16
On 2017/05/18 02:34:56, Hiroshi Ichikawa wrote: > https://codereview.chromium.org/2872083003/diff/200001/ios/web_view/public/cwv_translation_policy.h > File ios/web_view/public/cwv_translation_policy.h (right): > > https://codereview.chromium.org/2872083003/diff/200001/ios/web_view/public/cwv_translation_policy.h#newcode40 ...
3 years, 7 months ago (2017-05-18 05:20:09 UTC) #43
jzw1
On 2017/05/18 05:20:09, groby wrote: > On 2017/05/18 02:34:56, Hiroshi Ichikawa wrote: > > > ...
3 years, 7 months ago (2017-05-19 02:36:24 UTC) #44
jzw1
https://codereview.chromium.org/2872083003/diff/200001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/200001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode164 ios/web_view/internal/translate/cwv_translation_controller.mm:164: _translateUIDelegate->SetAlwaysTranslate(false, languageCode, On 2017/05/17 09:47:30, sdefresne OOO till 22-05-2017 ...
3 years, 7 months ago (2017-05-19 02:40:58 UTC) #46
jzw1
On 2017/05/18 05:20:09, groby wrote: > On 2017/05/18 02:34:56, Hiroshi Ichikawa wrote: > > > ...
3 years, 7 months ago (2017-05-22 03:56:26 UTC) #47
groby-ooo-7-16
On 2017/05/22 03:56:26, jzw1 wrote: > On 2017/05/18 05:20:09, groby wrote: > > On 2017/05/18 ...
3 years, 7 months ago (2017-05-22 14:44:42 UTC) #48
groby-ooo-7-16
napper@: FYI, seems related to different policies on iOS.
3 years, 7 months ago (2017-05-22 14:45:18 UTC) #50
jzw1
On 2017/05/22 14:44:42, groby wrote: > On 2017/05/22 03:56:26, jzw1 wrote: > > On 2017/05/18 ...
3 years, 7 months ago (2017-05-22 16:13:24 UTC) #51
sdefresne
On 2017/05/22 16:13:24, jzw1 wrote: > On 2017/05/22 14:44:42, groby wrote: > > On 2017/05/22 ...
3 years, 7 months ago (2017-05-22 16:57:45 UTC) #52
groby-ooo-7-16
On 2017/05/22 16:57:45, sdefresne wrote: > On 2017/05/22 16:13:24, jzw1 wrote: > > On 2017/05/22 ...
3 years, 7 months ago (2017-05-22 17:19:41 UTC) #53
Hiroshi Ichikawa
On 2017/05/22 17:19:41, groby wrote: > On 2017/05/22 16:57:45, sdefresne wrote: > > On 2017/05/22 ...
3 years, 7 months ago (2017-05-23 01:48:42 UTC) #54
chromium-reviews
Either is fine by me. On Tue, 23 May 2017 at 11:48 <ichikawa@chromium.org> wrote: > ...
3 years, 7 months ago (2017-05-23 03:07:16 UTC) #55
Hiroshi Ichikawa
On 2017/05/23 03:07:16, chromium-reviews wrote: > Either is fine by me. > > On Tue, ...
3 years, 7 months ago (2017-05-23 03:54:42 UTC) #56
jzw1
On 2017/05/23 03:54:42, Hiroshi Ichikawa wrote: > On 2017/05/23 03:07:16, chromium-reviews wrote: > > Either ...
3 years, 7 months ago (2017-05-25 06:19:21 UTC) #57
Hiroshi Ichikawa
https://codereview.chromium.org/2872083003/diff/240001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/240001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode52 ios/web_view/internal/translate/cwv_translation_controller.mm:52: - (CWVTranslationLanguage*)languageWithCode:(NSString*)languageCode; Optional: Maybe this method should take const ...
3 years, 7 months ago (2017-05-25 06:44:22 UTC) #58
jzw1
https://codereview.chromium.org/2872083003/diff/240001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/240001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode52 ios/web_view/internal/translate/cwv_translation_controller.mm:52: - (CWVTranslationLanguage*)languageWithCode:(NSString*)languageCode; On 2017/05/25 06:44:22, Hiroshi Ichikawa wrote: > ...
3 years, 7 months ago (2017-05-25 06:55:37 UTC) #59
Hiroshi Ichikawa
lgtm https://codereview.chromium.org/2872083003/diff/240001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/240001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode84 ios/web_view/internal/translate/cwv_translation_controller.mm:84: for (std::vector<std::string>::const_iterator iter = language_codes.begin(); On 2017/05/25 06:55:37, ...
3 years, 7 months ago (2017-05-25 07:42:30 UTC) #60
Eugene But (OOO till 7-30)
still lgtm https://codereview.chromium.org/2872083003/diff/280001/ios/web_view/public/cwv_translation_policy.h File ios/web_view/public/cwv_translation_policy.h (right): https://codereview.chromium.org/2872083003/diff/280001/ios/web_view/public/cwv_translation_policy.h#newcode26 ios/web_view/public/cwv_translation_policy.h:26: - (instancetype)init NS_UNAVAILABLE; Sorry, for missing this ...
3 years, 7 months ago (2017-05-25 14:38:53 UTC) #61
jzw1
https://codereview.chromium.org/2872083003/diff/280001/ios/web_view/public/cwv_translation_policy.h File ios/web_view/public/cwv_translation_policy.h (right): https://codereview.chromium.org/2872083003/diff/280001/ios/web_view/public/cwv_translation_policy.h#newcode26 ios/web_view/public/cwv_translation_policy.h:26: - (instancetype)init NS_UNAVAILABLE; On 2017/05/25 14:38:53, Eugene But wrote: ...
3 years, 7 months ago (2017-05-25 15:58:03 UTC) #62
michaeldo
Still LGTM as well! PTAL at a few suggestions. https://codereview.chromium.org/2872083003/diff/300001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/300001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode98 ios/web_view/internal/translate/cwv_translation_controller.mm:98: ...
3 years, 7 months ago (2017-05-25 16:18:59 UTC) #63
groby-ooo-7-16
On 2017/05/25 16:18:59, michaeldo wrote: > Still LGTM as well! PTAL at a few suggestions. ...
3 years, 7 months ago (2017-05-25 21:14:57 UTC) #64
napper
lgtm
3 years, 7 months ago (2017-05-25 21:51:19 UTC) #65
jzw1
https://codereview.chromium.org/2872083003/diff/300001/ios/web_view/internal/translate/cwv_translation_controller.mm File ios/web_view/internal/translate/cwv_translation_controller.mm (right): https://codereview.chromium.org/2872083003/diff/300001/ios/web_view/internal/translate/cwv_translation_controller.mm#newcode98 ios/web_view/internal/translate/cwv_translation_controller.mm:98: _supportedLanguages = [supportedLanguages copy]; On 2017/05/25 16:18:58, michaeldo wrote: ...
3 years, 7 months ago (2017-05-26 02:19:27 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2872083003/320001
3 years, 7 months ago (2017-05-26 02:20:52 UTC) #69
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/303901)
3 years, 7 months ago (2017-05-26 06:06:56 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2872083003/320001
3 years, 7 months ago (2017-05-26 06:38:11 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2872083003/340001
3 years, 6 months ago (2017-05-29 01:00:37 UTC) #76
commit-bot: I haz the power
3 years, 6 months ago (2017-05-29 02:15:22 UTC) #79
Message was sent while issue was closed.
Committed patchset #18 (id:340001) as
https://chromium.googlesource.com/chromium/src/+/c21bd08f739ae50633429f5a15ac...

Powered by Google App Engine
This is Rietveld 408576698