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

Side by Side Diff: chrome/common/extensions/docs/samples.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
« no previous file with comments | « chrome/common/extensions/docs/pageAction.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 </li> 212 </li>
213 </ol> 213 </ol>
214 </li><li> 214 </li><li>
215 <a href="#viewsource">How to view the source code</a> 215 <a href="#viewsource">How to view the source code</a>
216 <ol> 216 <ol>
217 <li style="display: none; "> 217 <li style="display: none; ">
218 <a>h3Name</a> 218 <a>h3Name</a>
219 </li> 219 </li>
220 </ol> 220 </ol>
221 </li> 221 </li>
222 <div style="display: none; "> 222 <li style="display: none; ">
223 <li>
224 <a href="#apiReference">API reference</a> 223 <a href="#apiReference">API reference</a>
225 <ol> 224 <ol>
226 <li> 225 <li>
227 <a href="#properties">Properties</a> 226 <a href="#properties">Properties</a>
228 <ol> 227 <ol>
229 <li> 228 <li>
230 <a href="#property-anchor">propertyName</a> 229 <a href="#property-anchor">propertyName</a>
231 </li> 230 </li>
232 </ol> 231 </ol>
233 </li> 232 </li>
(...skipping 16 matching lines...) Expand all
250 <li> 249 <li>
251 <a href="#types">Types</a> 250 <a href="#types">Types</a>
252 <ol> 251 <ol>
253 <li> 252 <li>
254 <a href="#id-anchor">id</a> 253 <a href="#id-anchor">id</a>
255 </li> 254 </li>
256 </ol> 255 </ol>
257 </li> 256 </li>
258 </ol> 257 </ol>
259 </li> 258 </li>
260 </div>
261 </ol> 259 </ol>
262 </div> 260 </div>
263 <!-- /TABLE OF CONTENTS --> 261 <!-- /TABLE OF CONTENTS -->
264 262
265 <!-- STATIC CONTENT PLACEHOLDER --> 263 <!-- STATIC CONTENT PLACEHOLDER -->
266 <div id="static"><style> 264 <div id="static"><style>
267 a img { 265 a img {
268 border:0; 266 border:0;
269 } 267 }
270 </style> 268 </style>
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 urchinTracker(); 589 urchinTracker();
592 } 590 }
593 catch(e) {/* urchinTracker not available. */} 591 catch(e) {/* urchinTracker not available. */}
594 </script> 592 </script>
595 <!-- end analytics --> 593 <!-- end analytics -->
596 </div> 594 </div>
597 </div> <!-- /gc-footer --> 595 </div> <!-- /gc-footer -->
598 </div> <!-- /gc-container --> 596 </div> <!-- /gc-container -->
599 </body></html> 597 </body></html>
600 598
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/pageAction.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698