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

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

Issue 984963004: <webview>: Implement fullscreen permission for html5 element.requestFullscreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tmptmptmp
Patch Set: Clean up for review. Created 5 years, 9 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 11679 matching lines...) Expand 10 before | Expand all | Expand 10 after
11690 </action> 11690 </action>
11691 11691
11692 <action name="WebView.PermissionAllow.FileSystem"> 11692 <action name="WebView.PermissionAllow.FileSystem">
11693 <owner>fsamuel@chromium.org</owner> 11693 <owner>fsamuel@chromium.org</owner>
11694 <owner>hanxi@chromium.org</owner> 11694 <owner>hanxi@chromium.org</owner>
11695 <description> 11695 <description>
11696 Tracks when the filesystem permission is explicitly allowed on a webview. 11696 Tracks when the filesystem permission is explicitly allowed on a webview.
11697 </description> 11697 </description>
11698 </action> 11698 </action>
11699 11699
11700 <action name="WebView.PermissionAllow.Fullscreen">
11701 <owner>fsamuel@chromium.org</owner>
11702 <owner>lazyboy@chromium.org</owner>
11703 <description>
11704 Tracks when the fullscreen permission is explicitly allowed on a webview.
11705 </description>
11706 </action>
11707
11700 <action name="WebView.PermissionAllow.Geolocation"> 11708 <action name="WebView.PermissionAllow.Geolocation">
11701 <owner>fsamuel@chromium.org</owner> 11709 <owner>fsamuel@chromium.org</owner>
11702 <owner>lazyboy@chromium.org</owner> 11710 <owner>lazyboy@chromium.org</owner>
11703 <description> 11711 <description>
11704 Tracks when the geolocation permission is explicitly allowed on a webview. 11712 Tracks when the geolocation permission is explicitly allowed on a webview.
11705 </description> 11713 </description>
11706 </action> 11714 </action>
11707 11715
11708 <action name="WebView.PermissionAllow.JSDialog"> 11716 <action name="WebView.PermissionAllow.JSDialog">
11709 <owner>fsamuel@chromium.org</owner> 11717 <owner>fsamuel@chromium.org</owner>
(...skipping 28 matching lines...) Expand all
11738 </action> 11746 </action>
11739 11747
11740 <action name="WebView.PermissionDeny.FileSystem"> 11748 <action name="WebView.PermissionDeny.FileSystem">
11741 <owner>fsamuel@chromium.org</owner> 11749 <owner>fsamuel@chromium.org</owner>
11742 <owner>hanxi@chromium.org</owner> 11750 <owner>hanxi@chromium.org</owner>
11743 <description> 11751 <description>
11744 Tracks when the filesystem permission is explicitly denied on a webview. 11752 Tracks when the filesystem permission is explicitly denied on a webview.
11745 </description> 11753 </description>
11746 </action> 11754 </action>
11747 11755
11756 <action name="WebView.PermissionDeny.Fullscreen">
11757 <owner>fsamuel@chromium.org</owner>
11758 <owner>lazyboy@chromium.org</owner>
11759 <description>
11760 Tracks when the fullscreen permission is explicitly denied on a webview.
11761 </description>
11762 </action>
11763
11748 <action name="WebView.PermissionDeny.Geolocation"> 11764 <action name="WebView.PermissionDeny.Geolocation">
11749 <owner>fsamuel@chromium.org</owner> 11765 <owner>fsamuel@chromium.org</owner>
11750 <owner>lazyboy@chromium.org</owner> 11766 <owner>lazyboy@chromium.org</owner>
11751 <description> 11767 <description>
11752 Tracks when the geolocation permission is explicitly denied on a webview. 11768 Tracks when the geolocation permission is explicitly denied on a webview.
11753 </description> 11769 </description>
11754 </action> 11770 </action>
11755 11771
11756 <action name="WebView.PermissionDeny.JSDialog"> 11772 <action name="WebView.PermissionDeny.JSDialog">
11757 <owner>fsamuel@chromium.org</owner> 11773 <owner>fsamuel@chromium.org</owner>
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
11993 <action name="webapps.AddShortcut.Manifest"> 12009 <action name="webapps.AddShortcut.Manifest">
11994 <owner>mlamouri@chromium.org</owner> 12010 <owner>mlamouri@chromium.org</owner>
11995 <description> 12011 <description>
11996 Shortcut added to the homescreen with a valid Manifest. This action will be 12012 Shortcut added to the homescreen with a valid Manifest. This action will be
11997 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12013 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11998 to keep a trend of whether the webapp also add meta tags. 12014 to keep a trend of whether the webapp also add meta tags.
11999 </description> 12015 </description>
12000 </action> 12016 </action>
12001 12017
12002 </actions> 12018 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698