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

Side by Side Diff: chrome/common/extensions/docs/test.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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 <h2>Contents</h2> 194 <h2>Contents</h2>
195 <ol> 195 <ol>
196 <li style="display: none; "> 196 <li style="display: none; ">
197 <a>h2Name</a> 197 <a>h2Name</a>
198 <ol> 198 <ol>
199 <li> 199 <li>
200 <a>h3Name</a> 200 <a>h3Name</a>
201 </li> 201 </li>
202 </ol> 202 </ol>
203 </li> 203 </li>
204 <div>
205 <li> 204 <li>
206 <a href="#apiReference">API reference: chrome.test</a> 205 <a href="#apiReference">API reference: chrome.test</a>
207 <ol> 206 <ol>
208 <li style="display: none; "> 207 <li style="display: none; ">
209 <a href="#properties">Properties</a> 208 <a href="#properties">Properties</a>
210 <ol> 209 <ol>
211 <li> 210 <li>
212 <a href="#property-anchor">propertyName</a> 211 <a href="#property-anchor">propertyName</a>
213 </li> 212 </li>
214 </ol> 213 </ol>
(...skipping 23 matching lines...) Expand all
238 <li style="display: none; "> 237 <li style="display: none; ">
239 <a href="#types">Types</a> 238 <a href="#types">Types</a>
240 <ol> 239 <ol>
241 <li> 240 <li>
242 <a href="#id-anchor">id</a> 241 <a href="#id-anchor">id</a>
243 </li> 242 </li>
244 </ol> 243 </ol>
245 </li> 244 </li>
246 </ol> 245 </ol>
247 </li> 246 </li>
248 </div>
249 </ol> 247 </ol>
250 </div> 248 </div>
251 <!-- /TABLE OF CONTENTS --> 249 <!-- /TABLE OF CONTENTS -->
252 250
253 <!-- STATIC CONTENT PLACEHOLDER --> 251 <!-- STATIC CONTENT PLACEHOLDER -->
254 <div id="static"></div> 252 <div id="static"></div>
255 253
256 <!-- API PAGE --> 254 <!-- API PAGE -->
257 <div class="apiPage"> 255 <div class="apiPage">
258 <a name="apiReference"></a> 256 <a name="apiReference"></a>
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 urchinTracker(); 720 urchinTracker();
723 } 721 }
724 catch(e) {/* urchinTracker not available. */} 722 catch(e) {/* urchinTracker not available. */}
725 </script> 723 </script>
726 <!-- end analytics --> 724 <!-- end analytics -->
727 </div> 725 </div>
728 </div> <!-- /gc-footer --> 726 </div> <!-- /gc-footer -->
729 </div> <!-- /gc-container --> 727 </div> <!-- /gc-container -->
730 </body></html> 728 </body></html>
731 729
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/template/api_template.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698