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

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: Rebase. 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 9391 matching lines...) Expand 10 before | Expand all | Expand 10 after
9402 <action name="Options_DefaultImagesSettingChanged"> 9402 <action name="Options_DefaultImagesSettingChanged">
9403 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9403 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9404 <description>Please enter the description of this user action.</description> 9404 <description>Please enter the description of this user action.</description>
9405 </action> 9405 </action>
9406 9406
9407 <action name="Options_DefaultJavaScriptSettingChanged"> 9407 <action name="Options_DefaultJavaScriptSettingChanged">
9408 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9408 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9409 <description>Please enter the description of this user action.</description> 9409 <description>Please enter the description of this user action.</description>
9410 </action> 9410 </action>
9411 9411
9412 <action name="Options_DefaultKeygenSettingChanged">
jwd 2015/11/11 19:21:15 How/where does this get logged?
svaldez 2015/11/11 20:26:27 This currently gets logged as part of another Keyg
jwd 2015/11/11 22:07:24 I'd prefer it be in the same CL.
svaldez 2015/11/12 18:02:59 Removed from this CL.
9413 <owner>rsleevi@chromium.org</owner>
9414 <owner>svaldez@chromium.org</owner>
9415 <description>
9416 Triggers when the default decision for using key generation is changed.
9417 </description>
9418 </action>
9419
9412 <action name="Options_DefaultMIDISysExSettingChanged"> 9420 <action name="Options_DefaultMIDISysExSettingChanged">
9413 <owner>toyoshim@chromium.org</owner> 9421 <owner>toyoshim@chromium.org</owner>
9414 <description> 9422 <description>
9415 Triggers when the default decision for Midi SysEx permissions is changed. 9423 Triggers when the default decision for Midi SysEx permissions is changed.
9416 </description> 9424 </description>
9417 </action> 9425 </action>
9418 9426
9419 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 9427 <action name="Options_DefaultMediaStreamCameraSettingChanged">
9420 <owner>msramek@chromium.org</owner> 9428 <owner>msramek@chromium.org</owner>
9421 <description> 9429 <description>
(...skipping 3739 matching lines...) Expand 10 before | Expand all | Expand 10 after
13161 <action name="webapps.AddShortcut.Manifest"> 13169 <action name="webapps.AddShortcut.Manifest">
13162 <owner>mlamouri@chromium.org</owner> 13170 <owner>mlamouri@chromium.org</owner>
13163 <description> 13171 <description>
13164 Shortcut added to the homescreen with a valid Manifest. This action will be 13172 Shortcut added to the homescreen with a valid Manifest. This action will be
13165 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13173 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13166 to keep a trend of whether the webapp also add meta tags. 13174 to keep a trend of whether the webapp also add meta tags.
13167 </description> 13175 </description>
13168 </action> 13176 </action>
13169 13177
13170 </actions> 13178 </actions>
OLDNEW
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698