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

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

Issue 7258007: Move the tts and ttsEngine APIs out of experimental, and give (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 For more information see 801 For more information see
802 <a href="notifications.html">Desktop Notifications</a>.</td> 802 <a href="notifications.html">Desktop Notifications</a>.</td>
803 </tr> 803 </tr>
804 <tr> 804 <tr>
805 <td> "tabs" </td> 805 <td> "tabs" </td>
806 <td> Required if the extension uses the 806 <td> Required if the extension uses the
807 <a href="tabs.html">chrome.tabs</a> or 807 <a href="tabs.html">chrome.tabs</a> or
808 <a href="windows.html">chrome.windows</a> module. </td> 808 <a href="windows.html">chrome.windows</a> module. </td>
809 </tr> 809 </tr>
810 <tr> 810 <tr>
811 <td> "tts" </td>
812 <td> Required if the extension uses the
813 <a href="tts.html">chrome.tts</a> module. </td>
814 </tr>
815 <tr>
816 <td> "ttsEngine" </td>
817 <td> Required if the extension uses the
818 <a href="ttsEngine.html">chrome.ttsEngine</a> module. </td>
819 </tr>
820 <tr>
811 <td> "unlimitedStorage"</td> 821 <td> "unlimitedStorage"</td>
812 <td> Provides an unlimited quota for storing HTML5 client-side data, 822 <td> Provides an unlimited quota for storing HTML5 client-side data,
813 such as databases and local storage files. 823 such as databases and local storage files.
814 Without this permission, the extension is limited to 824 Without this permission, the extension is limited to
815 5 MB of local storage. 825 5 MB of local storage.
816 826
817 <p class="note"> 827 <p class="note">
818 <b>Note:</b> 828 <b>Note:</b>
819 This permission applies only to Web SQL Database and application cache 829 This permission applies only to Web SQL Database and application cache
820 (see issue <a href="http://crbug.com/58985">58985</a>). 830 (see issue <a href="http://crbug.com/58985">58985</a>).
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 _uff=0; 1094 _uff=0;
1085 urchinTracker(); 1095 urchinTracker();
1086 } 1096 }
1087 catch(e) {/* urchinTracker not available. */} 1097 catch(e) {/* urchinTracker not available. */}
1088 </script> 1098 </script>
1089 <!-- end analytics --> 1099 <!-- end analytics -->
1090 </div> 1100 </div>
1091 </div> <!-- /gc-footer --> 1101 </div> <!-- /gc-footer -->
1092 </div> <!-- /gc-container --> 1102 </div> <!-- /gc-container -->
1093 </body></html> 1103 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.ttsEngine.html ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698