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

Unified Diff: chrome/common/extensions/docs/templates/articles/declare_permissions.html

Issue 12205002: Packaged apps manifest requires 'fullscreen' permission for HTML5 api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed template params from permission_warnings.html Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/declare_permissions.html
diff --git a/chrome/common/extensions/docs/templates/articles/declare_permissions.html b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
index a8ad27d07f331476a0bf0e534759de3398bbd634..b1d36d7d65a8ed3cdc21048a485cf98115e46362 100644
--- a/chrome/common/extensions/docs/templates/articles/declare_permissions.html
+++ b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
@@ -192,6 +192,14 @@ table.
<a href="fileSystem.html">fileSystem API</a> to write files.</td>
</tr>
{{/is_apps}}
+{{?is_apps}}
+<tr>
+ <td id="fullscreen"> "fullscreen" </td>
+ <td> Allows the app to use the proposed HTML5
+ <a href="https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html">fullscreen API</a>
+ without prompting the user for permission.</td>
+</tr>
+{{/is_apps}}
<tr>
<td id="geolocation"> "geolocation" </td>
<td> Allows the extension or app to use the proposed HTML5

Powered by Google App Engine
This is Rietveld 408576698