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

Issue 2394643002: Add TranslateEventProto to UMA metrics (Closed)

Created:
4 years, 2 months ago by hamelphi
Modified:
4 years, 2 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org, Roger McFarlane (Chromium)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add TranslateEventProto. BUG=653700, 634961 Committed: https://crrev.com/01e12a12485f430701ec9c47974e71b3ecc99563 Cr-Commit-Position: refs/heads/master@{#423969}

Patch Set 1 #

Patch Set 2 : Forgot to add translate_event.proto #

Patch Set 3 : [IGNORE] #

Patch Set 4 : Sync proto with google3 version. #

Patch Set 5 : Fix name error in enum. #

Total comments: 2

Patch Set 6 : Fix id error in the proto to match google3. #

Patch Set 7 : Change IGNORE to IGNORED to avoid a collision with a macro in windows build. #

Patch Set 8 : Rename user event enum types. #

Total comments: 8

Patch Set 9 : More renaming. #

Patch Set 10 : One more bug fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -1 line) Patch
M components/metrics/proto/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/proto/chrome_user_metrics_extension.proto View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
A components/metrics/proto/translate_event.proto View 1 2 3 4 5 6 7 8 9 1 chunk +134 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (20 generated)
hamelphi
This CL depends on the google3 pending CL. I figured that we may start doing ...
4 years, 2 months ago (2016-10-04 21:06:55 UTC) #3
hamelphi
This CL depends on the google3 pending CL. I figured that we may start doing ...
4 years, 2 months ago (2016-10-04 21:06:55 UTC) #4
Alexei Svitkine (slow)
Looks fine. Will wait for the google3 CL to be submitting before stamping just to ...
4 years, 2 months ago (2016-10-05 17:18:46 UTC) #5
hamelphi
Proto landed in Google3. PTAL.
4 years, 2 months ago (2016-10-06 21:11:01 UTC) #6
Alexei Svitkine (slow)
LGTM assuming proto corresponds to what landed in google3. Please file a crbug for this ...
4 years, 2 months ago (2016-10-06 21:21:36 UTC) #7
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/2394643002/80001
4 years, 2 months ago (2016-10-06 22:03:01 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/271722)
4 years, 2 months ago (2016-10-06 22:55:52 UTC) #12
Roger McFarlane (Chromium)
not LGTM there's an error in the field ids. https://codereview.chromium.org/2394643002/diff/80001/components/metrics/proto/chrome_user_metrics_extension.proto File components/metrics/proto/chrome_user_metrics_extension.proto (right): https://codereview.chromium.org/2394643002/diff/80001/components/metrics/proto/chrome_user_metrics_extension.proto#newcode25 components/metrics/proto/chrome_user_metrics_extension.proto:25: ...
4 years, 2 months ago (2016-10-07 14:13:44 UTC) #14
hamelphi
Fixed. PTAL
4 years, 2 months ago (2016-10-07 14:37:23 UTC) #15
Roger McFarlane (Chromium)
lgtm
4 years, 2 months ago (2016-10-07 16:06:45 UTC) #16
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/2394643002/100001
4 years, 2 months ago (2016-10-07 17:14:51 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/272270)
4 years, 2 months ago (2016-10-07 18:01:33 UTC) #21
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/2394643002/120001
4 years, 2 months ago (2016-10-07 19:01:05 UTC) #27
Roger McFarlane (Chromium)
https://codereview.chromium.org/2394643002/diff/140001/components/metrics/proto/translate_event.proto File components/metrics/proto/translate_event.proto (right): https://codereview.chromium.org/2394643002/diff/140001/components/metrics/proto/translate_event.proto#newcode116 components/metrics/proto/translate_event.proto:116: // Feedback event received from translate UI. If several ...
4 years, 2 months ago (2016-10-07 19:21:01 UTC) #29
Roger McFarlane (Chromium)
https://codereview.chromium.org/2394643002/diff/140001/components/metrics/proto/translate_event.proto File components/metrics/proto/translate_event.proto (right): https://codereview.chromium.org/2394643002/diff/140001/components/metrics/proto/translate_event.proto#newcode10 components/metrics/proto/translate_event.proto:10: option java_outer_classname = "OmniboxEventProtos"; copy paste error?
4 years, 2 months ago (2016-10-07 19:23:16 UTC) #30
hamelphi
On 2016/10/07 19:21:01, Roger McFarlane (Chromium) wrote: > https://codereview.chromium.org/2394643002/diff/140001/components/metrics/proto/translate_event.proto > File components/metrics/proto/translate_event.proto (right): > > ...
4 years, 2 months ago (2016-10-07 19:27:05 UTC) #31
hamelphi
https://codereview.chromium.org/2394643002/diff/140001/components/metrics/proto/translate_event.proto File components/metrics/proto/translate_event.proto (right): https://codereview.chromium.org/2394643002/diff/140001/components/metrics/proto/translate_event.proto#newcode10 components/metrics/proto/translate_event.proto:10: option java_outer_classname = "OmniboxEventProtos"; On 2016/10/07 19:23:16, Roger McFarlane ...
4 years, 2 months ago (2016-10-07 19:29:50 UTC) #32
Roger McFarlane (Chromium)
lgtm
4 years, 2 months ago (2016-10-07 19:34:15 UTC) #33
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/2394643002/170001
4 years, 2 months ago (2016-10-07 19:36:51 UTC) #36
commit-bot: I haz the power
Committed patchset #10 (id:170001)
4 years, 2 months ago (2016-10-07 21:27:24 UTC) #39
commit-bot: I haz the power
4 years, 2 months ago (2016-10-07 21:29:06 UTC) #41
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/01e12a12485f430701ec9c47974e71b3ecc99563
Cr-Commit-Position: refs/heads/master@{#423969}

Powered by Google App Engine
This is Rietveld 408576698