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

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

Issue 2513953004: Adding metrics on the usefulness of the Win10 version of the Welcome Page (Closed)
Patch Set: Created 4 years, 1 month 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 15659 matching lines...) Expand 10 before | Expand all | Expand 10 after
15670 </obsolete> 15670 </obsolete>
15671 </action> 15671 </action>
15672 15672
15673 <action name="WebstoreWidgetApp.ShowDialog"> 15673 <action name="WebstoreWidgetApp.ShowDialog">
15674 <owner>tbarzic@google.com</owner> 15674 <owner>tbarzic@google.com</owner>
15675 <description> 15675 <description>
15676 Tracks Chrome Webstore Gallery Widget app being launched. 15676 Tracks Chrome Webstore Gallery Widget app being launched.
15677 </description> 15677 </description>
15678 </action> 15678 </action>
15679 15679
15680 <action name="Win10WelcomePage_SetAsDefaultBrowser">
15681 <owner>pmonette@chromium.org</owner>
15682 <description>
15683 The user clicked &quot;Open Windows Settings&quot; in the Win10 version of
tmartino 2016/11/21 19:40:08 Do these appear escaped (&quot;) in the actual xml
Patrick Monette 2016/11/21 21:04:22 Yeah they are really there. Those strings are used
15684 the Welcome page.
15685 </description>
15686 </action>
15687
15680 <action name="Win7ASHRestart"> 15688 <action name="Win7ASHRestart">
15681 <owner>cpu@chromium.org</owner> 15689 <owner>cpu@chromium.org</owner>
15682 <owner>ananta@chromium.org</owner> 15690 <owner>ananta@chromium.org</owner>
15683 <owner>shrikant@chromium.org</owner> 15691 <owner>shrikant@chromium.org</owner>
15684 <description>Tracks when Chrome was restarted on Win7 in Ash.</description> 15692 <description>Tracks when Chrome was restarted on Win7 in Ash.</description>
15685 </action> 15693 </action>
15686 15694
15687 <action name="Win7DesktopRestart"> 15695 <action name="Win7DesktopRestart">
15688 <owner>cpu@chromium.org</owner> 15696 <owner>cpu@chromium.org</owner>
15689 <owner>ananta@chromium.org</owner> 15697 <owner>ananta@chromium.org</owner>
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
15903 <action name="webapps.AddShortcut.Manifest"> 15911 <action name="webapps.AddShortcut.Manifest">
15904 <owner>mlamouri@chromium.org</owner> 15912 <owner>mlamouri@chromium.org</owner>
15905 <description> 15913 <description>
15906 Shortcut added to the homescreen with a valid Manifest. This action will be 15914 Shortcut added to the homescreen with a valid Manifest. This action will be
15907 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15915 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15908 to keep a trend of whether the webapp also add meta tags. 15916 to keep a trend of whether the webapp also add meta tags.
15909 </description> 15917 </description>
15910 </action> 15918 </action>
15911 15919
15912 </actions> 15920 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698