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

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: License. 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 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 <tr> 937 <tr>
938 <td> "notifications" </td> 938 <td> "notifications" </td>
939 <td> Allows the extension to use the proposed HTML5 939 <td> Allows the extension to use the proposed HTML5
940 <a href="http://www.chromium.org/developers/design-documents/desktop-noti fications/api-specification">notification API</a> 940 <a href="http://www.chromium.org/developers/design-documents/desktop-noti fications/api-specification">notification API</a>
941 without calling permission methods 941 without calling permission methods
942 (such as <code>checkPermission()</code>). 942 (such as <code>checkPermission()</code>).
943 For more information see 943 For more information see
944 <a href="notifications.html">Desktop Notifications</a>.</td> 944 <a href="notifications.html">Desktop Notifications</a>.</td>
945 </tr> 945 </tr>
946 <tr> 946 <tr>
947 <td> "privacy" </td>
948 <td> Required if the extension uses the
949 <a href="privacy.html">chrome.privacy</a> module. </td>
950 </tr>
951 <tr>
947 <td> "proxy" </td> 952 <td> "proxy" </td>
948 <td> Required if the extension uses the 953 <td> Required if the extension uses the
949 <a href="proxy.html">chrome.proxy</a> module. </td> 954 <a href="proxy.html">chrome.proxy</a> module. </td>
950 </tr> 955 </tr>
951 <tr> 956 <tr>
952 <td> "tabs" </td> 957 <td> "tabs" </td>
953 <td> Required if the extension uses the 958 <td> Required if the extension uses the
954 <a href="tabs.html">chrome.tabs</a> or 959 <a href="tabs.html">chrome.tabs</a> or
955 <a href="windows.html">chrome.windows</a> module. </td> 960 <a href="windows.html">chrome.windows</a> module. </td>
956 </tr> 961 </tr>
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 _uff=0; 1314 _uff=0;
1310 urchinTracker(); 1315 urchinTracker();
1311 } 1316 }
1312 catch(e) {/* urchinTracker not available. */} 1317 catch(e) {/* urchinTracker not available. */}
1313 </script> 1318 </script>
1314 <!-- end analytics --> 1319 <!-- end analytics -->
1315 </div> 1320 </div>
1316 </div> <!-- /gc-footer --> 1321 </div> <!-- /gc-footer -->
1317 </div> <!-- /gc-container --> 1322 </div> <!-- /gc-container -->
1318 </body></html> 1323 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | chrome/common/extensions/docs/permission_warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698