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

Issue 1977143002: fix the incorrect logging of Translate.{NeverTranslateLang,NeverTranslateSite,AlwaysTranslateLang} … (Closed)

Created:
4 years, 7 months ago by ftang
Modified:
4 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

fix the incorrect logging of Translate.{NeverTranslateLang,NeverTranslateSite,AlwaysTranslateLang} that always log 'true' instead of logging the correct value BUG=556780 Committed: https://crrev.com/7e72639c2590b878205119cf515ca86f5cc8972f Cr-Commit-Position: refs/heads/master@{#394485}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M components/translate/core/browser/translate_ui_delegate.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977143002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977143002/1
4 years, 7 months ago (2016-05-13 22:19:20 UTC) #2
ftang
4 years, 7 months ago (2016-05-13 22:19:47 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-13 23:38:05 UTC) #6
groby-ooo-7-16
Be aware that this will cause incorrect readings as long as some clients report the ...
4 years, 7 months ago (2016-05-17 22:20:46 UTC) #7
ftang
as long as we filter by the version, we will get the right vaule
4 years, 7 months ago (2016-05-17 22:59:26 UTC) #8
groby-ooo-7-16
On 2016/05/17 22:59:26, ftang wrote: > as long as we filter by the version, we ...
4 years, 7 months ago (2016-05-18 17:46:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977143002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977143002/1
4 years, 7 months ago (2016-05-18 17:46:56 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-18 18:57:22 UTC) #12
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/7e72639c2590b878205119cf515ca86f5cc8972f Cr-Commit-Position: refs/heads/master@{#394485}
4 years, 7 months ago (2016-05-18 18:59:48 UTC) #14
chaotian
4 years, 7 months ago (2016-05-18 20:50:10 UTC) #15
Message was sent while issue was closed.
On 2016/05/18 17:46:01, groby wrote:
> On 2016/05/17 22:59:26, ftang wrote:
> > as long as we filter by the version, we will get the right vaule
> 
> Sure. (Well, except 52, which will have a mix in dev/canary)
> 
> LGTM if you're fine with that mix.

LGTM, this AlwaysTranslateLang is already going to be meaningless if we compare
old/new version, AlwaysTranslateLang was pretty small in old version since it is
hidden in options page, new UI moves it to the main dialog, and will
dramatically increase the count. The fix should bring logging better, since we
can now distinguish on/off.

Powered by Google App Engine
This is Rietveld 408576698