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

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

Issue 2766623003: Make Android Clipboard Keep Track of Last Modified Time (Closed)
Patch Set: ted's comments Created 3 years, 9 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 10024 matching lines...) Expand 10 before | Expand all | Expand 10 after
10035 </action> 10035 </action>
10036 10036
10037 <action name="MobileNewTabOpened"> 10037 <action name="MobileNewTabOpened">
10038 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10038 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10039 <description>Please enter the description of this user action.</description> 10039 <description>Please enter the description of this user action.</description>
10040 </action> 10040 </action>
10041 10041
10042 <action name="MobileOmniboxClipboardChanged"> 10042 <action name="MobileOmniboxClipboardChanged">
10043 <owner>jif@chromium.org</owner> 10043 <owner>jif@chromium.org</owner>
10044 <description> 10044 <description>
10045 Emitted when Chrome detects that the clipboard contains a new URL. This 10045 Emitted when Chrome detects that the clipboard contains a new URL.
10046 occurs either when Chrome enters the foreground and notices that the content 10046
10047 of the clipboard changed, or when the clipboard changes while Chrome is in 10047 On iOS: this occurs either when Chrome enters the foreground and notices
10048 the foreground. 10048 that the content of the clipboard changed, or when the clipboard changes
10049 while Chrome is in the foreground.
10050
10051 On Android: this occurs when Chrome starts up or when the clipboard changes
10052 while Chrome is running (in the foreground or not).
10049 </description> 10053 </description>
10050 </action> 10054 </action>
10051 10055
10052 <action name="MobileOmniboxDeleteGesture"> 10056 <action name="MobileOmniboxDeleteGesture">
10053 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10057 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10054 <description>Please enter the description of the metric.</description> 10058 <description>Please enter the description of the metric.</description>
10055 </action> 10059 </action>
10056 10060
10057 <action name="MobileOmniboxDeleteRequested"> 10061 <action name="MobileOmniboxDeleteRequested">
10058 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10062 <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
16544 <action name="webapps.AddShortcut.Manifest"> 16548 <action name="webapps.AddShortcut.Manifest">
16545 <owner>mlamouri@chromium.org</owner> 16549 <owner>mlamouri@chromium.org</owner>
16546 <description> 16550 <description>
16547 Shortcut added to the homescreen with a valid Manifest. This action will be 16551 Shortcut added to the homescreen with a valid Manifest. This action will be
16548 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16552 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16549 to keep a trend of whether the webapp also add meta tags. 16553 to keep a trend of whether the webapp also add meta tags.
16550 </description> 16554 </description>
16551 </action> 16555 </action>
16552 16556
16553 </actions> 16557 </actions>
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | ui/android/java/src/org/chromium/ui/base/Clipboard.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698