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

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: 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
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 7520 matching lines...) Expand 10 before | Expand all | Expand 10 after
7531 <action name="MobileToolbarStackViewNewTab"> 7531 <action name="MobileToolbarStackViewNewTab">
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">
Alexei Svitkine (slow) 2014/08/08 15:20:49 Please keep this action since we have samples on i
Kibeom Kim (inactive) 2014/08/08 18:29:15 I removed HW menu dragging recently, https://coder
Alexei Svitkine (slow) 2014/08/08 18:31:44 Yes, please.
Kibeom Kim (inactive) 2014/08/08 18:44:06 Done.
7542 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7543 <description>Please enter the description of this user action.</description>
7544 </action>
7545
7546 <action name="MobileUsingMenuByHwButtonTap"> 7541 <action name="MobileUsingMenuByHwButtonTap">
7547 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7542 <owner>kkimlabs@chromium.org</owner>
7548 <description>Please enter the description of this user action.</description> 7543 <description>
7544 Only for Android. Menu is shown by tapping hardware menu button.
7545 </description>
7549 </action> 7546 </action>
7550 7547
7551 <action name="MobileUsingMenuBySwButtonDragging"> 7548 <action name="MobileUsingMenuBySwButtonDragging">
7552 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7549 <owner>kkimlabs@chromium.org</owner>
7553 <description>Please enter the description of this user action.</description> 7550 <description>
7551 Only for Android. Menu is shown by dragging from software menu button.
7552 </description>
7554 </action> 7553 </action>
7555 7554
7556 <action name="MobileUsingMenuBySwButtonTap"> 7555 <action name="MobileUsingMenuBySwButtonTap">
7557 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7556 <owner>kkimlabs@chromium.org</owner>
7558 <description>Please enter the description of this user action.</description> 7557 <description>
7558 Only for Android. Menu is shown by tapping software menu button.
7559 </description>
7559 </action> 7560 </action>
7560 7561
7561 <action name="MostVisited0"> 7562 <action name="MostVisited0">
7562 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7563 <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> 7564 <description>Please enter the description of this user action.</description>
7564 </action> 7565 </action>
7565 7566
7566 <action name="MostVisited1"> 7567 <action name="MostVisited1">
7567 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7568 <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> 7569 <description>Please enter the description of this user action.</description>
(...skipping 3866 matching lines...) Expand 10 before | Expand all | Expand 10 after
11435 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11436 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11436 <description>Please enter the description of this user action.</description> 11437 <description>Please enter the description of this user action.</description>
11437 </action> 11438 </action>
11438 11439
11439 <action name="webapps.AddShortcut.Bookmark"> 11440 <action name="webapps.AddShortcut.Bookmark">
11440 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11441 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11441 <description>Please enter the description of this user action.</description> 11442 <description>Please enter the description of this user action.</description>
11442 </action> 11443 </action>
11443 11444
11444 </actions> 11445 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698