OLD | NEW |
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 Loading... |
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 Loading... |
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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8856 <action name="MobileReceivedExternalIntent"> | 8909 <action name="MobileReceivedExternalIntent"> |
8857 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8910 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8858 <description>Please enter the description of this user action.</description> | 8911 <description>Please enter the description of this user action.</description> |
8859 </action> | 8912 </action> |
8860 | 8913 |
8861 <action name="MobileRendererCrashed"> | 8914 <action name="MobileRendererCrashed"> |
8862 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8915 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8863 <description>Please enter the description of this user action.</description> | 8916 <description>Please enter the description of this user action.</description> |
8864 </action> | 8917 </action> |
8865 | 8918 |
| 8919 <action name="MobileSelectionChanged"> |
| 8920 <owner>donnd@chromium.org</owner> |
| 8921 <description> |
| 8922 The user changed the selection by manipulating the selection handles. Only |
| 8923 one action of this kind is emmitted when the selection handles are |
| 8924 repeatedly moved. |
| 8925 </description> |
| 8926 </action> |
| 8927 |
8866 <action name="MobileShortcutAllBookmarks"> | 8928 <action name="MobileShortcutAllBookmarks"> |
8867 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8929 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8868 <description>Please enter the description of this user action.</description> | 8930 <description>Please enter the description of this user action.</description> |
8869 <obsolete>Deprecated as of 5/2015</obsolete> | 8931 <obsolete>Deprecated as of 5/2015</obsolete> |
8870 </action> | 8932 </action> |
8871 | 8933 |
8872 <action name="MobileShortcutFindInPage"> | 8934 <action name="MobileShortcutFindInPage"> |
8873 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 8935 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
8874 <description>Please enter the description of this user action.</description> | 8936 <description>Please enter the description of this user action.</description> |
8875 </action> | 8937 </action> |
(...skipping 5576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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> |
OLD | NEW |