Commit ab29c168 authored by rsadam's avatar rsadam Committed by Commit bot

Gesture Editing UMA stats

This is the Chromium side changes to record UMA stats for Gesture Editing on the Virtual Keyboard. A follow up CL will be written on Google3 to populate these stats.

BUG=487323

Review URL: https://codereview.chromium.org/1135283003

Cr-Commit-Position: refs/heads/master@{#329798}
parent 876afae9
...@@ -12908,6 +12908,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -12908,6 +12908,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </histogram>
<histogram name="InputMethod.VirtualKeyboard.BackwardsMovesPerSwipe"
units="moves">
<owner>rsadam@chromium.org</owner>
<summary>
ChromeOS histogram that counts the number of times the cursor was moved to
the previous word by swiping backwards on the selection track. The count is
initialized when the user starts swiping from any side of the virtual
keyboard, incremented based on how far they swipe backwards on the selection
track, and recorded when they release their finger.
</summary>
</histogram>
<histogram name="InputMethod.VirtualKeyboard.CharactersBetweenBackspaces"> <histogram name="InputMethod.VirtualKeyboard.CharactersBetweenBackspaces">
<owner>rsadam@chromium.org</owner> <owner>rsadam@chromium.org</owner>
<summary> <summary>
...@@ -12953,6 +12965,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -12953,6 +12965,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </histogram>
<histogram name="InputMethod.VirtualKeyboard.MovesPerSwipe" units="moves">
<owner>rsadam@chromium.org</owner>
<summary>
ChromeOS histogram that counts the number of times the cursor was moved to
the next word by swiping forward on the selection track. The count is
initialized when the user starts swiping from any side of the virtual
keyboard, incremented based on how far they swipe forwards on the selection
track, and recorded when they release their finger.
</summary>
</histogram>
<histogram name="InputMethod.VirtualKeyboard.TapCount"> <histogram name="InputMethod.VirtualKeyboard.TapCount">
<owner>stevet@chromium.org</owner> <owner>stevet@chromium.org</owner>
<summary> <summary>
...@@ -12961,6 +12984,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -12961,6 +12984,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </histogram>
<histogram name="InputMethod.VirtualKeyboard.WordsDeletedPerSwipe"
units="words">
<owner>rsadam@chromium.org</owner>
<summary>
ChromeOS histogram that tracks the total number of words that were deleted
by swiping forward on the deletion track. The count is initialized when the
user starts swiping on the backspace key, incremented based on how far they
swipe forwards on the deletion track, and recorded when they release their
finger.
</summary>
</histogram>
<histogram name="InputMethod.VirtualKeyboard.WordsPerMinute"> <histogram name="InputMethod.VirtualKeyboard.WordsPerMinute">
<owner>rsadam@chromium.org</owner> <owner>rsadam@chromium.org</owner>
<summary> <summary>
...@@ -12969,6 +13004,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -12969,6 +13004,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </histogram>
<histogram name="InputMethod.VirtualKeyboard.WordsRestoredPerSwipe"
units="words">
<owner>rsadam@chromium.org</owner>
<summary>
ChromeOS histogram that tracks the total number of words that were restored
by swiping backwards on the deletion track. The count is initialized when
the user starts swiping on the backspace key, incremented based on how far
they swipe backwards on the deletion track, and recorded when they release
their finger.
</summary>
</histogram>
<histogram name="Installer.AttemptsCount.Total" units="count"> <histogram name="Installer.AttemptsCount.Total" units="count">
<owner>zeuthen@chromium.org</owner> <owner>zeuthen@chromium.org</owner>
<summary> <summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment