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

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

Issue 1641983002: Handle ADDBOOKMARK intent with enhanced bookmarks UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ian's comments Created 4 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 | « chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkUtils.java ('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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 7826 matching lines...) Expand 10 before | Expand all | Expand 10 after
7837 <action name="MixedScript_LoadAnyway_Bubble"> 7837 <action name="MixedScript_LoadAnyway_Bubble">
7838 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7838 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7839 <description>Please enter the description of this user action.</description> 7839 <description>Please enter the description of this user action.</description>
7840 </action> 7840 </action>
7841 7841
7842 <action name="MobileActionBarShown"> 7842 <action name="MobileActionBarShown">
7843 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7843 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7844 <description>Please enter the description of this user action.</description> 7844 <description>Please enter the description of this user action.</description>
7845 </action> 7845 </action>
7846 7846
7847 <action name="MobileAddBookmarkViaIntent">
7848 <owner>newt@chromium.org</owner>
7849 <description>
7850 User added a bookmark to Chrome via an intent from a third-party app.
7851 </description>
7852 </action>
7853
7847 <action name="MobileBeamCallbackSuccess"> 7854 <action name="MobileBeamCallbackSuccess">
7848 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7855 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7849 <description>Please enter the description of this user action.</description> 7856 <description>Please enter the description of this user action.</description>
7850 </action> 7857 </action>
7851 7858
7852 <action name="MobileBeamInvalidAppState"> 7859 <action name="MobileBeamInvalidAppState">
7853 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7860 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7854 <description>Please enter the description of this user action.</description> 7861 <description>Please enter the description of this user action.</description>
7855 </action> 7862 </action>
7856 7863
(...skipping 5936 matching lines...) Expand 10 before | Expand all | Expand 10 after
13793 <action name="webapps.AddShortcut.Manifest"> 13800 <action name="webapps.AddShortcut.Manifest">
13794 <owner>mlamouri@chromium.org</owner> 13801 <owner>mlamouri@chromium.org</owner>
13795 <description> 13802 <description>
13796 Shortcut added to the homescreen with a valid Manifest. This action will be 13803 Shortcut added to the homescreen with a valid Manifest. This action will be
13797 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13804 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13798 to keep a trend of whether the webapp also add meta tags. 13805 to keep a trend of whether the webapp also add meta tags.
13799 </description> 13806 </description>
13800 </action> 13807 </action>
13801 13808
13802 </actions> 13809 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkUtils.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698