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

Side by Side Diff: chrome/common/extensions/docs/index.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
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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 <p></p> 413 <p></p>
414 414
415 <h3>Featured videos</h3> 415 <h3>Featured videos</h3>
416 416
417 <p> 417 <p>
418 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Technical vid eos</a> <br> 418 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Technical vid eos</a> <br>
419 <a href="http://www.youtube.com/view_play_list?p=38DF05697DE372B1">Developer sna pshots</a> (below) 419 <a href="http://www.youtube.com/view_play_list?p=38DF05697DE372B1">Developer sna pshots</a> (below)
420 </p> 420 </p>
421 421
422 <p> 422 <p>
423 <object width="300" height="250"><param name="movie" value="http://www.youtube.c om/p/38DF05697DE372B1&amp;hl=en_US&amp;fs=1"><param name="allowFullScreen" value ="true"><param name="allowscriptaccess" value="always"><embed src="http://www.yo utube.com/p/38DF05697DE372B1&amp;hl=en_US&amp;fs=1" type="application/x-shockwav e-flash" width="300" height="250" allowscriptaccess="always" allowfullscreen="tr ue"></object> 423 <iframe title="YouTube video player" width="300" height="199" src="http://www.yo utube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscreen=""></iframe>
424 </p> 424 </p>
425 </td> 425 </td>
426 </tr> 426 </tr>
427 </tbody></table> 427 </tbody></table>
428 </div> 428 </div>
429 429
430 <!-- API PAGE --> 430 <!-- API PAGE -->
431 <div class="apiPage" style="display: none; "> 431 <div class="apiPage" style="display: none; ">
432 <a name="apiReference"></a> 432 <a name="apiReference"></a>
433 <h2>API reference: chrome.apiname </h2> 433 <h2>API reference: chrome.apiname </h2>
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 _uff=0; 613 _uff=0;
614 urchinTracker(); 614 urchinTracker();
615 } 615 }
616 catch(e) {/* urchinTracker not available. */} 616 catch(e) {/* urchinTracker not available. */}
617 </script> 617 </script>
618 <!-- end analytics --> 618 <!-- end analytics -->
619 </div> 619 </div>
620 </div> <!-- /gc-footer --> 620 </div> <!-- /gc-footer -->
621 </div> <!-- /gc-container --> 621 </div> <!-- /gc-container -->
622 </body></html> 622 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/content_scripts.html ('k') | chrome/common/extensions/docs/static/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698