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

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: Small changes are made. 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/test/data/extensions/platform_apps/web_view/filesystem/worker/worker.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 10835 matching lines...) Expand 10 before | Expand all | Expand 10 after
10846 </action> 10846 </action>
10847 10847
10848 <action name="WebView.PermissionAllow.Download"> 10848 <action name="WebView.PermissionAllow.Download">
10849 <owner>fsamuel@chromium.org</owner> 10849 <owner>fsamuel@chromium.org</owner>
10850 <owner>lazyboy@chromium.org</owner> 10850 <owner>lazyboy@chromium.org</owner>
10851 <description> 10851 <description>
10852 Tracks when the download permission is explicitly allowed on a webview. 10852 Tracks when the download permission is explicitly allowed on a webview.
10853 </description> 10853 </description>
10854 </action> 10854 </action>
10855 10855
10856 <action name="WebView.PermissionAllow.FileSystem">
10857 <owner>fsamuel@chromium.org</owner>
10858 <owner>hanxi@chromium.org</owner>
10859 <description>
10860 Tracks when the filesystem permission is explicitly allowed on a webview.
10861 </description>
10862 </action>
10863
10856 <action name="WebView.PermissionAllow.Geolocation"> 10864 <action name="WebView.PermissionAllow.Geolocation">
10857 <owner>fsamuel@chromium.org</owner> 10865 <owner>fsamuel@chromium.org</owner>
10858 <owner>lazyboy@chromium.org</owner> 10866 <owner>lazyboy@chromium.org</owner>
10859 <description> 10867 <description>
10860 Tracks when the geolocation permission is explicitly allowed on a webview. 10868 Tracks when the geolocation permission is explicitly allowed on a webview.
10861 </description> 10869 </description>
10862 </action> 10870 </action>
10863 10871
10864 <action name="WebView.PermissionAllow.JSDialog"> 10872 <action name="WebView.PermissionAllow.JSDialog">
10865 <owner>fsamuel@chromium.org</owner> 10873 <owner>fsamuel@chromium.org</owner>
(...skipping 20 matching lines...) Expand all
10886 </action> 10894 </action>
10887 10895
10888 <action name="WebView.PermissionDeny.Download"> 10896 <action name="WebView.PermissionDeny.Download">
10889 <owner>fsamuel@chromium.org</owner> 10897 <owner>fsamuel@chromium.org</owner>
10890 <owner>lazyboy@chromium.org</owner> 10898 <owner>lazyboy@chromium.org</owner>
10891 <description> 10899 <description>
10892 Tracks when the download permission is explicitly denied on a webview. 10900 Tracks when the download permission is explicitly denied on a webview.
10893 </description> 10901 </description>
10894 </action> 10902 </action>
10895 10903
10904 <action name="WebView.PermissionDeny.FileSystem">
10905 <owner>fsamuel@chromium.org</owner>
10906 <owner>hanxi@chromium.org</owner>
10907 <description>
10908 Tracks when the filesystem permission is explicitly denied on a webview.
10909 </description>
10910 </action>
10911
10896 <action name="WebView.PermissionDeny.Geolocation"> 10912 <action name="WebView.PermissionDeny.Geolocation">
10897 <owner>fsamuel@chromium.org</owner> 10913 <owner>fsamuel@chromium.org</owner>
10898 <owner>lazyboy@chromium.org</owner> 10914 <owner>lazyboy@chromium.org</owner>
10899 <description> 10915 <description>
10900 Tracks when the geolocation permission is explicitly denied on a webview. 10916 Tracks when the geolocation permission is explicitly denied on a webview.
10901 </description> 10917 </description>
10902 </action> 10918 </action>
10903 10919
10904 <action name="WebView.PermissionDeny.JSDialog"> 10920 <action name="WebView.PermissionDeny.JSDialog">
10905 <owner>fsamuel@chromium.org</owner> 10921 <owner>fsamuel@chromium.org</owner>
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
11074 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11090 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11075 <description>Please enter the description of this user action.</description> 11091 <description>Please enter the description of this user action.</description>
11076 </action> 11092 </action>
11077 11093
11078 <action name="webapps.AddShortcut.Bookmark"> 11094 <action name="webapps.AddShortcut.Bookmark">
11079 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11095 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11080 <description>Please enter the description of this user action.</description> 11096 <description>Please enter the description of this user action.</description>
11081 </action> 11097 </action>
11082 11098
11083 </actions> 11099 </actions>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/filesystem/worker/worker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698