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

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

Issue 235923003: <webview>: Move download permission to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_media_to_chrome
Patch Set: Updated Created 6 years, 8 months 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. 9 and description for each user action.
10 10
(...skipping 10690 matching lines...) Expand 10 before | Expand all | Expand 10 after
10701 <action name="WebView.Guest.PluginLoadRequest"> 10701 <action name="WebView.Guest.PluginLoadRequest">
10702 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10702 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10703 <description>Please enter the description of this user action.</description> 10703 <description>Please enter the description of this user action.</description>
10704 </action> 10704 </action>
10705 10705
10706 <action name="WebView.Guest.Terminate"> 10706 <action name="WebView.Guest.Terminate">
10707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10707 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10708 <description>Please enter the description of this user action.</description> 10708 <description>Please enter the description of this user action.</description>
10709 </action> 10709 </action>
10710 10710
10711 <action name="WebView.PermissionAllow.Download">
10712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
lazyboy 2014/04/11 23:25:05 Update these.
Fady Samuel 2014/04/14 22:59:09 Done.
10713 <description>Please enter the description of the metric.</description>
10714 </action>
10715
10711 <action name="WebView.PermissionAllow.Geolocation"> 10716 <action name="WebView.PermissionAllow.Geolocation">
10712 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10717 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10713 <description>Please enter the description of the metric.</description> 10718 <description>Please enter the description of the metric.</description>
10714 </action> 10719 </action>
10715 10720
10716 <action name="WebView.PermissionAllow.Media"> 10721 <action name="WebView.PermissionAllow.Media">
10717 <owner>fsamuel@chromium.org</owner> 10722 <owner>fsamuel@chromium.org</owner>
10718 <owner>lazyboy@chromium.org</owner> 10723 <owner>lazyboy@chromium.org</owner>
10719 <description> 10724 <description>
10720 Tracks when the media permission is explicitly allowed on a webview. 10725 Tracks when the media permission is explicitly allowed on a webview.
10721 </description> 10726 </description>
10722 </action> 10727 </action>
10723 10728
10729 <action name="WebView.PermissionDeny.Download">
10730 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10731 <description>Please enter the description of the metric.</description>
10732 </action>
10733
10724 <action name="WebView.PermissionDeny.Geolocation"> 10734 <action name="WebView.PermissionDeny.Geolocation">
10725 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10735 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10726 <description>Please enter the description of the metric.</description> 10736 <description>Please enter the description of the metric.</description>
10727 </action> 10737 </action>
10728 10738
10729 <action name="WebView.PermissionDeny.Media"> 10739 <action name="WebView.PermissionDeny.Media">
10730 <owner>fsamuel@chromium.org</owner> 10740 <owner>fsamuel@chromium.org</owner>
10731 <owner>lazyboy@chromium.org</owner> 10741 <owner>lazyboy@chromium.org</owner>
10732 <description> 10742 <description>
10733 Tracks when the media permission is explicitly denied on a webview. 10743 Tracks when the media permission is explicitly denied on a webview.
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
10883 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10893 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10884 <description>Please enter the description of this user action.</description> 10894 <description>Please enter the description of this user action.</description>
10885 </action> 10895 </action>
10886 10896
10887 <action name="webapps.AddShortcut.Bookmark"> 10897 <action name="webapps.AddShortcut.Bookmark">
10888 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10898 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10889 <description>Please enter the description of this user action.</description> 10899 <description>Please enter the description of this user action.</description>
10890 </action> 10900 </action>
10891 10901
10892 </actions> 10902 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698