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

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

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 4 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
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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 <a href="#id-anchor">id</a> 272 <a href="#id-anchor">id</a>
273 </li> 273 </li>
274 </ol> 274 </ol>
275 </li> 275 </li>
276 </ol> 276 </ol>
277 </li> 277 </li>
278 </ol> 278 </ol>
279 </div> 279 </div>
280 <!-- /TABLE OF CONTENTS --> 280 <!-- /TABLE OF CONTENTS -->
281 281
282 <!-- Standard content lead-in for experimental API pages -->
283 <p id="classSummary" style="display: none; ">
284 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
285 </p>
286
282 <!-- STATIC CONTENT PLACEHOLDER --> 287 <!-- STATIC CONTENT PLACEHOLDER -->
283 <div id="static"><div id="pageData-showTOC" class="pageData">true</div> 288 <div id="static"><div id="pageData-showTOC" class="pageData">true</div>
284 289
285 <p> 290 <p>
286 A <em>theme</em> is a special kind of extension 291 A <em>theme</em> is a special kind of extension
287 that changes the way the browser looks. 292 that changes the way the browser looks.
288 Themes are <a href="packaging.html">packaged</a> like regular extensions, 293 Themes are <a href="packaging.html">packaged</a> like regular extensions,
289 but they don't contain JavaScript or HTML code. 294 but they don't contain JavaScript or HTML code.
290 </p> 295 </p>
291 296
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 _uff=0; 618 _uff=0;
614 urchinTracker(); 619 urchinTracker();
615 } 620 }
616 catch(e) {/* urchinTracker not available. */} 621 catch(e) {/* urchinTracker not available. */}
617 </script> 622 </script>
618 <!-- end analytics --> 623 <!-- end analytics -->
619 </div> 624 </div>
620 </div> <!-- /gc-footer --> 625 </div> <!-- /gc-footer -->
621 </div> <!-- /gc-container --> 626 </div> <!-- /gc-container -->
622 </body></html> 627 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/template/api_template.html ('k') | chrome/common/extensions/docs/tut_analytics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698