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

Side by Side Diff: chrome/common/extensions/docs/content_scripts.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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 </li> 236 </li>
237 </ol> 237 </ol>
238 </li><li> 238 </li><li>
239 <a href="#videos"> Videos </a> 239 <a href="#videos"> Videos </a>
240 <ol> 240 <ol>
241 <li style="display: none; "> 241 <li style="display: none; ">
242 <a>h3Name</a> 242 <a>h3Name</a>
243 </li> 243 </li>
244 </ol> 244 </ol>
245 </li> 245 </li>
246 <div style="display: none; "> 246 <li style="display: none; ">
247 <li>
248 <a href="#apiReference">API reference</a> 247 <a href="#apiReference">API reference</a>
249 <ol> 248 <ol>
250 <li> 249 <li>
251 <a href="#properties">Properties</a> 250 <a href="#properties">Properties</a>
252 <ol> 251 <ol>
253 <li> 252 <li>
254 <a href="#property-anchor">propertyName</a> 253 <a href="#property-anchor">propertyName</a>
255 </li> 254 </li>
256 </ol> 255 </ol>
257 </li> 256 </li>
(...skipping 16 matching lines...) Expand all
274 <li> 273 <li>
275 <a href="#types">Types</a> 274 <a href="#types">Types</a>
276 <ol> 275 <ol>
277 <li> 276 <li>
278 <a href="#id-anchor">id</a> 277 <a href="#id-anchor">id</a>
279 </li> 278 </li>
280 </ol> 279 </ol>
281 </li> 280 </li>
282 </ol> 281 </ol>
283 </li> 282 </li>
284 </div>
285 </ol> 283 </ol>
286 </div> 284 </div>
287 <!-- /TABLE OF CONTENTS --> 285 <!-- /TABLE OF CONTENTS -->
288 286
289 <!-- STATIC CONTENT PLACEHOLDER --> 287 <!-- STATIC CONTENT PLACEHOLDER -->
290 <div id="static"><div id="pageData-name" class="pageData">Content Script s</div> 288 <div id="static"><div id="pageData-name" class="pageData">Content Script s</div>
291 <div id="pageData-showTOC" class="pageData">true</div> 289 <div id="pageData-showTOC" class="pageData">true</div>
292 290
293 <p> 291 <p>
294 Content scripts are JavaScript files that run in the context of web pages. 292 Content scripts are JavaScript files that run in the context of web pages.
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 urchinTracker(); 765 urchinTracker();
768 } 766 }
769 catch(e) {/* urchinTracker not available. */} 767 catch(e) {/* urchinTracker not available. */}
770 </script> 768 </script>
771 <!-- end analytics --> 769 <!-- end analytics -->
772 </div> 770 </div>
773 </div> <!-- /gc-footer --> 771 </div> <!-- /gc-footer -->
774 </div> <!-- /gc-container --> 772 </div> <!-- /gc-container -->
775 </body></html> 773 </body></html>
776 774
775 Blocked access to external URL http://www.youtube.com/v/laLudeUmXHM&hl=en_US&fs= 1&
776 Blocked access to external URL http://www.youtube.com/v/B4M_a7xejYI&hl=en_US&fs= 1&
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/browserAction.html ('k') | chrome/common/extensions/docs/devguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698