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 1432573002: Adding <keygen> Content Setting (Android UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keygen_ui
Patch Set: Fix rebase across multiple ancestors. 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 9483 matching lines...) Expand 10 before | Expand all | Expand 10 after
9494 <action name="Options_DefaultImagesSettingChanged"> 9494 <action name="Options_DefaultImagesSettingChanged">
9495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9496 <description>Please enter the description of this user action.</description> 9496 <description>Please enter the description of this user action.</description>
9497 </action> 9497 </action>
9498 9498
9499 <action name="Options_DefaultJavaScriptSettingChanged"> 9499 <action name="Options_DefaultJavaScriptSettingChanged">
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_DefaultKeygenSettingChanged">
9505 <owner>rsleevi@chromium.org</owner>
9506 <owner>svaldez@chromium.org</owner>
9507 <description>
9508 Triggers when the default decision for using key generation is changed.
9509 </description>
9510 </action>
9511
9504 <action name="Options_DefaultMIDISysExSettingChanged"> 9512 <action name="Options_DefaultMIDISysExSettingChanged">
9505 <owner>toyoshim@chromium.org</owner> 9513 <owner>toyoshim@chromium.org</owner>
9506 <description> 9514 <description>
9507 Triggers when the default decision for Midi SysEx permissions is changed. 9515 Triggers when the default decision for Midi SysEx permissions is changed.
9508 </description> 9516 </description>
9509 </action> 9517 </action>
9510 9518
9511 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 9519 <action name="Options_DefaultMediaStreamCameraSettingChanged">
9512 <owner>msramek@chromium.org</owner> 9520 <owner>msramek@chromium.org</owner>
9513 <description> 9521 <description>
(...skipping 3742 matching lines...) Expand 10 before | Expand all | Expand 10 after
13256 <action name="webapps.AddShortcut.Manifest"> 13264 <action name="webapps.AddShortcut.Manifest">
13257 <owner>mlamouri@chromium.org</owner> 13265 <owner>mlamouri@chromium.org</owner>
13258 <description> 13266 <description>
13259 Shortcut added to the homescreen with a valid Manifest. This action will be 13267 Shortcut added to the homescreen with a valid Manifest. This action will be
13260 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13268 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13261 to keep a trend of whether the webapp also add meta tags. 13269 to keep a trend of whether the webapp also add meta tags.
13262 </description> 13270 </description>
13263 </action> 13271 </action>
13264 13272
13265 </actions> 13273 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698