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

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

Issue 2266633002: [Android] Add user actions for bookmark manager creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/bookmarks/BookmarkManager.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 8816 matching lines...) Expand 10 before | Expand all | Expand 10 after
8827 <action name="MobileBeamCallbackSuccess"> 8827 <action name="MobileBeamCallbackSuccess">
8828 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8828 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8829 <description>Please enter the description of this user action.</description> 8829 <description>Please enter the description of this user action.</description>
8830 </action> 8830 </action>
8831 8831
8832 <action name="MobileBeamInvalidAppState"> 8832 <action name="MobileBeamInvalidAppState">
8833 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8833 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8834 <description>Please enter the description of this user action.</description> 8834 <description>Please enter the description of this user action.</description>
8835 </action> 8835 </action>
8836 8836
8837 <action name="MobileBookmarkManagerOpen">
8838 <owner>ianwen@chromium.org</owner>
8839 <description>
8840 Action indictating the bookmark manager is created, either by menu or NTP
8841 button, or by navigation.
8842 </description>
8843 </action>
8844
8845 <action name="MobileBookmarkManagerPageOpen">
8846 <owner>ianwen@chromium.org</owner>
8847 <description>
8848 Action indictating the bookmark manager is created as a Native Page. The
8849 porpuse of this action is to tell how many users on phones are able to get
8850 access to bookmark manager inside of a tab.
8851 </description>
8852 </action>
8853
8837 <action name="MobileBreakpadUploadAttempt" not_user_triggered="true"> 8854 <action name="MobileBreakpadUploadAttempt" not_user_triggered="true">
8838 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8855 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8839 <description>Please enter the description of this user action.</description> 8856 <description>Please enter the description of this user action.</description>
8840 </action> 8857 </action>
8841 8858
8842 <action name="MobileBreakpadUploadFail" not_user_triggered="true"> 8859 <action name="MobileBreakpadUploadFail" not_user_triggered="true">
8843 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8860 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8844 <description>Please enter the description of the metric.</description> 8861 <description>Please enter the description of the metric.</description>
8845 </action> 8862 </action>
8846 8863
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
9097 the current page. 9114 the current page.
9098 </description> 9115 </description>
9099 </action> 9116 </action>
9100 9117
9101 <action name="MobileMenuAddToHomescreen"> 9118 <action name="MobileMenuAddToHomescreen">
9102 <owner>aurimas@chromium.org</owner> 9119 <owner>aurimas@chromium.org</owner>
9103 <description>User pressed 'Add to homescreen' in the app menu.</description> 9120 <description>User pressed 'Add to homescreen' in the app menu.</description>
9104 </action> 9121 </action>
9105 9122
9106 <action name="MobileMenuAllBookmarks"> 9123 <action name="MobileMenuAllBookmarks">
9107 <owner>aurimas@chromium.org</owner> 9124 <owner>ianwen@chromium.org</owner>
9108 <description>User pressed 'Bookmarks' in the app menu.</description> 9125 <description>User pressed 'Bookmarks' in the app menu.</description>
9109 </action> 9126 </action>
9110 9127
9111 <action name="MobileMenuBack"> 9128 <action name="MobileMenuBack">
9112 <owner>aurimas@chromium.org</owner> 9129 <owner>aurimas@chromium.org</owner>
9113 <description>User pressed the back icon in the app menu.</description> 9130 <description>User pressed the back icon in the app menu.</description>
9114 <obsolete>Obsolete as of 5/2015</obsolete> 9131 <obsolete>Obsolete as of 5/2015</obsolete>
9115 </action> 9132 </action>
9116 9133
9117 <action name="MobileMenuCloseAllTabs"> 9134 <action name="MobileMenuCloseAllTabs">
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
9291 9308
9292 <action name="MobileNTP.Snippets.VisitEndBackInNTP"> 9309 <action name="MobileNTP.Snippets.VisitEndBackInNTP">
9293 <owner>mastiz@chromium.org</owner> 9310 <owner>mastiz@chromium.org</owner>
9294 <description> 9311 <description>
9295 Android: User navigated back to the NTP after reading an opened (clicked) 9312 Android: User navigated back to the NTP after reading an opened (clicked)
9296 snippet card. 9313 snippet card.
9297 </description> 9314 </description>
9298 </action> 9315 </action>
9299 9316
9300 <action name="MobileNTPBookmark"> 9317 <action name="MobileNTPBookmark">
9301 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9318 <owner>ianwen@chromium.org</owner>
9302 <description>Please enter the description of this user action.</description> 9319 <description>
9320 Action indicating the user has opened a bookmark from the bookmark manager.
9321 </description>
9303 </action> 9322 </action>
9304 9323
9305 <action name="MobileNTPForeignSession"> 9324 <action name="MobileNTPForeignSession">
9306 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9325 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9307 <description>Please enter the description of this user action.</description> 9326 <description>Please enter the description of this user action.</description>
9308 </action> 9327 </action>
9309 9328
9310 <action name="MobileNTPMostVisited"> 9329 <action name="MobileNTPMostVisited">
9311 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9330 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9312 <description>Please enter the description of this user action.</description> 9331 <description>Please enter the description of this user action.</description>
9313 </action> 9332 </action>
9314 9333
9315 <action name="MobileNTPRecentlyClosed"> 9334 <action name="MobileNTPRecentlyClosed">
9316 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9335 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9317 <description>Please enter the description of this user action.</description> 9336 <description>Please enter the description of this user action.</description>
9318 </action> 9337 </action>
9319 9338
9320 <action name="MobileNTPShown"> 9339 <action name="MobileNTPShown">
9321 <owner>knn@chromium.org</owner> 9340 <owner>knn@chromium.org</owner>
9322 <description> 9341 <description>
9323 The New Tab Page (NTP) was loaded or brought to foreground by the user. 9342 The New Tab Page (NTP) was loaded or brought to foreground by the user.
9324 </description> 9343 </description>
9325 </action> 9344 </action>
9326 9345
9327 <action name="MobileNTPSwitchToBookmarks"> 9346 <action name="MobileNTPSwitchToBookmarks">
9328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9347 <owner>ianwen@chromium.org</owner>
9329 <description>Please enter the description of this user action.</description> 9348 <description>
9349 Action indicating the user has clicked the boomkark button on NTP to swith
9350 to the bookmark manager.
9351 </description>
9330 </action> 9352 </action>
9331 9353
9332 <action name="MobileNTPSwitchToDownloadManager"> 9354 <action name="MobileNTPSwitchToDownloadManager">
9333 <owner>bauerb@chromium.org</owner> 9355 <owner>bauerb@chromium.org</owner>
9334 <description> 9356 <description>
9335 Android: User clicked on the &quot;More&quot; card at the end of the section 9357 Android: User clicked on the &quot;More&quot; card at the end of the section
9336 of Downloads suggestions on the NTP to open the Download Manager UI. 9358 of Downloads suggestions on the NTP to open the Download Manager UI.
9337 </description> 9359 </description>
9338 </action> 9360 </action>
9339 9361
(...skipping 6148 matching lines...) Expand 10 before | Expand all | Expand 10 after
15488 <action name="webapps.AddShortcut.Manifest"> 15510 <action name="webapps.AddShortcut.Manifest">
15489 <owner>mlamouri@chromium.org</owner> 15511 <owner>mlamouri@chromium.org</owner>
15490 <description> 15512 <description>
15491 Shortcut added to the homescreen with a valid Manifest. This action will be 15513 Shortcut added to the homescreen with a valid Manifest. This action will be
15492 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15514 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15493 to keep a trend of whether the webapp also add meta tags. 15515 to keep a trend of whether the webapp also add meta tags.
15494 </description> 15516 </description>
15495 </action> 15517 </action>
15496 15518
15497 </actions> 15519 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/bookmarks/BookmarkManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698