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

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

Issue 6793027: Video-related changes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 months 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/api_index.html ('k') | chrome/common/extensions/docs/index.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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 </p> 785 </p>
786 786
787 <h2 id="videos"> Videos </h2> 787 <h2 id="videos"> Videos </h2>
788 788
789 <p> 789 <p>
790 The following videos discuss concepts that are important for content scripts. 790 The following videos discuss concepts that are important for content scripts.
791 The first video describes content scripts and isolated worlds. 791 The first video describes content scripts and isolated worlds.
792 </p> 792 </p>
793 793
794 <p> 794 <p>
795 <object width="560" height="340"><param name="movie" value="http://www.youtube.c om/v/laLudeUmXHM&amp;hl=en_US&amp;fs=1&amp;"><param name="allowFullScreen" value ="true"><param name="allowscriptaccess" value="always"><embed src="http://www.yo utube.com/v/laLudeUmXHM&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwav e-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="3 40"></object> 795 <iframe title="YouTube video player" width="640" height="390" src="http://www.yo utube.com/embed/laLudeUmXHM?rel=0" frameborder="0" allowfullscreen=""></iframe>
796 </p> 796 </p>
797 797
798 <p> 798 <p>
799 The next video describes message passing, 799 The next video describes message passing,
800 featuring an example of a content script 800 featuring an example of a content script
801 sending a request to its parent extension. 801 sending a request to its parent extension.
802 </p> 802 </p>
803 803
804 <p> 804 <p>
805 <object width="560" height="340"><param name="movie" value="http://www.youtube.c om/v/B4M_a7xejYI&amp;hl=en_US&amp;fs=1&amp;"><param name="allowFullScreen" value ="true"><param name="allowscriptaccess" value="always"><embed src="http://www.yo utube.com/v/B4M_a7xejYI&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwav e-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="3 40"></object> 805 <iframe title="YouTube video player" width="640" height="390" src="http://www.yo utube.com/embed/B4M_a7xejYI?rel=0" frameborder="0" allowfullscreen=""></iframe>
806 </p> 806 </p>
807 </div> 807 </div>
808 808
809 <!-- API PAGE --> 809 <!-- API PAGE -->
810 <div class="apiPage" style="display: none; "> 810 <div class="apiPage" style="display: none; ">
811 <a name="apiReference"></a> 811 <a name="apiReference"></a>
812 <h2>API reference: chrome.apiname </h2> 812 <h2>API reference: chrome.apiname </h2>
813 813
814 <!-- PROPERTIES --> 814 <!-- PROPERTIES -->
815 <div class="apiGroup"> 815 <div class="apiGroup">
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 _uff=0; 992 _uff=0;
993 urchinTracker(); 993 urchinTracker();
994 } 994 }
995 catch(e) {/* urchinTracker not available. */} 995 catch(e) {/* urchinTracker not available. */}
996 </script> 996 </script>
997 <!-- end analytics --> 997 <!-- end analytics -->
998 </div> 998 </div>
999 </div> <!-- /gc-footer --> 999 </div> <!-- /gc-footer -->
1000 </div> <!-- /gc-container --> 1000 </div> <!-- /gc-container -->
1001 </body></html> 1001 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/api_index.html ('k') | chrome/common/extensions/docs/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698