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

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: Rebase? 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
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 9542 matching lines...) Expand 10 before | Expand all | Expand 10 after
9553 <action name="Options_DefaultImagesSettingChanged"> 9553 <action name="Options_DefaultImagesSettingChanged">
9554 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9554 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9555 <description>Please enter the description of this user action.</description> 9555 <description>Please enter the description of this user action.</description>
9556 </action> 9556 </action>
9557 9557
9558 <action name="Options_DefaultJavaScriptSettingChanged"> 9558 <action name="Options_DefaultJavaScriptSettingChanged">
9559 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9559 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9560 <description>Please enter the description of this user action.</description> 9560 <description>Please enter the description of this user action.</description>
9561 </action> 9561 </action>
9562 9562
9563 <action name="Options_DefaultKeygenSettingChanged">
9564 <owner>rsleevi@chromium.org</owner>
9565 <owner>svaldez@chromium.org</owner>
9566 <description>
9567 Triggers when the default decision for using key generation is changed.
9568 </description>
9569 </action>
9570
9563 <action name="Options_DefaultMIDISysExSettingChanged"> 9571 <action name="Options_DefaultMIDISysExSettingChanged">
9564 <owner>toyoshim@chromium.org</owner> 9572 <owner>toyoshim@chromium.org</owner>
9565 <description> 9573 <description>
9566 Triggers when the default decision for Midi SysEx permissions is changed. 9574 Triggers when the default decision for Midi SysEx permissions is changed.
9567 </description> 9575 </description>
9568 </action> 9576 </action>
9569 9577
9570 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 9578 <action name="Options_DefaultMediaStreamCameraSettingChanged">
9571 <owner>msramek@chromium.org</owner> 9579 <owner>msramek@chromium.org</owner>
9572 <description> 9580 <description>
(...skipping 4137 matching lines...) Expand 10 before | Expand all | Expand 10 after
13710 <action name="webapps.AddShortcut.Manifest"> 13718 <action name="webapps.AddShortcut.Manifest">
13711 <owner>mlamouri@chromium.org</owner> 13719 <owner>mlamouri@chromium.org</owner>
13712 <description> 13720 <description>
13713 Shortcut added to the homescreen with a valid Manifest. This action will be 13721 Shortcut added to the homescreen with a valid Manifest. This action will be
13714 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13722 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13715 to keep a trend of whether the webapp also add meta tags. 13723 to keep a trend of whether the webapp also add meta tags.
13716 </description> 13724 </description>
13717 </action> 13725 </action>
13718 13726
13719 </actions> 13727 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698