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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 2579 matching lines...) Expand 10 before | Expand all | Expand 10 after
2590 <action name="ConnectivityDiagnostics.UA.TestResultExpanded"> 2590 <action name="ConnectivityDiagnostics.UA.TestResultExpanded">
2591 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2591 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2592 <description>Please enter the description of this user action.</description> 2592 <description>Please enter the description of this user action.</description>
2593 </action> 2593 </action>
2594 2594
2595 <action name="ConnectivityDiagnostics.UA.TestSuiteRun"> 2595 <action name="ConnectivityDiagnostics.UA.TestSuiteRun">
2596 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2596 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2597 <description>Please enter the description of this user action.</description> 2597 <description>Please enter the description of this user action.</description>
2598 </action> 2598 </action>
2599 2599
2600 <action name="ContextualSearch.ManualRefineMultiWord">
2601 <owner>donnd@chromium.org</owner>
2602 <description>
2603 Contextual Search updated the search in the Bar in response to manual
2604 refinement of the selection into multiple words.
2605 </description>
2606 </action>
2607
2608 <action name="ContextualSearch.ManualRefineSingleWord">
2609 <owner>donnd@chromium.org</owner>
2610 <description>
2611 Contextual Search updated the search in the Bar in response to manual
2612 refinement of the selection into a single word.
2613 </description>
2614 </action>
2615
2600 <action name="CookieBlockingDisabledPerDefault"> 2616 <action name="CookieBlockingDisabledPerDefault">
2601 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2617 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2602 <description>Please enter the description of this user action.</description> 2618 <description>Please enter the description of this user action.</description>
2603 </action> 2619 </action>
2604 2620
2605 <action name="CookieBlockingEnabledPerDefault"> 2621 <action name="CookieBlockingEnabledPerDefault">
2606 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2622 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2607 <description>Please enter the description of this user action.</description> 2623 <description>Please enter the description of this user action.</description>
2608 </action> 2624 </action>
2609 2625
(...skipping 5659 matching lines...) Expand 10 before | Expand all | Expand 10 after
8269 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8285 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8270 <description>Please enter the description of this user action.</description> 8286 <description>Please enter the description of this user action.</description>
8271 </action> 8287 </action>
8272 8288
8273 <action name="MixedScript_LoadAnyway_Bubble"> 8289 <action name="MixedScript_LoadAnyway_Bubble">
8274 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8290 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8275 <description>Please enter the description of this user action.</description> 8291 <description>Please enter the description of this user action.</description>
8276 </action> 8292 </action>
8277 8293
8278 <action name="MobileActionBarShown"> 8294 <action name="MobileActionBarShown">
8279 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8295 <owner>donnd@chromium.org</owner>
8280 <description>Please enter the description of this user action.</description> 8296 <description>
8297 The Action Bar was shown in response to the user selecting text.
8298 </description>
8299 </action>
8300
8301 <action name="MobileActionMode.ProcessTextIntent">
8302 <owner>donnd@chromium.org</owner>
8303 <description>
8304 User chose to process text using one of the assist actions available in the
8305 mobile action bar. These actions trigger an intent to interacte with
8306 another activity, e.g. Translate.
8307 </description>
8308 </action>
8309
8310 <action name="MobileActionMode.SelectAllWasEditable">
8311 <owner>donnd@chromium.org</owner>
8312 <description>
8313 The just-recorded SelectAll action was done in an editable field.
8314 </description>
8315 </action>
8316
8317 <action name="MobileActionMode.SelectAllWasNonEditable">
8318 <owner>donnd@chromium.org</owner>
8319 <description>
8320 The just-recorded SelectAll action was done in a non-editable field.
8321 </description>
8322 </action>
8323
8324 <action name="MobileActionMode.Share">
8325 <owner>donnd@chromium.org</owner>
8326 <description>
8327 The user pressed the Share button in the mobile Action Bar.
8328 </description>
8329 </action>
8330
8331 <action name="MobileActionMode.WebSearch">
8332 <owner>donnd@chromium.org</owner>
8333 <description>User pressed 'Web Search' in the mobile action bar.</description>
8281 </action> 8334 </action>
8282 8335
8283 <action name="MobileAddBookmarkViaIntent"> 8336 <action name="MobileAddBookmarkViaIntent">
8284 <owner>newt@chromium.org</owner> 8337 <owner>newt@chromium.org</owner>
8285 <description> 8338 <description>
8286 User added a bookmark to Chrome via an intent from a third-party app. 8339 User added a bookmark to Chrome via an intent from a third-party app.
8287 </description> 8340 </description>
8288 </action> 8341 </action>
8289 8342
8290 <action name="MobileBeamCallbackSuccess"> 8343 <action name="MobileBeamCallbackSuccess">
(...skipping 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after
12526 <action name="SelectTab6"> 12579 <action name="SelectTab6">
12527 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12580 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12528 <description>Please enter the description of this user action.</description> 12581 <description>Please enter the description of this user action.</description>
12529 </action> 12582 </action>
12530 12583
12531 <action name="SelectTab7"> 12584 <action name="SelectTab7">
12532 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12585 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12533 <description>Please enter the description of this user action.</description> 12586 <description>Please enter the description of this user action.</description>
12534 </action> 12587 </action>
12535 12588
12589 <action name="SelectionChanged">
12590 <owner>donnd@chromium.org</owner>
12591 <description>
12592 The user changed the selection by manipulating the selection handles. Only
12593 one action of this kind is emmitted when the selection handles are
12594 repeatedly moved.
12595 </description>
12596 </action>
12597
12536 <action name="ServiceWorker.ControlledPageLoad" not_user_triggered="true"> 12598 <action name="ServiceWorker.ControlledPageLoad" not_user_triggered="true">
12537 <owner>nhiroki@chromium.org</owner> 12599 <owner>nhiroki@chromium.org</owner>
12538 <description> 12600 <description>
12539 Counts the number of page loads controlled by a Service Worker. 12601 Counts the number of page loads controlled by a Service Worker.
12540 </description> 12602 </description>
12541 <obsolete>Replaced by ServiceWorker.PageLoad histogram.</obsolete> 12603 <obsolete>Replaced by ServiceWorker.PageLoad histogram.</obsolete>
12542 </action> 12604 </action>
12543 12605
12544 <action name="Settings.Searching"> 12606 <action name="Settings.Searching">
12545 <owner>dschuyler@chromium.org</owner> 12607 <owner>dschuyler@chromium.org</owner>
(...skipping 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after
14452 <action name="webapps.AddShortcut.Manifest"> 14514 <action name="webapps.AddShortcut.Manifest">
14453 <owner>mlamouri@chromium.org</owner> 14515 <owner>mlamouri@chromium.org</owner>
14454 <description> 14516 <description>
14455 Shortcut added to the homescreen with a valid Manifest. This action will be 14517 Shortcut added to the homescreen with a valid Manifest. This action will be
14456 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14518 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14457 to keep a trend of whether the webapp also add meta tags. 14519 to keep a trend of whether the webapp also add meta tags.
14458 </description> 14520 </description>
14459 </action> 14521 </action>
14460 14522
14461 </actions> 14523 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698