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

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

Issue 1412523003: Adding <keygen> Content Setting (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using new Keygen icons. Created 4 years, 11 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 | « components/content_settings/core/browser/host_content_settings_map.cc ('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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 9549 matching lines...) Expand 10 before | Expand all | Expand 10 after
9560 <action name="Options_DefaultImagesSettingChanged"> 9560 <action name="Options_DefaultImagesSettingChanged">
9561 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9561 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9562 <description>Please enter the description of this user action.</description> 9562 <description>Please enter the description of this user action.</description>
9563 </action> 9563 </action>
9564 9564
9565 <action name="Options_DefaultJavaScriptSettingChanged"> 9565 <action name="Options_DefaultJavaScriptSettingChanged">
9566 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9566 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9567 <description>Please enter the description of this user action.</description> 9567 <description>Please enter the description of this user action.</description>
9568 </action> 9568 </action>
9569 9569
9570 <action name="Options_DefaultKeygenSettingChanged">
9571 <owner>rsleevi@chromium.org</owner>
9572 <owner>svaldez@chromium.org</owner>
9573 <description>
9574 Triggers when the default decision for using key generation is changed.
9575 </description>
9576 </action>
9577
9570 <action name="Options_DefaultMIDISysExSettingChanged"> 9578 <action name="Options_DefaultMIDISysExSettingChanged">
9571 <owner>toyoshim@chromium.org</owner> 9579 <owner>toyoshim@chromium.org</owner>
9572 <description> 9580 <description>
9573 Triggers when the default decision for Midi SysEx permissions is changed. 9581 Triggers when the default decision for Midi SysEx permissions is changed.
9574 </description> 9582 </description>
9575 </action> 9583 </action>
9576 9584
9577 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 9585 <action name="Options_DefaultMediaStreamCameraSettingChanged">
9578 <owner>msramek@chromium.org</owner> 9586 <owner>msramek@chromium.org</owner>
9579 <description> 9587 <description>
(...skipping 4181 matching lines...) Expand 10 before | Expand all | Expand 10 after
13761 <action name="webapps.AddShortcut.Manifest"> 13769 <action name="webapps.AddShortcut.Manifest">
13762 <owner>mlamouri@chromium.org</owner> 13770 <owner>mlamouri@chromium.org</owner>
13763 <description> 13771 <description>
13764 Shortcut added to the homescreen with a valid Manifest. This action will be 13772 Shortcut added to the homescreen with a valid Manifest. This action will be
13765 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13773 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13766 to keep a trend of whether the webapp also add meta tags. 13774 to keep a trend of whether the webapp also add meta tags.
13767 </description> 13775 </description>
13768 </action> 13776 </action>
13769 13777
13770 </actions> 13778 </actions>
OLDNEW
« no previous file with comments | « components/content_settings/core/browser/host_content_settings_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698