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

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

Issue 455543003: Add MobileUsingMenuBy* metric actions owner and remove an unused one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added <action name="MobileUsingMenuByHwButtonDragging"> back Created 6 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/browser/android/uma_bridge.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | 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 7521 matching lines...) Expand 10 before | Expand all | Expand 10 after
7532 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7532 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7533 <description>Please enter the description of this user action.</description> 7533 <description>Please enter the description of this user action.</description>
7534 </action> 7534 </action>
7535 7535
7536 <action name="MobileToolbarToggleBookmark"> 7536 <action name="MobileToolbarToggleBookmark">
7537 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7537 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7538 <description>Please enter the description of this user action.</description> 7538 <description>Please enter the description of this user action.</description>
7539 </action> 7539 </action>
7540 7540
7541 <action name="MobileUsingMenuByHwButtonDragging"> 7541 <action name="MobileUsingMenuByHwButtonDragging">
7542 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7542 <owner>kkimlabs@chromium.org</owner>
7543 <description>Please enter the description of this user action.</description> 7543 <description>
7544 Only for Android. Menu is shown by dragging from hardware menu button.
7545 </description>
7546 <obsolete>
7547 Deprecated as of 06/2014. We removed this feature http://crbug.com/366154 .
7548 </obsolete>
7544 </action> 7549 </action>
7545 7550
7546 <action name="MobileUsingMenuByHwButtonTap"> 7551 <action name="MobileUsingMenuByHwButtonTap">
7547 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7552 <owner>kkimlabs@chromium.org</owner>
7548 <description>Please enter the description of this user action.</description> 7553 <description>
7554 Only for Android. Menu is shown by tapping hardware menu button.
7555 </description>
7549 </action> 7556 </action>
7550 7557
7551 <action name="MobileUsingMenuBySwButtonDragging"> 7558 <action name="MobileUsingMenuBySwButtonDragging">
7552 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7559 <owner>kkimlabs@chromium.org</owner>
7553 <description>Please enter the description of this user action.</description> 7560 <description>
7561 Only for Android. Menu is shown by dragging from software menu button.
7562 </description>
7554 </action> 7563 </action>
7555 7564
7556 <action name="MobileUsingMenuBySwButtonTap"> 7565 <action name="MobileUsingMenuBySwButtonTap">
7557 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7566 <owner>kkimlabs@chromium.org</owner>
7558 <description>Please enter the description of this user action.</description> 7567 <description>
7568 Only for Android. Menu is shown by tapping software menu button.
7569 </description>
7559 </action> 7570 </action>
7560 7571
7561 <action name="MostVisited0"> 7572 <action name="MostVisited0">
7562 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7573 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7563 <description>Please enter the description of this user action.</description> 7574 <description>Please enter the description of this user action.</description>
7564 </action> 7575 </action>
7565 7576
7566 <action name="MostVisited1"> 7577 <action name="MostVisited1">
7567 <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>
7568 <description>Please enter the description of this user action.</description> 7579 <description>Please enter the description of this user action.</description>
(...skipping 3872 matching lines...) Expand 10 before | Expand all | Expand 10 after
11441 apple-mobile-webapp-capable meta tag. 11452 apple-mobile-webapp-capable meta tag.
11442 </description> 11453 </description>
11443 </action> 11454 </action>
11444 11455
11445 <action name="webapps.AddShortcut.Bookmark"> 11456 <action name="webapps.AddShortcut.Bookmark">
11446 <owner>dfalcantara@chromium.org</owner> 11457 <owner>dfalcantara@chromium.org</owner>
11447 <description>Shortcut added to the homescreen for a bookmark.</description> 11458 <description>Shortcut added to the homescreen for a bookmark.</description>
11448 </action> 11459 </action>
11449 11460
11450 </actions> 11461 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/android/uma_bridge.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698