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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/overview.html

Issue 291663002: Adjustments to the fatnav and sidenav, and other CSS updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing copyright license. Fixed bad indentation on search.js Created 6 years, 6 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/templates/articles/extensions_index.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Overview</h1> 1 <h1>Overview</h1>
2 2
3 3
4 <p> 4 <p>
5 Once you've finished this page 5 Once you've finished this page
6 and the 6 and the
7 <a href="getstarted">Getting Started</a> tutorial, 7 <a href="getstarted">Getting Started</a> tutorial,
8 you'll be all set to start writing extensions. 8 you'll be all set to start writing extensions.
9 </p> 9 </p>
10 10
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 503
504 504
505 <h3 id="chrome-more"> More details </h3> 505 <h3 id="chrome-more"> More details </h3>
506 506
507 <p> 507 <p>
508 For more information, see the 508 For more information, see the
509 <a href="api_index">chrome.* API docs</a> 509 <a href="api_index">chrome.* API docs</a>
510 and watch this video: 510 and watch this video:
511 </p> 511 </p>
512 512
513 <p> 513 <div class="video-container">
514 <iframe title="YouTube video player" width="640" height="390" src="http://www.yo utube.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen></iframe> 514 <iframe title="YouTube video player" width="640" height="390" src="//www.youtu be.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen></iframe>
515 </p> 515 </div>
516 516
517 <h2 id="pageComm">Communication between pages </h2> 517 <h2 id="pageComm">Communication between pages </h2>
518 518
519 <p> 519 <p>
520 The HTML pages within an extension often need to communicate. 520 The HTML pages within an extension often need to communicate.
521 521
522 Because all of an extension's pages 522 Because all of an extension's pages
523 execute in same process on the same thread, 523 execute in same process on the same thread,
524 the pages can make direct function calls to each other. 524 the pages can make direct function calls to each other.
525 </p> 525 </p>
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 <ul> 602 <ul>
603 <li> <a href="getstarted">Tutorial: Getting Started</a> </li> 603 <li> <a href="getstarted">Tutorial: Getting Started</a> </li>
604 <li> <a href="tut_debugging">Tutorial: Debugging</a> </li> 604 <li> <a href="tut_debugging">Tutorial: Debugging</a> </li>
605 <li> <a href="devguide">Developer's Guide</a> </li> 605 <li> <a href="devguide">Developer's Guide</a> </li>
606 <li> <a href="samples">Samples</a> </li> 606 <li> <a href="samples">Samples</a> </li>
607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos </a>, 607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos </a>,
608 such as 608 such as
609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101 D6A85FE9D4B&index=6">Extension Message Passing</a> 609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101 D6A85FE9D4B&index=6">Extension Message Passing</a>
610 </li> 610 </li>
611 </ul> 611 </ul>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/extensions_index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698