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

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

Issue 503073: Merge 35104 - Extension Doc Changes (no building or testable changes)... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <a href="#icons">icons</a> 209 <a href="#icons">icons</a>
210 </li><li> 210 </li><li>
211 <a href="#name">name</a> 211 <a href="#name">name</a>
212 </li><li> 212 </li><li>
213 <a href="#permissions">permissions</a> 213 <a href="#permissions">permissions</a>
214 </li><li> 214 </li><li>
215 <a href="#version">version</a> 215 <a href="#version">version</a>
216 </li> 216 </li>
217 </ol> 217 </ol>
218 </li> 218 </li>
219 <div style="display: none; "> 219 <li style="display: none; ">
220 <li>
221 <a href="#apiReference">API reference</a> 220 <a href="#apiReference">API reference</a>
222 <ol> 221 <ol>
223 <li> 222 <li>
224 <a href="#properties">Properties</a> 223 <a href="#properties">Properties</a>
225 <ol> 224 <ol>
226 <li> 225 <li>
227 <a href="#property-anchor">propertyName</a> 226 <a href="#property-anchor">propertyName</a>
228 </li> 227 </li>
229 </ol> 228 </ol>
230 </li> 229 </li>
(...skipping 16 matching lines...) Expand all
247 <li> 246 <li>
248 <a href="#types">Types</a> 247 <a href="#types">Types</a>
249 <ol> 248 <ol>
250 <li> 249 <li>
251 <a href="#id-anchor">id</a> 250 <a href="#id-anchor">id</a>
252 </li> 251 </li>
253 </ol> 252 </ol>
254 </li> 253 </li>
255 </ol> 254 </ol>
256 </li> 255 </li>
257 </div>
258 </ol> 256 </ol>
259 </div> 257 </div>
260 <!-- /TABLE OF CONTENTS --> 258 <!-- /TABLE OF CONTENTS -->
261 259
262 <!-- STATIC CONTENT PLACEHOLDER --> 260 <!-- STATIC CONTENT PLACEHOLDER -->
263 <div id="static"><div id="pageData-name" class="pageData">Formats: Manif est Files</div> 261 <div id="static"><div id="pageData-name" class="pageData">Formats: Manif est Files</div>
264 <div id="pageData-showTOC" class="pageData">true</div> 262 <div id="pageData-showTOC" class="pageData">true</div>
265 263
266 <p> 264 <p>
267 Every extension has a 265 Every extension has a
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 urchinTracker(); 644 urchinTracker();
647 } 645 }
648 catch(e) {/* urchinTracker not available. */} 646 catch(e) {/* urchinTracker not available. */}
649 </script> 647 </script>
650 <!-- end analytics --> 648 <!-- end analytics -->
651 </div> 649 </div>
652 </div> <!-- /gc-footer --> 650 </div> <!-- /gc-footer -->
653 </div> <!-- /gc-container --> 651 </div> <!-- /gc-container -->
654 </body></html> 652 </body></html>
655 653
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/index.html ('k') | chrome/common/extensions/docs/match_patterns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698