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

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

Issue 506068: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: pre commit 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
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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 </li> 207 </li>
208 </ol> 208 </ol>
209 </li><li> 209 </li><li>
210 <a href="#moredoc"> Additional documentation </a> 210 <a href="#moredoc"> Additional documentation </a>
211 <ol> 211 <ol>
212 <li style="display: none; "> 212 <li style="display: none; ">
213 <a>h3Name</a> 213 <a>h3Name</a>
214 </li> 214 </li>
215 </ol> 215 </ol>
216 </li> 216 </li>
217 <div style="display: none; "> 217 <li style="display: none; ">
218 <li>
219 <a href="#apiReference">API reference</a> 218 <a href="#apiReference">API reference</a>
220 <ol> 219 <ol>
221 <li> 220 <li>
222 <a href="#properties">Properties</a> 221 <a href="#properties">Properties</a>
223 <ol> 222 <ol>
224 <li> 223 <li>
225 <a href="#property-anchor">propertyName</a> 224 <a href="#property-anchor">propertyName</a>
226 </li> 225 </li>
227 </ol> 226 </ol>
228 </li> 227 </li>
(...skipping 16 matching lines...) Expand all
245 <li> 244 <li>
246 <a href="#types">Types</a> 245 <a href="#types">Types</a>
247 <ol> 246 <ol>
248 <li> 247 <li>
249 <a href="#id-anchor">id</a> 248 <a href="#id-anchor">id</a>
250 </li> 249 </li>
251 </ol> 250 </ol>
252 </li> 251 </li>
253 </ol> 252 </ol>
254 </li> 253 </li>
255 </div>
256 </ol> 254 </ol>
257 </div> 255 </div>
258 <!-- /TABLE OF CONTENTS --> 256 <!-- /TABLE OF CONTENTS -->
259 257
260 <!-- STATIC CONTENT PLACEHOLDER --> 258 <!-- STATIC CONTENT PLACEHOLDER -->
261 <div id="static"><div id="pageData-showTOC" class="pageData">true</div> 259 <div id="static"><div id="pageData-showTOC" class="pageData">true</div>
262 260
263 <p> 261 <p>
264 A <em>theme</em> is a special kind of extension 262 A <em>theme</em> is a special kind of extension
265 that changes the way the browser looks. 263 that changes the way the browser looks.
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 urchinTracker(); 583 urchinTracker();
586 } 584 }
587 catch(e) {/* urchinTracker not available. */} 585 catch(e) {/* urchinTracker not available. */}
588 </script> 586 </script>
589 <!-- end analytics --> 587 <!-- end analytics -->
590 </div> 588 </div>
591 </div> <!-- /gc-footer --> 589 </div> <!-- /gc-footer -->
592 </div> <!-- /gc-container --> 590 </div> <!-- /gc-container -->
593 </body></html> 591 </body></html>
594 592
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/test.html ('k') | chrome/common/extensions/docs/tut_debugging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698