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

Unified Diff: tools/metrics/actions/actions.xml

Issue 1965013004: Record user actions for long-press follow-on actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed MobileSelectionChanged to SelectionChanged. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index a0e877f9b17c06ebf2b306a053a4ef9a5c5a3dcf..676c4fdb92ef39cf8f049bef266c6892fcc18c6e 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2597,6 +2597,22 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="ContextualSearch.ManualRefineMultiWord">
+ <owner>donnd@chromium.org</owner>
+ <description>
+ Contextual Search updated the search in the Bar in response to manual
+ refinement of the selection into multiple words.
+ </description>
+</action>
+
+<action name="ContextualSearch.ManualRefineSingleWord">
+ <owner>donnd@chromium.org</owner>
+ <description>
+ Contextual Search updated the search in the Bar in response to manual
+ refinement of the selection into a single word.
+ </description>
+</action>
+
<action name="CookieBlockingDisabledPerDefault">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -8276,8 +8292,45 @@ should be able to be added at any place in this file.
</action>
<action name="MobileActionBarShown">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>donnd@chromium.org</owner>
+ <description>
+ The Action Bar was shown in response to the user selecting text.
+ </description>
+</action>
+
+<action name="MobileActionMode.ProcessTextIntent">
+ <owner>donnd@chromium.org</owner>
+ <description>
+ User chose to process text using one of the assist actions available in the
+ mobile action bar. These actions trigger an intent to interacte with
+ another activity, e.g. Translate.
+ </description>
+</action>
+
+<action name="MobileActionMode.SelectAllWasEditable">
+ <owner>donnd@chromium.org</owner>
+ <description>
+ The just-recorded SelectAll action was done in an editable field.
+ </description>
+</action>
+
+<action name="MobileActionMode.SelectAllWasNonEditable">
+ <owner>donnd@chromium.org</owner>
+ <description>
+ The just-recorded SelectAll action was done in a non-editable field.
+ </description>
+</action>
+
+<action name="MobileActionMode.Share">
+ <owner>donnd@chromium.org</owner>
+ <description>
+ The user pressed the Share button in the mobile Action Bar.
+ </description>
+</action>
+
+<action name="MobileActionMode.WebSearch">
+ <owner>donnd@chromium.org</owner>
+ <description>User pressed 'Web Search' in the mobile action bar.</description>
</action>
<action name="MobileAddBookmarkViaIntent">
@@ -12533,6 +12586,15 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="SelectionChanged">
+ <owner>donnd@chromium.org</owner>
+ <description>
+ The user changed the selection by manipulating the selection handles. Only
+ one action of this kind is emmitted when the selection handles are
+ repeatedly moved.
+ </description>
+</action>
+
<action name="ServiceWorker.ControlledPageLoad" not_user_triggered="true">
<owner>nhiroki@chromium.org</owner>
<description>

Powered by Google App Engine
This is Rietveld 408576698