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

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

Issue 930323003: Upstream iOS' Open from Clipboard component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated actions.xml Created 5 years, 10 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
« no previous file with comments | « components/open_from_clipboard_strings.grdp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7566 matching lines...) Expand 10 before | Expand all | Expand 10 after
7577 <action name="MobileNTPSwitchToOpenTabs"> 7577 <action name="MobileNTPSwitchToOpenTabs">
7578 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7578 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7579 <description>Please enter the description of this user action.</description> 7579 <description>Please enter the description of this user action.</description>
7580 </action> 7580 </action>
7581 7581
7582 <action name="MobileNewTabOpened"> 7582 <action name="MobileNewTabOpened">
7583 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7583 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7584 <description>Please enter the description of this user action.</description> 7584 <description>Please enter the description of this user action.</description>
7585 </action> 7585 </action>
7586 7586
7587 <action name="MobileOmniboxClipboardChanged">
7588 <owner>jif@chromium.org</owner>
7589 <description>
7590 Emitted when Chrome detects that the clipboard contains a new URL. This
7591 occurs either when Chrome enters the foreground and notices that the content
7592 of the clipboard changed, or when the clipboard changes while Chrome is in
7593 the foreground.
7594 </description>
7595 </action>
7596
7587 <action name="MobileOmniboxRefineSuggestion"> 7597 <action name="MobileOmniboxRefineSuggestion">
7588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7598 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7589 <description>Please enter the description of this user action.</description> 7599 <description>Please enter the description of this user action.</description>
7590 </action> 7600 </action>
7591 7601
7592 <action name="MobileOmniboxSearch"> 7602 <action name="MobileOmniboxSearch">
7593 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7603 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7594 <description>Please enter the description of this user action.</description> 7604 <description>Please enter the description of this user action.</description>
7595 </action> 7605 </action>
7596 7606
(...skipping 4350 matching lines...) Expand 10 before | Expand all | Expand 10 after
11947 <action name="webapps.AddShortcut.Manifest"> 11957 <action name="webapps.AddShortcut.Manifest">
11948 <owner>mlamouri@chromium.org</owner> 11958 <owner>mlamouri@chromium.org</owner>
11949 <description> 11959 <description>
11950 Shortcut added to the homescreen with a valid Manifest. This action will be 11960 Shortcut added to the homescreen with a valid Manifest. This action will be
11951 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11961 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11952 to keep a trend of whether the webapp also add meta tags. 11962 to keep a trend of whether the webapp also add meta tags.
11953 </description> 11963 </description>
11954 </action> 11964 </action>
11955 11965
11956 </actions> 11966 </actions>
OLDNEW
« no previous file with comments | « components/open_from_clipboard_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698