|
|
Created:
3 years, 6 months ago by renjieliu1 Modified:
3 years, 6 months ago CC:
asvitkine+watch_chromium.org, chromium-reviews, sync-reviews_chromium.org Target Ref:
refs/heads/master Project:
chromium Visibility:
Public. |
DescriptionSplit translate_event.proto AUTOMATICALLY_TRANSLATED.
Split AUTOMATICALLY_TRANSLATED into AUTO_TRANSLATION_BY_PREF and
AUTO_TRANSLATION_BY_LINK to allow us more fine grained analysis.
BUG=728491, 722679
Review-Url: https://codereview.chromium.org/2938133003
Cr-Commit-Position: refs/heads/master@{#482184}
Committed: https://chromium.googlesource.com/chromium/src/+/ef37fe771b578f8abc44c9fb5a6e28500aee0353
Patch Set 1 #
Total comments: 4
Patch Set 2 : updates #
Messages
Total messages: 40 (19 generated)
The CQ bit was checked by renjieliu@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== Split translate_event.proto AUTOMATICALLY_TRANSLATED. Split AUTOMATICALLY_TRANSLATED into AUTO_TRANSLATION_BY_PREF and AUTO_TRANSLATION_BY_LINK to allow us more fine grained analysis. BUG=728491, 722679 ========== to ========== Split translate_event.proto AUTOMATICALLY_TRANSLATED. Split AUTOMATICALLY_TRANSLATED into AUTO_TRANSLATION_BY_PREF and AUTO_TRANSLATION_BY_LINK to allow us more fine grained analysis. BUG=728491, 722679 ==========
renjieliu@chromium.org changed reviewers: + napper@chromium.org
napper@chromium.org changed reviewers: + hamelphi@chromium.org
lgtm
lgtm
The CQ bit was checked by renjieliu@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the patch has received an L-G-T-M from a full committer. Even if an L-G-T-M may have been provided, it was from a non-committer,_not_ a full super star committer. Committers are members of the group "project-chromium-committers". Note that this has nothing to do with OWNERS files.
renjieliu@chromium.org changed reviewers: + skym@chromium.org
lgtm
renjieliu@chromium.org changed reviewers: + groby@chromium.org
LGTM % comment nits https://codereview.chromium.org/2938133003/diff/1/components/metrics/proto/tr... File components/metrics/proto/translate_event.proto (right): https://codereview.chromium.org/2938133003/diff/1/components/metrics/proto/tr... components/metrics/proto/translate_event.proto:101: AUTO_TRANSLATION_BY_PREF = 25; Could you comment on what the difference between the two is? https://codereview.chromium.org/2938133003/diff/1/components/sync/protocol/us... File components/sync/protocol/user_event_specifics.proto (right): https://codereview.chromium.org/2938133003/diff/1/components/sync/protocol/us... components/sync/protocol/user_event_specifics.proto:66: AUTO_TRANSLATION_BY_PREF = 7; Please comment on the difference. (It's obvious right now, it won't be to the engineer reading it in two or three years :)
thanks for the review! https://codereview.chromium.org/2938133003/diff/1/components/metrics/proto/tr... File components/metrics/proto/translate_event.proto (right): https://codereview.chromium.org/2938133003/diff/1/components/metrics/proto/tr... components/metrics/proto/translate_event.proto:101: AUTO_TRANSLATION_BY_PREF = 25; On 2017/06/20 04:17:17, groby wrote: > Could you comment on what the difference between the two is? Done. https://codereview.chromium.org/2938133003/diff/1/components/sync/protocol/us... File components/sync/protocol/user_event_specifics.proto (right): https://codereview.chromium.org/2938133003/diff/1/components/sync/protocol/us... components/sync/protocol/user_event_specifics.proto:66: AUTO_TRANSLATION_BY_PREF = 7; On 2017/06/20 04:17:17, groby wrote: > Please comment on the difference. (It's obvious right now, it won't be to the > engineer reading it in two or three years :) Done.
The CQ bit was checked by renjieliu@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from napper@chromium.org, hamelphi@chromium.org, skym@chromium.org, groby@chromium.org Link to the patchset: https://codereview.chromium.org/2938133003/#ps20001 (title: "updates")
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
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_presub...)
renjieliu@chromium.org changed reviewers: + holte@chromium.org
Hi Steven, Can you do onwer review for the metrics proto? Thanks a lot!
holte@google.com changed reviewers: + holte@google.com
Have you already updated the internal version of the proto file?
On 2017/06/20 22:16:15, holte wrote: > Have you already updated the internal version of the proto file? thank you for pointing this out! I will do this in a following cl!
On 2017/06/20 23:13:41, renjieliu1 wrote: > On 2017/06/20 22:16:15, holte wrote: > > Have you already updated the internal version of the proto file? > > thank you for pointing this out! I will do this in a following cl! You should actually do that first, since you need to get approval from Logs for those files, though in this case it should be quick.
On 2017/06/21 14:59:27, holte wrote: > On 2017/06/20 23:13:41, renjieliu1 wrote: > > On 2017/06/20 22:16:15, holte wrote: > > > Have you already updated the internal version of the proto file? > > > > thank you for pointing this out! I will do this in a following cl! > > You should actually do that first, since you need to get approval from Logs for > those files, though in this case it should be quick. lgtm once that change lands
On 2017/06/21 15:16:32, holte wrote: > On 2017/06/21 14:59:27, holte wrote: > > On 2017/06/20 23:13:41, renjieliu1 wrote: > > > On 2017/06/20 22:16:15, holte wrote: > > > > Have you already updated the internal version of the proto file? > > > > > > thank you for pointing this out! I will do this in a following cl! > > > > You should actually do that first, since you need to get approval from Logs > for > > those files, though in this case it should be quick. > > lgtm once that change lands lgtm once that change lands from @chromium
On 2017/06/21 15:17:47, Steven Holte wrote: > On 2017/06/21 15:16:32, holte wrote: > > On 2017/06/21 14:59:27, holte wrote: > > > On 2017/06/20 23:13:41, renjieliu1 wrote: > > > > On 2017/06/20 22:16:15, holte wrote: > > > > > Have you already updated the internal version of the proto file? > > > > > > > > thank you for pointing this out! I will do this in a following cl! > > > > > > You should actually do that first, since you need to get approval from Logs > > for > > > those files, though in this case it should be quick. > > > > lgtm once that change lands > > lgtm once that change lands from @chromium Thank you! The google3 cl is landed: cl/160095265
The CQ bit was checked by renjieliu@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 20001, "attempt_start_ts": 1498437500158410, "parent_rev": "7fb24c38a5ca6408e02d6ac9c76f2e233ba68e40", "commit_rev": "ef37fe771b578f8abc44c9fb5a6e28500aee0353"}
Message was sent while issue was closed.
Description was changed from ========== Split translate_event.proto AUTOMATICALLY_TRANSLATED. Split AUTOMATICALLY_TRANSLATED into AUTO_TRANSLATION_BY_PREF and AUTO_TRANSLATION_BY_LINK to allow us more fine grained analysis. BUG=728491, 722679 ========== to ========== Split translate_event.proto AUTOMATICALLY_TRANSLATED. Split AUTOMATICALLY_TRANSLATED into AUTO_TRANSLATION_BY_PREF and AUTO_TRANSLATION_BY_LINK to allow us more fine grained analysis. BUG=728491, 722679 Review-Url: https://codereview.chromium.org/2938133003 Cr-Commit-Position: refs/heads/master@{#482184} Committed: https://chromium.googlesource.com/chromium/src/+/ef37fe771b578f8abc44c9fb5a6e... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/ef37fe771b578f8abc44c9fb5a6e... |