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

Issue 2897563002: Implement client side logging for language detection. (Closed)

Created:
3 years, 7 months ago by renjieliu1
Modified:
3 years, 7 months ago
Reviewers:
napper, skym, groby-ooo-7-16
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement client side logging for language detection. Integration steps described in: https://docs.google.com/document/d/1es1cCRFhdag4ljGSPfXfSMlEx5lMgFZ3SGHMaBcU_D8/edit#heading=h.qdctas2f6c6e BUG=722679 Review-Url: https://codereview.chromium.org/2897563002 Cr-Commit-Position: refs/heads/master@{#474972} Committed: https://chromium.googlesource.com/chromium/src/+/d8a3849678bf6750fa1a0a6cfbfeab9744070cc4

Patch Set 1 #

Patch Set 2 : fix empty entry #

Total comments: 4

Patch Set 3 : fix #

Total comments: 12

Patch Set 4 : updates #

Total comments: 13

Patch Set 5 : add comment #

Total comments: 1

Patch Set 6 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -3 lines) Patch
M chrome/browser/translate/chrome_translate_client.cc View 1 2 3 4 5 6 chunks +49 lines, -0 lines 0 comments Download
M components/sync/protocol/proto_visitors.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/sync/protocol/user_event_specifics.proto View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 52 (33 generated)
renjieliu1
3 years, 7 months ago (2017-05-19 04:40:28 UTC) #4
renjieliu1
fix the try bots, PTAL
3 years, 7 months ago (2017-05-22 03:08:43 UTC) #15
napper
lgtm https://codereview.chromium.org/2897563002/diff/20001/chrome/browser/translate/chrome_translate_client.cc File chrome/browser/translate/chrome_translate_client.cc (right): https://codereview.chromium.org/2897563002/diff/20001/chrome/browser/translate/chrome_translate_client.cc#newcode104 chrome/browser/translate/chrome_translate_client.cc:104: syncer::UserEventService* user_event_service = * const https://codereview.chromium.org/2897563002/diff/20001/chrome/browser/translate/chrome_translate_client.cc#newcode107 chrome/browser/translate/chrome_translate_client.cc:107: auto* ...
3 years, 7 months ago (2017-05-23 03:15:23 UTC) #16
renjieliu1
thanks for the review! https://codereview.chromium.org/2897563002/diff/20001/chrome/browser/translate/chrome_translate_client.cc File chrome/browser/translate/chrome_translate_client.cc (right): https://codereview.chromium.org/2897563002/diff/20001/chrome/browser/translate/chrome_translate_client.cc#newcode104 chrome/browser/translate/chrome_translate_client.cc:104: syncer::UserEventService* user_event_service = On 2017/05/23 ...
3 years, 7 months ago (2017-05-23 03:32:42 UTC) #19
renjieliu1
Hi Sky, I have implemented the gaia logging as described here: https://docs.google.com/document/d/1es1cCRFhdag4ljGSPfXfSMlEx5lMgFZ3SGHMaBcU_D8/edit# would you mind ...
3 years, 7 months ago (2017-05-23 03:34:07 UTC) #22
skym
lgtm If there are any Finch trial groups you care about, you could register for ...
3 years, 7 months ago (2017-05-23 22:45:42 UTC) #25
renjieliu1
thank you for the review! https://codereview.chromium.org/2897563002/diff/40001/chrome/browser/translate/chrome_translate_client.cc File chrome/browser/translate/chrome_translate_client.cc (right): https://codereview.chromium.org/2897563002/diff/40001/chrome/browser/translate/chrome_translate_client.cc#newcode79 chrome/browser/translate/chrome_translate_client.cc:79: specifics->set_navigation_id(entry_id); On 2017/05/23 22:45:42, ...
3 years, 7 months ago (2017-05-24 00:33:17 UTC) #26
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/2897563002/60001
3 years, 7 months ago (2017-05-25 00:52:57 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/446991)
3 years, 7 months ago (2017-05-25 01:04:30 UTC) #35
renjieliu1
Hi Rachel, We're doing client side logging for page language detection, can you do a ...
3 years, 7 months ago (2017-05-25 01:08:45 UTC) #37
groby-ooo-7-16
Since there is some logic, does it make sense to add a test? https://codereview.chromium.org/2897563002/diff/60001/chrome/browser/translate/chrome_translate_client.cc File ...
3 years, 7 months ago (2017-05-25 21:35:29 UTC) #38
napper
https://codereview.chromium.org/2897563002/diff/60001/chrome/browser/translate/chrome_translate_client.cc File chrome/browser/translate/chrome_translate_client.cc (right): https://codereview.chromium.org/2897563002/diff/60001/chrome/browser/translate/chrome_translate_client.cc#newcode81 chrome/browser/translate/chrome_translate_client.cc:81: specifics->set_navigation_id(base::Time::Now().ToInternalValue()); On 2017/05/25 at 21:35:29, groby wrote: > Note: ...
3 years, 7 months ago (2017-05-25 21:49:26 UTC) #39
renjieliu1
Hi Rachel, Thanks for the review! As for test, I totally agreed with you that ...
3 years, 7 months ago (2017-05-26 00:26:45 UTC) #40
groby-ooo-7-16
lgtm https://codereview.chromium.org/2897563002/diff/60001/chrome/browser/translate/chrome_translate_client.cc File chrome/browser/translate/chrome_translate_client.cc (right): https://codereview.chromium.org/2897563002/diff/60001/chrome/browser/translate/chrome_translate_client.cc#newcode81 chrome/browser/translate/chrome_translate_client.cc:81: specifics->set_navigation_id(base::Time::Now().ToInternalValue()); On 2017/05/26 00:26:45, renjieliu1 wrote: > On ...
3 years, 7 months ago (2017-05-26 01:28:48 UTC) #41
renjieliu1
On 2017/05/26 01:28:48, groby wrote: > lgtm > > https://codereview.chromium.org/2897563002/diff/60001/chrome/browser/translate/chrome_translate_client.cc > File chrome/browser/translate/chrome_translate_client.cc (right): > ...
3 years, 7 months ago (2017-05-26 02:51:59 UTC) #42
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/2897563002/100001
3 years, 7 months ago (2017-05-26 03:19:28 UTC) #45
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/304031)
3 years, 7 months ago (2017-05-26 07:10:26 UTC) #47
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/2897563002/100001
3 years, 7 months ago (2017-05-26 08:59:08 UTC) #49
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 09:04:12 UTC) #52
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/d8a3849678bf6750fa1a0a6cfbfe...

Powered by Google App Engine
This is Rietveld 408576698