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

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

Issue 803343002: [Android] Add UMA for pull-to-refresh activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 7546 matching lines...) Expand 10 before | Expand all | Expand 10 after
7557 <description> 7557 <description>
7558 User taped on the page while the preview page is being shown. 7558 User taped on the page while the preview page is being shown.
7559 </description> 7559 </description>
7560 </action> 7560 </action>
7561 7561
7562 <action name="MobilePreviewPageTabClose"> 7562 <action name="MobilePreviewPageTabClose">
7563 <owner>ksimbili@chromium.org</owner> 7563 <owner>ksimbili@chromium.org</owner>
7564 <description>User closes the tab while preview page is loaded.</description> 7564 <description>User closes the tab while preview page is loaded.</description>
7565 </action> 7565 </action>
7566 7566
7567 <action name="MobilePullGestureReload">
7568 <owner>jdduke@chromium.org</owner>
7569 <description>
7570 Emitted on Android when a pull-to-refresh touch gesture initiates a page
7571 reload. This fires only after the triggering touch is released while the
7572 refresh effect has been pulled beyond the activation threshold.
7573 </description>
7574 </action>
7575
7567 <action name="MobileReceivedExternalIntent"> 7576 <action name="MobileReceivedExternalIntent">
7568 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7577 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7569 <description>Please enter the description of this user action.</description> 7578 <description>Please enter the description of this user action.</description>
7570 </action> 7579 </action>
7571 7580
7572 <action name="MobileRendererCrashed"> 7581 <action name="MobileRendererCrashed">
7573 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7582 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7574 <description>Please enter the description of this user action.</description> 7583 <description>Please enter the description of this user action.</description>
7575 </action> 7584 </action>
7576 7585
(...skipping 4244 matching lines...) Expand 10 before | Expand all | Expand 10 after
11821 <action name="webapps.AddShortcut.Manifest"> 11830 <action name="webapps.AddShortcut.Manifest">
11822 <owner>mlamouri@chromium.org</owner> 11831 <owner>mlamouri@chromium.org</owner>
11823 <description> 11832 <description>
11824 Shortcut added to the homescreen with a valid Manifest. This action will be 11833 Shortcut added to the homescreen with a valid Manifest. This action will be
11825 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11834 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11826 to keep a trend of whether the webapp also add meta tags. 11835 to keep a trend of whether the webapp also add meta tags.
11827 </description> 11836 </description>
11828 </action> 11837 </action>
11829 11838
11830 </actions> 11839 </actions>
OLDNEW
« no previous file with comments | « content/browser/android/overscroll_controller_android.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698