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

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

Issue 1153633006: Added UMA statistics for changing the active window via click or touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the branch that the CL was based on. Created 5 years, 6 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 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 <action name="DeleteWordBackward"> 2494 <action name="DeleteWordBackward">
2495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2496 <description>Please enter the description of this user action.</description> 2496 <description>Please enter the description of this user action.</description>
2497 </action> 2497 </action>
2498 2498
2499 <action name="DeleteWordForward"> 2499 <action name="DeleteWordForward">
2500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2501 <description>Please enter the description of this user action.</description> 2501 <description>Please enter the description of this user action.</description>
2502 </action> 2502 </action>
2503 2503
2504 <action name="Desktop_SwitchTask">
2505 <owner>bruthig@google.com</owner>
2506 <owner>tdanderson@google.com</owner>
2507 <description>
2508 Recorded when the user activates an existing task window by clicking or
2509 tapping on it. Recorded on ChromeOS only.
2510 </description>
2511 </action>
2512
2504 <action name="Destination_Application_Edit"> 2513 <action name="Destination_Application_Edit">
2505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2514 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2506 <description>Please enter the description of this user action.</description> 2515 <description>Please enter the description of this user action.</description>
2507 </action> 2516 </action>
2508 2517
2509 <action name="Destination_Application_Launch"> 2518 <action name="Destination_Application_Launch">
2510 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2519 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2511 <description>Please enter the description of this user action.</description> 2520 <description>Please enter the description of this user action.</description>
2512 </action> 2521 </action>
2513 2522
(...skipping 9945 matching lines...) Expand 10 before | Expand all | Expand 10 after
12459 <action name="webapps.AddShortcut.Manifest"> 12468 <action name="webapps.AddShortcut.Manifest">
12460 <owner>mlamouri@chromium.org</owner> 12469 <owner>mlamouri@chromium.org</owner>
12461 <description> 12470 <description>
12462 Shortcut added to the homescreen with a valid Manifest. This action will be 12471 Shortcut added to the homescreen with a valid Manifest. This action will be
12463 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12472 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12464 to keep a trend of whether the webapp also add meta tags. 12473 to keep a trend of whether the webapp also add meta tags.
12465 </description> 12474 </description>
12466 </action> 12475 </action>
12467 12476
12468 </actions> 12477 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698