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

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: Removing page action. 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 9488 matching lines...) Expand 10 before | Expand all | Expand 10 after
9499 <action name="Options_DefaultImagesSettingChanged"> 9499 <action name="Options_DefaultImagesSettingChanged">
9500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9501 <description>Please enter the description of this user action.</description> 9501 <description>Please enter the description of this user action.</description>
9502 </action> 9502 </action>
9503 9503
9504 <action name="Options_DefaultJavaScriptSettingChanged"> 9504 <action name="Options_DefaultJavaScriptSettingChanged">
9505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9506 <description>Please enter the description of this user action.</description> 9506 <description>Please enter the description of this user action.</description>
9507 </action> 9507 </action>
9508 9508
9509 <action name="Options_DefaultKeygenSettingChanged">
9510 <owner>rsleevi@chromium.org</owner>
9511 <owner>svaldez@chromium.org</owner>
9512 <description>
9513 Triggers when the default decision for using key generation is changed.
9514 </description>
9515 </action>
9516
9509 <action name="Options_DefaultMIDISysExSettingChanged"> 9517 <action name="Options_DefaultMIDISysExSettingChanged">
9510 <owner>toyoshim@chromium.org</owner> 9518 <owner>toyoshim@chromium.org</owner>
9511 <description> 9519 <description>
9512 Triggers when the default decision for Midi SysEx permissions is changed. 9520 Triggers when the default decision for Midi SysEx permissions is changed.
9513 </description> 9521 </description>
9514 </action> 9522 </action>
9515 9523
9516 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 9524 <action name="Options_DefaultMediaStreamCameraSettingChanged">
9517 <owner>msramek@chromium.org</owner> 9525 <owner>msramek@chromium.org</owner>
9518 <description> 9526 <description>
(...skipping 3742 matching lines...) Expand 10 before | Expand all | Expand 10 after
13261 <action name="webapps.AddShortcut.Manifest"> 13269 <action name="webapps.AddShortcut.Manifest">
13262 <owner>mlamouri@chromium.org</owner> 13270 <owner>mlamouri@chromium.org</owner>
13263 <description> 13271 <description>
13264 Shortcut added to the homescreen with a valid Manifest. This action will be 13272 Shortcut added to the homescreen with a valid Manifest. This action will be
13265 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13273 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13266 to keep a trend of whether the webapp also add meta tags. 13274 to keep a trend of whether the webapp also add meta tags.
13267 </description> 13275 </description>
13268 </action> 13276 </action>
13269 13277
13270 </actions> 13278 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698