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

Side by Side Diff: chrome/common/extensions/docs/background_pages.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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 </li> 208 </li>
209 </ol> 209 </ol>
210 </li><li> 210 </li><li>
211 <a href="#example">Example</a> 211 <a href="#example">Example</a>
212 <ol> 212 <ol>
213 <li style="display: none; "> 213 <li style="display: none; ">
214 <a>h3Name</a> 214 <a>h3Name</a>
215 </li> 215 </li>
216 </ol> 216 </ol>
217 </li> 217 </li>
218 <div style="display: none; "> 218 <li style="display: none; ">
219 <li>
220 <a href="#apiReference">API reference</a> 219 <a href="#apiReference">API reference</a>
221 <ol> 220 <ol>
222 <li> 221 <li>
223 <a href="#properties">Properties</a> 222 <a href="#properties">Properties</a>
224 <ol> 223 <ol>
225 <li> 224 <li>
226 <a href="#property-anchor">propertyName</a> 225 <a href="#property-anchor">propertyName</a>
227 </li> 226 </li>
228 </ol> 227 </ol>
229 </li> 228 </li>
(...skipping 16 matching lines...) Expand all
246 <li> 245 <li>
247 <a href="#types">Types</a> 246 <a href="#types">Types</a>
248 <ol> 247 <ol>
249 <li> 248 <li>
250 <a href="#id-anchor">id</a> 249 <a href="#id-anchor">id</a>
251 </li> 250 </li>
252 </ol> 251 </ol>
253 </li> 252 </li>
254 </ol> 253 </ol>
255 </li> 254 </li>
256 </div>
257 </ol> 255 </ol>
258 </div> 256 </div>
259 <!-- /TABLE OF CONTENTS --> 257 <!-- /TABLE OF CONTENTS -->
260 258
261 <!-- STATIC CONTENT PLACEHOLDER --> 259 <!-- STATIC CONTENT PLACEHOLDER -->
262 <div id="static"><div id="pageData-name" class="pageData">Background Pag es</div> 260 <div id="static"><div id="pageData-name" class="pageData">Background Pag es</div>
263 <div id="pageData-showTOC" class="pageData">true</div> 261 <div id="pageData-showTOC" class="pageData">true</div>
264 262
265 <p> 263 <p>
266 A common need for extensions is to have 264 A common need for extensions is to have
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 urchinTracker(); 561 urchinTracker();
564 } 562 }
565 catch(e) {/* urchinTracker not available. */} 563 catch(e) {/* urchinTracker not available. */}
566 </script> 564 </script>
567 <!-- end analytics --> 565 <!-- end analytics -->
568 </div> 566 </div>
569 </div> <!-- /gc-footer --> 567 </div> <!-- /gc-footer -->
570 </div> <!-- /gc-container --> 568 </div> <!-- /gc-container -->
571 </body></html> 569 </body></html>
572 570
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/autoupdate.html ('k') | chrome/common/extensions/docs/bookmarks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698