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

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

Issue 306473012: Plumb file system permission into WebviewGuest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A little clean up. Created 6 years, 6 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
« no previous file with comments | « chrome/renderer/resources/extensions/web_view.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10817 matching lines...) Expand 10 before | Expand all | Expand 10 after
10828 </action> 10828 </action>
10829 10829
10830 <action name="WebView.PermissionAllow.Download"> 10830 <action name="WebView.PermissionAllow.Download">
10831 <owner>fsamuel@chromium.org</owner> 10831 <owner>fsamuel@chromium.org</owner>
10832 <owner>lazyboy@chromium.org</owner> 10832 <owner>lazyboy@chromium.org</owner>
10833 <description> 10833 <description>
10834 Tracks when the download permission is explicitly allowed on a webview. 10834 Tracks when the download permission is explicitly allowed on a webview.
10835 </description> 10835 </description>
10836 </action> 10836 </action>
10837 10837
10838 <action name="WebView.PermissionAllow.FileSystem">
10839 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
Alexei Svitkine (slow) 2014/06/03 14:18:35 Please fill out these fields by setting yourself a
Xi Han 2014/06/03 15:25:51 Done.
10840 <description>Please enter the description of the metric.</description>
10841 </action>
10842
10838 <action name="WebView.PermissionAllow.Geolocation"> 10843 <action name="WebView.PermissionAllow.Geolocation">
10839 <owner>fsamuel@chromium.org</owner> 10844 <owner>fsamuel@chromium.org</owner>
10840 <owner>lazyboy@chromium.org</owner> 10845 <owner>lazyboy@chromium.org</owner>
10841 <description> 10846 <description>
10842 Tracks when the geolocation permission is explicitly allowed on a webview. 10847 Tracks when the geolocation permission is explicitly allowed on a webview.
10843 </description> 10848 </description>
10844 </action> 10849 </action>
10845 10850
10846 <action name="WebView.PermissionAllow.JSDialog"> 10851 <action name="WebView.PermissionAllow.JSDialog">
10847 <owner>fsamuel@chromium.org</owner> 10852 <owner>fsamuel@chromium.org</owner>
(...skipping 20 matching lines...) Expand all
10868 </action> 10873 </action>
10869 10874
10870 <action name="WebView.PermissionDeny.Download"> 10875 <action name="WebView.PermissionDeny.Download">
10871 <owner>fsamuel@chromium.org</owner> 10876 <owner>fsamuel@chromium.org</owner>
10872 <owner>lazyboy@chromium.org</owner> 10877 <owner>lazyboy@chromium.org</owner>
10873 <description> 10878 <description>
10874 Tracks when the download permission is explicitly denied on a webview. 10879 Tracks when the download permission is explicitly denied on a webview.
10875 </description> 10880 </description>
10876 </action> 10881 </action>
10877 10882
10883 <action name="WebView.PermissionDeny.FileSystem">
10884 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10885 <description>Please enter the description of the metric.</description>
10886 </action>
10887
10878 <action name="WebView.PermissionDeny.Geolocation"> 10888 <action name="WebView.PermissionDeny.Geolocation">
10879 <owner>fsamuel@chromium.org</owner> 10889 <owner>fsamuel@chromium.org</owner>
10880 <owner>lazyboy@chromium.org</owner> 10890 <owner>lazyboy@chromium.org</owner>
10881 <description> 10891 <description>
10882 Tracks when the geolocation permission is explicitly denied on a webview. 10892 Tracks when the geolocation permission is explicitly denied on a webview.
10883 </description> 10893 </description>
10884 </action> 10894 </action>
10885 10895
10886 <action name="WebView.PermissionDeny.JSDialog"> 10896 <action name="WebView.PermissionDeny.JSDialog">
10887 <owner>fsamuel@chromium.org</owner> 10897 <owner>fsamuel@chromium.org</owner>
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
11056 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11066 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11057 <description>Please enter the description of this user action.</description> 11067 <description>Please enter the description of this user action.</description>
11058 </action> 11068 </action>
11059 11069
11060 <action name="webapps.AddShortcut.Bookmark"> 11070 <action name="webapps.AddShortcut.Bookmark">
11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11071 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11062 <description>Please enter the description of this user action.</description> 11072 <description>Please enter the description of this user action.</description>
11063 </action> 11073 </action>
11064 11074
11065 </actions> 11075 </actions>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/extensions/web_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698