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

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: Revert extra change. Created 5 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
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 9450 matching lines...) Expand 10 before | Expand all | Expand 10 after
9461 <action name="Options_DefaultImagesSettingChanged"> 9461 <action name="Options_DefaultImagesSettingChanged">
9462 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9462 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9463 <description>Please enter the description of this user action.</description> 9463 <description>Please enter the description of this user action.</description>
9464 </action> 9464 </action>
9465 9465
9466 <action name="Options_DefaultJavaScriptSettingChanged"> 9466 <action name="Options_DefaultJavaScriptSettingChanged">
9467 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9467 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9468 <description>Please enter the description of this user action.</description> 9468 <description>Please enter the description of this user action.</description>
9469 </action> 9469 </action>
9470 9470
9471 <action name="Options_DefaultKeygenSettingChanged">
9472 <owner>rsleevi@chromium.org</owner>
9473 <owner>svaldez@chromium.org</owner>
9474 <description>
9475 Triggers when the default decision for using key generation is changed.
9476 </description>
9477 </action>
9478
9471 <action name="Options_DefaultMIDISysExSettingChanged"> 9479 <action name="Options_DefaultMIDISysExSettingChanged">
9472 <owner>toyoshim@chromium.org</owner> 9480 <owner>toyoshim@chromium.org</owner>
9473 <description> 9481 <description>
9474 Triggers when the default decision for Midi SysEx permissions is changed. 9482 Triggers when the default decision for Midi SysEx permissions is changed.
9475 </description> 9483 </description>
9476 </action> 9484 </action>
9477 9485
9478 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 9486 <action name="Options_DefaultMediaStreamCameraSettingChanged">
9479 <owner>msramek@chromium.org</owner> 9487 <owner>msramek@chromium.org</owner>
9480 <description> 9488 <description>
(...skipping 3742 matching lines...) Expand 10 before | Expand all | Expand 10 after
13223 <action name="webapps.AddShortcut.Manifest"> 13231 <action name="webapps.AddShortcut.Manifest">
13224 <owner>mlamouri@chromium.org</owner> 13232 <owner>mlamouri@chromium.org</owner>
13225 <description> 13233 <description>
13226 Shortcut added to the homescreen with a valid Manifest. This action will be 13234 Shortcut added to the homescreen with a valid Manifest. This action will be
13227 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13235 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13228 to keep a trend of whether the webapp also add meta tags. 13236 to keep a trend of whether the webapp also add meta tags.
13229 </description> 13237 </description>
13230 </action> 13238 </action>
13231 13239
13232 </actions> 13240 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698