|
|
Chromium Code Reviews
DescriptionOmnibox Metrics - Rename MobileOmniboxClipboardChanged
to MobileClipboardChanged. (Mark the old one as obsolete; make myself one of the owners of the new one.)
After all, the code to watch for this has nothing directly to do with
the omnibox or an "omnibox clipboard".
BUG=704715
Review-Url: https://codereview.chromium.org/2800483002
Cr-Commit-Position: refs/heads/master@{#462402}
Committed: https://chromium.googlesource.com/chromium/src/+/4a49ce9b7bfe546a90e6f3ccc2b6c34de764463c
Patch Set 1 #Patch Set 2 : cleanup #
Total comments: 2
Patch Set 3 : jif's description #Patch Set 4 : rebase #
Total comments: 2
Patch Set 5 : revise description #
Messages
Total messages: 29 (14 generated)
Description was changed from ========== Omnibox Metrics - Rename MobileOmniboxClipboardChanged to MobileClipboardChanged After all, the code to watch for this has nothing directly to do with the omnibox or an "omnibox clipboard". BUG=704715 ========== to ========== Omnibox Metrics - Rename MobileOmniboxClipboardChanged to MobileClipboardChanged. (Mark the old one as obsolete; make myself one of the owners of the new one.) After all, the code to watch for this has nothing directly to do with the omnibox or an "omnibox clipboard". BUG=704715 ==========
The CQ bit was checked by mpearson@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...
mpearson@chromium.org changed reviewers: + jif@chromium.org
jif@, could you please review this simple change? thanks, mark
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: 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...)
https://codereview.chromium.org/2800483002/diff/20001/tools/metrics/actions/a... File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/2800483002/diff/20001/tools/metrics/actions/a... tools/metrics/actions/actions.xml:9534: that the content of the clipboard changed, or when the clipboard changes While you are here, can you update the description of the iOS part? The semantic of that metric changed because of a bug in iOS10 ( crbug.com/628592). Can you update the description to something like: On iOS: this occurs either when Chrome enters the foreground and notices that the content of the clipboard changed, or when the users selects the omnibox and Chrome notices that the content of the clipboard changed.
https://codereview.chromium.org/2800483002/diff/20001/tools/metrics/actions/a... File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/2800483002/diff/20001/tools/metrics/actions/a... tools/metrics/actions/actions.xml:9534: that the content of the clipboard changed, or when the clipboard changes On 2017/04/05 13:52:48, jif wrote: > While you are here, can you update the description of the iOS part? > The semantic of that metric changed because of a bug in iOS10 ( > crbug.com/628592). > > Can you update the description to something like: > > On iOS: this occurs either when Chrome enters the foreground and notices that > the content of the clipboard changed, or when the users selects the omnibox and > Chrome notices that the content of the clipboard changed. Done. (Took your suggestion verbatim.)
jif@google.com changed reviewers: + jif@google.com
Thank you. lgtm
mpearson@chromium.org changed reviewers: + isherman@chromium.org, tedchoc@chromium.org
tedchoc@, can you approve the change to Clipboard.java? isherman@, can you approve the change to actions.xml? thanks all.
https://codereview.chromium.org/2800483002/diff/60001/tools/metrics/actions/a... File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/2800483002/diff/60001/tools/metrics/actions/a... tools/metrics/actions/actions.xml:9531: Emitted when Chrome detects that the clipboard contains a new URL. Is this specifically only emitted when the clipboard contents are a URL, or when the string changes for any reason?
https://codereview.chromium.org/2800483002/diff/60001/tools/metrics/actions/a... File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/2800483002/diff/60001/tools/metrics/actions/a... tools/metrics/actions/actions.xml:9531: Emitted when Chrome detects that the clipboard contains a new URL. On 2017/04/05 21:50:32, Ilya Sherman wrote: > Is this specifically only emitted when the clipboard contents are a URL, or when > the string changes for any reason? Any contents. Good catch! Revised description.
LGTM, thakns.
lgtm
The CQ bit was checked by mpearson@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from jif@google.com Link to the patchset: https://codereview.chromium.org/2800483002/#ps80001 (title: "revise description")
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...)
jif@, Can you please approve this as yourself, not as jif-google@?? The latter doesn't pass the presubmit OWNERS test. Feel free to CQ this after you approve it properly. thanks, mark
The CQ bit was checked by jif@chromium.org
lgtm
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": 80001, "attempt_start_ts": 1491470581241480,
"parent_rev": "1392ff9f43c86c539e53e698674693ef11c029da", "commit_rev":
"4a49ce9b7bfe546a90e6f3ccc2b6c34de764463c"}
Message was sent while issue was closed.
Description was changed from ========== Omnibox Metrics - Rename MobileOmniboxClipboardChanged to MobileClipboardChanged. (Mark the old one as obsolete; make myself one of the owners of the new one.) After all, the code to watch for this has nothing directly to do with the omnibox or an "omnibox clipboard". BUG=704715 ========== to ========== Omnibox Metrics - Rename MobileOmniboxClipboardChanged to MobileClipboardChanged. (Mark the old one as obsolete; make myself one of the owners of the new one.) After all, the code to watch for this has nothing directly to do with the omnibox or an "omnibox clipboard". BUG=704715 Review-Url: https://codereview.chromium.org/2800483002 Cr-Commit-Position: refs/heads/master@{#462402} Committed: https://chromium.googlesource.com/chromium/src/+/4a49ce9b7bfe546a90e6f3ccc2b6... ==========
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/4a49ce9b7bfe546a90e6f3ccc2b6... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
