OLD | NEW |
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 Loading... |
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>fsamuel@chromium.org</owner> |
| 10840 <owner>hanxi@chromium.org</owner> |
| 10841 <description> |
| 10842 Tracks when the filesystem permission is explicitly allowed on a webview. |
| 10843 </description> |
| 10844 </action> |
| 10845 |
10838 <action name="WebView.PermissionAllow.Geolocation"> | 10846 <action name="WebView.PermissionAllow.Geolocation"> |
10839 <owner>fsamuel@chromium.org</owner> | 10847 <owner>fsamuel@chromium.org</owner> |
10840 <owner>lazyboy@chromium.org</owner> | 10848 <owner>lazyboy@chromium.org</owner> |
10841 <description> | 10849 <description> |
10842 Tracks when the geolocation permission is explicitly allowed on a webview. | 10850 Tracks when the geolocation permission is explicitly allowed on a webview. |
10843 </description> | 10851 </description> |
10844 </action> | 10852 </action> |
10845 | 10853 |
10846 <action name="WebView.PermissionAllow.JSDialog"> | 10854 <action name="WebView.PermissionAllow.JSDialog"> |
10847 <owner>fsamuel@chromium.org</owner> | 10855 <owner>fsamuel@chromium.org</owner> |
(...skipping 20 matching lines...) Expand all Loading... |
10868 </action> | 10876 </action> |
10869 | 10877 |
10870 <action name="WebView.PermissionDeny.Download"> | 10878 <action name="WebView.PermissionDeny.Download"> |
10871 <owner>fsamuel@chromium.org</owner> | 10879 <owner>fsamuel@chromium.org</owner> |
10872 <owner>lazyboy@chromium.org</owner> | 10880 <owner>lazyboy@chromium.org</owner> |
10873 <description> | 10881 <description> |
10874 Tracks when the download permission is explicitly denied on a webview. | 10882 Tracks when the download permission is explicitly denied on a webview. |
10875 </description> | 10883 </description> |
10876 </action> | 10884 </action> |
10877 | 10885 |
| 10886 <action name="WebView.PermissionDeny.FileSystem"> |
| 10887 <owner>fsamuel@chromium.org</owner> |
| 10888 <owner>hanxi@chromium.org</owner> |
| 10889 <description> |
| 10890 Tracks when the filesystem permission is explicitly denied on a webview. |
| 10891 </description> |
| 10892 </action> |
| 10893 |
10878 <action name="WebView.PermissionDeny.Geolocation"> | 10894 <action name="WebView.PermissionDeny.Geolocation"> |
10879 <owner>fsamuel@chromium.org</owner> | 10895 <owner>fsamuel@chromium.org</owner> |
10880 <owner>lazyboy@chromium.org</owner> | 10896 <owner>lazyboy@chromium.org</owner> |
10881 <description> | 10897 <description> |
10882 Tracks when the geolocation permission is explicitly denied on a webview. | 10898 Tracks when the geolocation permission is explicitly denied on a webview. |
10883 </description> | 10899 </description> |
10884 </action> | 10900 </action> |
10885 | 10901 |
10886 <action name="WebView.PermissionDeny.JSDialog"> | 10902 <action name="WebView.PermissionDeny.JSDialog"> |
10887 <owner>fsamuel@chromium.org</owner> | 10903 <owner>fsamuel@chromium.org</owner> |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11056 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11072 <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> | 11073 <description>Please enter the description of this user action.</description> |
11058 </action> | 11074 </action> |
11059 | 11075 |
11060 <action name="webapps.AddShortcut.Bookmark"> | 11076 <action name="webapps.AddShortcut.Bookmark"> |
11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11077 <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> | 11078 <description>Please enter the description of this user action.</description> |
11063 </action> | 11079 </action> |
11064 | 11080 |
11065 </actions> | 11081 </actions> |
OLD | NEW |