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

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

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 1 month 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 <div id="functionParametersTemplate"> 101 <div id="functionParametersTemplate">
102 <h5>Parameters</h5> 102 <h5>Parameters</h5>
103 <dl> 103 <dl>
104 <div> 104 <div>
105 <div> 105 <div>
106 </div> 106 </div>
107 </div> 107 </div>
108 </dl> 108 </dl>
109 </div> 109 </div>
110
111 <!-- Individual subsections from the table of contents -->
112 <ol>
113 <li id="propertiesTocTemplate">
114 <a href="#properties">Properties</a>
115 <ol>
116 <li>
117 <a href="#property-anchor">propertyName</a>
118 </li>
119 </ol>
120 </li>
121 <li id="methodsTocTemplate">
122 <a>Methods</a>
123 <ol>
124 <li>
125 <a href="#method-anchor">methodName</a>
126 </li>
127 </ol>
128 </li>
129 <li id="eventsTocTemplate">
130 <a>Events</a>
131 <ol>
132 <li>
133 <a href="#event-anchor">eventName</a>
134 </li>
135 </ol>
136 </li>
137 <li id="typesTocTemplate">
138 <a href="#types">Types</a>
139 <ol>
140 <li>
141 <a href="#id-anchor">id</a>
142 <ol>
143 <div></div>
144 <div></div>
145 </ol>
146 </li>
147 </ol>
148 </li>
149 </ol>
110 </div> <!-- /SUBTEMPLATES --> 150 </div> <!-- /SUBTEMPLATES -->
111 151
112 <a id="top"></a> 152 <a id="top"></a>
113 <div id="skipto"> 153 <div id="skipto">
114 <a href="#gc-pagecontent">Skip to page content</a> 154 <a href="#gc-pagecontent">Skip to page content</a>
115 <a href="#gc-toc">Skip to main navigation</a> 155 <a href="#gc-toc">Skip to main navigation</a>
116 </div> 156 </div>
117 <!-- API HEADER --> 157 <!-- API HEADER -->
118 <table id="header" width="100%" cellspacing="0" border="0"> 158 <table id="header" width="100%" cellspacing="0" border="0">
119 <tbody><tr> 159 <tbody><tr>
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 </li><li> 334 </li><li>
295 <a href="#permissions">permissions</a> 335 <a href="#permissions">permissions</a>
296 </li><li> 336 </li><li>
297 <a href="#version">version</a> 337 <a href="#version">version</a>
298 </li> 338 </li>
299 </ol> 339 </ol>
300 </li> 340 </li>
301 <li style="display: none; "> 341 <li style="display: none; ">
302 <a href="#apiReference">API reference</a> 342 <a href="#apiReference">API reference</a>
303 <ol> 343 <ol>
304 <li> 344 <div></div>
305 <a href="#properties">Properties</a> 345 <div></div>
306 <ol> 346 <div></div>
307 <li> 347 <div></div>
308 <a href="#property-anchor">propertyName</a>
309 </li>
310 </ol>
311 </li>
312 <li>
313 <a>Methods</a>
314 <ol>
315 <li>
316 <a href="#method-anchor">methodName</a>
317 </li>
318 </ol>
319 </li>
320 <li>
321 <a>Events</a>
322 <ol>
323 <li>
324 <a href="#event-anchor">eventName</a>
325 </li>
326 </ol>
327 </li>
328 <li>
329 <a href="#types">Types</a>
330 <ol>
331 <li>
332 <a href="#id-anchor">id</a>
333 </li>
334 </ol>
335 </li>
336 </ol> 348 </ol>
337 </li> 349 </li>
338 </ol> 350 </ol>
339 </div> 351 </div>
340 <!-- /TABLE OF CONTENTS --> 352 <!-- /TABLE OF CONTENTS -->
341 353
342 <!-- Standard content lead-in for experimental API pages --> 354 <!-- Standard content lead-in for experimental API pages -->
343 <p id="classSummary" style="display: none; "> 355 <p id="classSummary" style="display: none; ">
344 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 356 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
345 </p> 357 </p>
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 <code>document.execCommand('paste')</code>. </td> 841 <code>document.execCommand('paste')</code>. </td>
830 </tr> 842 </tr>
831 <tr> 843 <tr>
832 <td> "clipboardWrite" </td> 844 <td> "clipboardWrite" </td>
833 <td> Indicates the app or extension uses 845 <td> Indicates the app or extension uses
834 <code>document.execCommand('copy')</code> or 846 <code>document.execCommand('copy')</code> or
835 <code>document.execCommand('cut')</code>. This permission is <b>required 847 <code>document.execCommand('cut')</code>. This permission is <b>required
836 for hosted apps</b>; it's recommended for extensions and packaged apps. 848 for hosted apps</b>; it's recommended for extensions and packaged apps.
837 </td> 849 </td>
838 </tr> 850 </tr>
839 851 <tr>
852 <td> "contentSettings" </td>
853 <td> Required if the extension uses the
854 <a href="contentSettings.html">chrome.contentSettings</a> module. </td>
855 </tr>
840 <tr> 856 <tr>
841 <td> "contextMenus" </td> 857 <td> "contextMenus" </td>
842 <td> Required if the extension uses the 858 <td> Required if the extension uses the
843 <a href="contextMenus.html">chrome.contextMenus</a> module. </td> 859 <a href="contextMenus.html">chrome.contextMenus</a> module. </td>
844 </tr> 860 </tr>
845 <tr> 861 <tr>
846 <td> "cookies" </td> 862 <td> "cookies" </td>
847 <td> Required if the extension uses the 863 <td> Required if the extension uses the
848 <a href="cookies.html">chrome.cookies</a> module. </td> 864 <a href="cookies.html">chrome.cookies</a> module. </td>
849 </tr> 865 </tr>
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 _uff=0; 1207 _uff=0;
1192 urchinTracker(); 1208 urchinTracker();
1193 } 1209 }
1194 catch(e) {/* urchinTracker not available. */} 1210 catch(e) {/* urchinTracker not available. */}
1195 </script> 1211 </script>
1196 <!-- end analytics --> 1212 <!-- end analytics -->
1197 </div> 1213 </div>
1198 </div> <!-- /gc-footer --> 1214 </div> <!-- /gc-footer -->
1199 </div> <!-- /gc-container --> 1215 </div> <!-- /gc-container -->
1200 </body></html> 1216 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698