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

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

Issue 2642763002: Add UserAction when the user opens ReadingList (Closed)
Patch Set: Created 3 years, 11 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 | « ios/chrome/browser/ui/tools_menu/tools_popup_controller.mm ('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 9699 matching lines...) Expand 10 before | Expand all | Expand 10 after
9710 <owner>aurimas@chromium.org</owner> 9710 <owner>aurimas@chromium.org</owner>
9711 <description>User pressed 'Print' in the app menu.</description> 9711 <description>User pressed 'Print' in the app menu.</description>
9712 </action> 9712 </action>
9713 9713
9714 <action name="MobileMenuQuit"> 9714 <action name="MobileMenuQuit">
9715 <owner>aurimas@chromium.org</owner> 9715 <owner>aurimas@chromium.org</owner>
9716 <description>User pressed 'Quit' in the app menu.</description> 9716 <description>User pressed 'Quit' in the app menu.</description>
9717 <obsolete>This menu item was never added to the app menu.</obsolete> 9717 <obsolete>This menu item was never added to the app menu.</obsolete>
9718 </action> 9718 </action>
9719 9719
9720 <action name="MobileMenuReadingList">
9721 <owner>gambard@chromium.org</owner>
9722 <description>User pressed 'Reading List' in the app menu.</description>
9723 </action>
9724
9720 <action name="MobileMenuRecentTabs"> 9725 <action name="MobileMenuRecentTabs">
9721 <owner>justincohen@chromium.org</owner> 9726 <owner>justincohen@chromium.org</owner>
9722 <description>User pressed 'Recent tabs' in the app menu.</description> 9727 <description>User pressed 'Recent tabs' in the app menu.</description>
9723 </action> 9728 </action>
9724 9729
9725 <action name="MobileMenuReload"> 9730 <action name="MobileMenuReload">
9726 <owner>tedchoc@chromium.org</owner> 9731 <owner>tedchoc@chromium.org</owner>
9727 <description> 9732 <description>
9728 User pressed the reload option in the app menu. This was added in M55. 9733 User pressed the reload option in the app menu. This was added in M55.
9729 Prior to M55, the menu reload counts were combined with the toolbar counts, 9734 Prior to M55, the menu reload counts were combined with the toolbar counts,
(...skipping 6616 matching lines...) Expand 10 before | Expand all | Expand 10 after
16346 <action name="webapps.AddShortcut.Manifest"> 16351 <action name="webapps.AddShortcut.Manifest">
16347 <owner>mlamouri@chromium.org</owner> 16352 <owner>mlamouri@chromium.org</owner>
16348 <description> 16353 <description>
16349 Shortcut added to the homescreen with a valid Manifest. This action will be 16354 Shortcut added to the homescreen with a valid Manifest. This action will be
16350 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16355 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16351 to keep a trend of whether the webapp also add meta tags. 16356 to keep a trend of whether the webapp also add meta tags.
16352 </description> 16357 </description>
16353 </action> 16358 </action>
16354 16359
16355 </actions> 16360 </actions>
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/tools_menu/tools_popup_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698