| 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. | 9 and description for each user action. |
| 10 | 10 |
| (...skipping 10085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10096 </action> | 10096 </action> |
| 10097 | 10097 |
| 10098 <action name="MobileNewTabOpened"> | 10098 <action name="MobileNewTabOpened"> |
| 10099 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10099 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 10100 <description>Please enter the description of this user action.</description> | 10100 <description>Please enter the description of this user action.</description> |
| 10101 </action> | 10101 </action> |
| 10102 | 10102 |
| 10103 <action name="MobileOmniboxClipboardChanged"> | 10103 <action name="MobileOmniboxClipboardChanged"> |
| 10104 <owner>jif@chromium.org</owner> | 10104 <owner>jif@chromium.org</owner> |
| 10105 <description> | 10105 <description> |
| 10106 Emitted when Chrome detects that the clipboard contains a new URL. This | 10106 Emitted when Chrome detects that the clipboard contains a new URL. |
| 10107 occurs either when Chrome enters the foreground and notices that the content | 10107 |
| 10108 of the clipboard changed, or when the clipboard changes while Chrome is in | 10108 On iOS: this occurs either when Chrome enters the foreground and notices |
| 10109 the foreground. | 10109 that the content of the clipboard changed, or when the clipboard changes |
| 10110 while Chrome is in the foreground. |
| 10111 |
| 10112 On Android: this occurs when Chrome starts up or when the clipboard changes |
| 10113 while Chrome is running (in the foreground or not). |
| 10110 </description> | 10114 </description> |
| 10111 </action> | 10115 </action> |
| 10112 | 10116 |
| 10113 <action name="MobileOmniboxDeleteGesture"> | 10117 <action name="MobileOmniboxDeleteGesture"> |
| 10114 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10118 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 10115 <description>Please enter the description of the metric.</description> | 10119 <description>Please enter the description of the metric.</description> |
| 10116 </action> | 10120 </action> |
| 10117 | 10121 |
| 10118 <action name="MobileOmniboxDeleteRequested"> | 10122 <action name="MobileOmniboxDeleteRequested"> |
| 10119 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10123 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| (...skipping 6485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16605 <action name="webapps.AddShortcut.Manifest"> | 16609 <action name="webapps.AddShortcut.Manifest"> |
| 16606 <owner>mlamouri@chromium.org</owner> | 16610 <owner>mlamouri@chromium.org</owner> |
| 16607 <description> | 16611 <description> |
| 16608 Shortcut added to the homescreen with a valid Manifest. This action will be | 16612 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 16609 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16613 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 16610 to keep a trend of whether the webapp also add meta tags. | 16614 to keep a trend of whether the webapp also add meta tags. |
| 16611 </description> | 16615 </description> |
| 16612 </action> | 16616 </action> |
| 16613 | 16617 |
| 16614 </actions> | 16618 </actions> |
| OLD | NEW |