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

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

Issue 1417173010: Adding <keygen> Content Setting (core) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing keygen_rules. Created 5 years, 1 month 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 9351 matching lines...) Expand 10 before | Expand all | Expand 10 after
9362 <action name="Options_DefaultImagesSettingChanged"> 9362 <action name="Options_DefaultImagesSettingChanged">
9363 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9363 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9364 <description>Please enter the description of this user action.</description> 9364 <description>Please enter the description of this user action.</description>
9365 </action> 9365 </action>
9366 9366
9367 <action name="Options_DefaultJavaScriptSettingChanged"> 9367 <action name="Options_DefaultJavaScriptSettingChanged">
9368 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9368 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9369 <description>Please enter the description of this user action.</description> 9369 <description>Please enter the description of this user action.</description>
9370 </action> 9370 </action>
9371 9371
9372 <action name="Options_DefaultKeygenSettingChanged">
9373 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
msramek 2015/11/05 17:07:09 Please list the metric's owners! :)
svaldez 2015/11/05 17:37:51 Done.
9374 <description>Please enter the description of the metric.</description>
9375 </action>
9376
9372 <action name="Options_DefaultMIDISysExSettingChanged"> 9377 <action name="Options_DefaultMIDISysExSettingChanged">
9373 <owner>toyoshim@chromium.org</owner> 9378 <owner>toyoshim@chromium.org</owner>
9374 <description> 9379 <description>
9375 Triggers when the default decision for Midi SysEx permissions is changed. 9380 Triggers when the default decision for Midi SysEx permissions is changed.
9376 </description> 9381 </description>
9377 </action> 9382 </action>
9378 9383
9379 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 9384 <action name="Options_DefaultMediaStreamCameraSettingChanged">
9380 <owner>msramek@chromium.org</owner> 9385 <owner>msramek@chromium.org</owner>
9381 <description> 9386 <description>
(...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after
13095 <action name="webapps.AddShortcut.Manifest"> 13100 <action name="webapps.AddShortcut.Manifest">
13096 <owner>mlamouri@chromium.org</owner> 13101 <owner>mlamouri@chromium.org</owner>
13097 <description> 13102 <description>
13098 Shortcut added to the homescreen with a valid Manifest. This action will be 13103 Shortcut added to the homescreen with a valid Manifest. This action will be
13099 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13104 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13100 to keep a trend of whether the webapp also add meta tags. 13105 to keep a trend of whether the webapp also add meta tags.
13101 </description> 13106 </description>
13102 </action> 13107 </action>
13103 13108
13104 </actions> 13109 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698