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

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

Issue 747883002: UMA stats for time settings (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
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | no next file » | 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 9337 matching lines...) Expand 10 before | Expand all | Expand 10 after
9348 <action name="Options_ThemesGallery"> 9348 <action name="Options_ThemesGallery">
9349 <owner>michaelpg@chromium.org</owner> 9349 <owner>michaelpg@chromium.org</owner>
9350 <description>Settings: Appearance: Get themes</description> 9350 <description>Settings: Appearance: Get themes</description>
9351 </action> 9351 </action>
9352 9352
9353 <action name="Options_ThemesReset"> 9353 <action name="Options_ThemesReset">
9354 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9354 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9355 <description>Please enter the description of this user action.</description> 9355 <description>Please enter the description of this user action.</description>
9356 </action> 9356 </action>
9357 9357
9358 <action name="Options_TimezoneSelect">
9359 <owner>michaelpg@chromium.org</owner>
9360 <description>Settings: Date and time: Timezone</description>
9361 </action>
9362
9358 <action name="Options_TouchpadNaturalScroll_Disable"> 9363 <action name="Options_TouchpadNaturalScroll_Disable">
9359 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9364 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9360 <description>Please enter the description of this user action.</description> 9365 <description>Please enter the description of this user action.</description>
9361 </action> 9366 </action>
9362 9367
9363 <action name="Options_TouchpadNaturalScroll_Enable"> 9368 <action name="Options_TouchpadNaturalScroll_Enable">
9364 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9369 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9365 <description>Please enter the description of this user action.</description> 9370 <description>Please enter the description of this user action.</description>
9366 </action> 9371 </action>
9367 9372
(...skipping 10 matching lines...) Expand all
9378 <action name="Options_Translate_Disable"> 9383 <action name="Options_Translate_Disable">
9379 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9384 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9380 <description>Please enter the description of this user action.</description> 9385 <description>Please enter the description of this user action.</description>
9381 </action> 9386 </action>
9382 9387
9383 <action name="Options_Translate_Enable"> 9388 <action name="Options_Translate_Enable">
9384 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9389 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9385 <description>Please enter the description of this user action.</description> 9390 <description>Please enter the description of this user action.</description>
9386 </action> 9391 </action>
9387 9392
9393 <action name="Options_Use24HourClockCheckbox_Disable">
9394 <owner>michaelpg@chromium.org</owner>
9395 <description>Settings: Date and time: Use 24-hour clock</description>
9396 </action>
9397
9398 <action name="Options_Use24HourClockCheckbox_Enable">
9399 <owner>michaelpg@chromium.org</owner>
9400 <description>Settings: Date and time: Use 24-hour clock</description>
9401 </action>
9402
9388 <action name="Options_UseSpellingServiceCheckbox_Disable"> 9403 <action name="Options_UseSpellingServiceCheckbox_Disable">
9389 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9404 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9390 <description>Please enter the description of this user action.</description> 9405 <description>Please enter the description of this user action.</description>
9391 </action> 9406 </action>
9392 9407
9393 <action name="Options_UseSpellingServiceCheckbox_Enable"> 9408 <action name="Options_UseSpellingServiceCheckbox_Enable">
9394 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9409 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9395 <description>Please enter the description of this user action.</description> 9410 <description>Please enter the description of this user action.</description>
9396 </action> 9411 </action>
9397 9412
(...skipping 2311 matching lines...) Expand 10 before | Expand all | Expand 10 after
11709 <action name="webapps.AddShortcut.Manifest"> 11724 <action name="webapps.AddShortcut.Manifest">
11710 <owner>mlamouri@chromium.org</owner> 11725 <owner>mlamouri@chromium.org</owner>
11711 <description> 11726 <description>
11712 Shortcut added to the homescreen with a valid Manifest. This action will be 11727 Shortcut added to the homescreen with a valid Manifest. This action will be
11713 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11728 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11714 to keep a trend of whether the webapp also add meta tags. 11729 to keep a trend of whether the webapp also add meta tags.
11715 </description> 11730 </description>
11716 </action> 11731 </action>
11717 11732
11718 </actions> 11733 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698