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

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

Issue 2766623003: Make Android Clipboard Keep Track of Last Modified Time (Closed)
Patch Set: final attempt at restoring 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 10085 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 6525 matching lines...) Expand 10 before | Expand all | Expand 10 after
16645 <action name="webapps.AddShortcut.Manifest"> 16649 <action name="webapps.AddShortcut.Manifest">
16646 <owner>mlamouri@chromium.org</owner> 16650 <owner>mlamouri@chromium.org</owner>
16647 <description> 16651 <description>
16648 Shortcut added to the homescreen with a valid Manifest. This action will be 16652 Shortcut added to the homescreen with a valid Manifest. This action will be
16649 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16653 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16650 to keep a trend of whether the webapp also add meta tags. 16654 to keep a trend of whether the webapp also add meta tags.
16651 </description> 16655 </description>
16652 </action> 16656 </action>
16653 16657
16654 </actions> 16658 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698