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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2800483002: Omnibox Metrics - Rename MobileOmniboxClipboardChanged (Closed)
Patch Set: revise description Created 3 years, 8 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. 9 and description for each user action.
10 10
(...skipping 9506 matching lines...) Expand 10 before | Expand all | Expand 10 after
9517 <description>Please enter the description of this user action.</description> 9517 <description>Please enter the description of this user action.</description>
9518 <obsolete>Deprecated as of 5/2015</obsolete> 9518 <obsolete>Deprecated as of 5/2015</obsolete>
9519 </action> 9519 </action>
9520 9520
9521 <action name="MobileBreakpadUploadSuccess" not_user_triggered="true"> 9521 <action name="MobileBreakpadUploadSuccess" not_user_triggered="true">
9522 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9522 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9523 <description>Please enter the description of this user action.</description> 9523 <description>Please enter the description of this user action.</description>
9524 <obsolete>Deprecated as of at least 2017/02/28.</obsolete> 9524 <obsolete>Deprecated as of at least 2017/02/28.</obsolete>
9525 </action> 9525 </action>
9526 9526
9527 <action name="MobileClipboardChanged">
9528 <owner>jif@chromium.org</owner>
9529 <owner>mpearson@chromium.org</owner>
9530 <description>
9531 Emitted when Chrome detects that the clipboard contains new content.
9532
9533 On iOS: this occurs either when Chrome enters the foreground and notices
9534 that the content of the clipboard changed, or when the users selects the
9535 omnibox and Chrome notices that the content of the clipboard changed.
9536
9537 On Android: this occurs when Chrome starts up or when the clipboard changes
9538 while Chrome is running (in the foreground or not).
9539 </description>
9540 </action>
9541
9527 <action name="MobileComeToForeground"> 9542 <action name="MobileComeToForeground">
9528 <owner>tedchoc@chromium.org</owner> 9543 <owner>tedchoc@chromium.org</owner>
9529 <description> 9544 <description>
9530 Chrome has come to the foreground. Only emitted if the foreground content 9545 Chrome has come to the foreground. Only emitted if the foreground content
9531 is an Activity that views web content, e.g., not settings. This will be 9546 is an Activity that views web content, e.g., not settings. This will be
9532 emitted everytime the Activity goes from entirely hidden to at least 9547 emitted everytime the Activity goes from entirely hidden to at least
9533 partially visible. Partially visible means that at least some portion of 9548 partially visible. Partially visible means that at least some portion of
9534 the Activity is visible, but the Activity is not interactable, e.g. being 9549 the Activity is visible, but the Activity is not interactable, e.g. being
9535 covered by the share dialog, javascript alert dialogs, the voice input 9550 covered by the share dialog, javascript alert dialogs, the voice input
9536 dialog, etc. 9551 dialog, etc.
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
10110 <description> 10125 <description>
10111 Emitted when Chrome detects that the clipboard contains a new URL. 10126 Emitted when Chrome detects that the clipboard contains a new URL.
10112 10127
10113 On iOS: this occurs either when Chrome enters the foreground and notices 10128 On iOS: this occurs either when Chrome enters the foreground and notices
10114 that the content of the clipboard changed, or when the clipboard changes 10129 that the content of the clipboard changed, or when the clipboard changes
10115 while Chrome is in the foreground. 10130 while Chrome is in the foreground.
10116 10131
10117 On Android: this occurs when Chrome starts up or when the clipboard changes 10132 On Android: this occurs when Chrome starts up or when the clipboard changes
10118 while Chrome is running (in the foreground or not). 10133 while Chrome is running (in the foreground or not).
10119 </description> 10134 </description>
10135 <obsolete>
10136 Replaced with MobileOmniboxClipboardChanged in April 2017.
10137 </obsolete>
10120 </action> 10138 </action>
10121 10139
10122 <action name="MobileOmniboxDeleteGesture"> 10140 <action name="MobileOmniboxDeleteGesture">
10123 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10141 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10124 <description>Please enter the description of the metric.</description> 10142 <description>Please enter the description of the metric.</description>
10125 </action> 10143 </action>
10126 10144
10127 <action name="MobileOmniboxDeleteRequested"> 10145 <action name="MobileOmniboxDeleteRequested">
10128 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10146 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10129 <description>Please enter the description of the metric.</description> 10147 <description>Please enter the description of the metric.</description>
(...skipping 6576 matching lines...) Expand 10 before | Expand all | Expand 10 after
16706 <action name="webapps.AddShortcut.Manifest"> 16724 <action name="webapps.AddShortcut.Manifest">
16707 <owner>mlamouri@chromium.org</owner> 16725 <owner>mlamouri@chromium.org</owner>
16708 <description> 16726 <description>
16709 Shortcut added to the homescreen with a valid Manifest. This action will be 16727 Shortcut added to the homescreen with a valid Manifest. This action will be
16710 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16728 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16711 to keep a trend of whether the webapp also add meta tags. 16729 to keep a trend of whether the webapp also add meta tags.
16712 </description> 16730 </description>
16713 </action> 16731 </action>
16714 16732
16715 </actions> 16733 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698