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

Side by Side Diff: chrome/common/extensions/docs/manifest.html

Issue 9244005: Move the `privacy` extension API out of experimental. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: The other permissions warning page. Created 8 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 <tr> 920 <tr>
921 <td> "notifications" </td> 921 <td> "notifications" </td>
922 <td> Allows the extension to use the proposed HTML5 922 <td> Allows the extension to use the proposed HTML5
923 <a href="http://www.chromium.org/developers/design-documents/desktop-noti fications/api-specification">notification API</a> 923 <a href="http://www.chromium.org/developers/design-documents/desktop-noti fications/api-specification">notification API</a>
924 without calling permission methods 924 without calling permission methods
925 (such as <code>checkPermission()</code>). 925 (such as <code>checkPermission()</code>).
926 For more information see 926 For more information see
927 <a href="notifications.html">Desktop Notifications</a>.</td> 927 <a href="notifications.html">Desktop Notifications</a>.</td>
928 </tr> 928 </tr>
929 <tr> 929 <tr>
930 <td> "privacy" </td>
931 <td> Required if the extension uses the
932 <a href="privacy.html">chrome.privacy</a> module. </td>
933 </tr>
934 <tr>
930 <td> "proxy" </td> 935 <td> "proxy" </td>
931 <td> Required if the extension uses the 936 <td> Required if the extension uses the
932 <a href="proxy.html">chrome.proxy</a> module. </td> 937 <a href="proxy.html">chrome.proxy</a> module. </td>
933 </tr> 938 </tr>
934 <tr> 939 <tr>
935 <td> "tabs" </td> 940 <td> "tabs" </td>
936 <td> Required if the extension uses the 941 <td> Required if the extension uses the
937 <a href="tabs.html">chrome.tabs</a> or 942 <a href="tabs.html">chrome.tabs</a> or
938 <a href="windows.html">chrome.windows</a> module. </td> 943 <a href="windows.html">chrome.windows</a> module. </td>
939 </tr> 944 </tr>
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 _uff=0; 1297 _uff=0;
1293 urchinTracker(); 1298 urchinTracker();
1294 } 1299 }
1295 catch(e) {/* urchinTracker not available. */} 1300 catch(e) {/* urchinTracker not available. */}
1296 </script> 1301 </script>
1297 <!-- end analytics --> 1302 <!-- end analytics -->
1298 </div> 1303 </div>
1299 </div> <!-- /gc-footer --> 1304 </div> <!-- /gc-footer -->
1300 </div> <!-- /gc-container --> 1305 </div> <!-- /gc-container -->
1301 </body></html> 1306 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698