| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
IPC: ff...@chromium.org
📎 It looks like you’re making a possibly security-sensitive change! 📎 IPC security review isn’t a rubberstamp, so your friendly security reviewer will need a fair amount of context to review your CL effectively. Please review your CL description and code comments to make sure they provide context for someone unfamiliar with your project/area. Pay special attention to where data comes from and which processes it flows between (and their privilege levels). Feel free to point your security reviewer at design docs, bugs, or other links if you can’t reasonably make a self-contained CL description. (Also see https://cbea.ms/git-commit/).
IPC reviewer(s): ff...@chromium.org
Reviewer source(s):
ff...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ipc/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<histogram name="Omnibox.ContextMenu.AnimationShown.ContextualTasks"What is the rationale for putting those into the Omnibox namespace?
<owner>dhruvka...@google.com</owner>
<summary>Please fix this WARNING reported by Metrics: It's preferred to list at least two owners, where the second is often a team mai...
It's preferred to list at least two owners, where the second is often a team mailing list or a src/path/to/OWNERS reference: https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#Owners.
<owner>dhruvka...@google.com</owner>
<summary>Please fix this WARNING reported by Metrics: It's preferred to list at least two owners, where the second is often a team mai...
It's preferred to list at least two owners, where the second is often a team mailing list or a src/path/to/OWNERS reference: https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#Owners.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<histogram name="Omnibox.ContextMenu.AnimationShown.ContextualTasks"What is the rationale for putting those into the Omnibox namespace?
This metric was shared across the Realbox and the Nextbox. And I had noticed some metrics before which were common having the Omnibox namespace before. Eg: Omnibox.AimEntrypoint.Activated.UserTextPresent. Let me know if you think it should be changed to something more specific to NTP or Cobrowse.
Please fix this WARNING reported by Metrics: It's preferred to list at least two owners, where the second is often a team mai...
It's preferred to list at least two owners, where the second is often a team mailing list or a src/path/to/OWNERS reference: https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#Owners.
Done
Please fix this WARNING reported by Metrics: It's preferred to list at least two owners, where the second is often a team mai...
It's preferred to list at least two owners, where the second is often a team mailing list or a src/path/to/OWNERS reference: https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#Owners.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
<histogram name="Omnibox.ContextMenu.AnimationShown.ContextualTasks"Dhruv KathpaliaWhat is the rationale for putting those into the Omnibox namespace?
This metric was shared across the Realbox and the Nextbox. And I had noticed some metrics before which were common having the Omnibox namespace before. Eg: Omnibox.AimEntrypoint.Activated.UserTextPresent. Let me know if you think it should be changed to something more specific to NTP or Cobrowse.
Gotcha. I think the metrics taxonomy is ripe for some refactor. But that shouldn't be a blocker to your CL right now.
Records whether the context menu (nextbox) animation was shown to the userNit: realbox?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Records whether the context menu (nextbox) animation was shown to the userDhruv KathpaliaNit: realbox?
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi @jdon...@chromium.org,
Can you please review histograms.xml changes? Thanks
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Records whether the context menu (nextbox) animation was shown to the userAdd a description of _when_ this metric is recorded (here and in the other histogram as well).
See the "Recorded" statements in the two histograms above for examples but I assume yours will be something like an extra sentence at the end that says, "Recorded every time the context menu is opened" (or whatever your actual trigger is in this case).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Records whether the context menu (nextbox) animation was shown to the userAdd a description of _when_ this metric is recorded (here and in the other histogram as well).
See the "Recorded" statements in the two histograms above for examples but I assume yours will be something like an extra sentence at the end that says, "Recorded every time the context menu is opened" (or whatever your actual trigger is in this case).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: tools/metrics/histograms/metadata/omnibox/histograms.xml
Insertions: 3, Deletions: 1.
The diff is too large to show. Please review the diff.
```
[composebox] Record whether context menu animations were shown or not
Updates the context menu animation impression recording to accept a
boolean indicating whether the animation was actually shown or blocked.
This allows tracking the effectiveness of the animation limiting
experiment.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |