diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 23:14:27 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 23:14:27 +0000 |
commit | 900950e1a35c75ad3089e1f78c03e8c497cdb6f0 (patch) | |
tree | 576eb76e3484f923296c8ff19e59a57e951ec386 /chrome/common/extensions/docs/overview.html | |
parent | e703ee9cf1b2bcdceb0112b2f06c88d719b50b4f (diff) | |
download | chromium_src-900950e1a35c75ad3089e1f78c03e8c497cdb6f0.zip chromium_src-900950e1a35c75ad3089e1f78c03e8c497cdb6f0.tar.gz chromium_src-900950e1a35c75ad3089e1f78c03e8c497cdb6f0.tar.bz2 |
Update static docs. They'd gotten stale.
TBR=rafaelw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/overview.html')
-rwxr-xr-x | chrome/common/extensions/docs/overview.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index d9924ae..4ea2eac 100755 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -64,6 +64,7 @@ <li jstcache="0"><a href="bookmarks.html" jstcache="0">Bookmarks</a></li> <li jstcache="0"><a href="themes.html" jstcache="0">Themes</a></li> <li jstcache="0"><a href="npapi.html" jstcache="0">NPAPI Plugins</a></li> + <li jstcache="0"><a href="xhr.html" jstcache="0">Cross-Origin XHR</a></li> <li jstcache="0"><a href="packaging.html" jstcache="0">Packaging</a></li> <li jstcache="0">Autoupdate</li> </ul> @@ -291,7 +292,7 @@ the ID <b jstcache="0">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</b> and the files shown in the following figure: </p> -<pre jstcache="0"><span class="comment" jstcache="0">[PENDING: convert this into a figure]</span> +<pre jstcache="0"><span class="tbd" jstcache="0">[PENDING: someday this will be a real figure]</span> toolstrip.html styles.css images: @@ -345,7 +346,7 @@ no matter whether it's being used by </tr> </tbody></table> -<p class="comment" jstcache="0"> +<p class="tbd" jstcache="0"> [PENDING: Mention/reflect/link to <a href="http://dev.chromium.org/developers/design-documents/extensions/i18n" jstcache="0">internationalization</a>] </p> @@ -385,7 +386,7 @@ The first figure shows what an extension might look like when there's a single browser window. </p> -<p class="comment" jstcache="0"> [PENDING: image goes here] </p> +<p class="tbd" jstcache="0"> [PENDING: image goes here] </p> <p jstcache="0"> The next figure shows that all the code in the extension's main HTML file @@ -394,7 +395,7 @@ In other words, each window has its own widgets for the extension, which means each window adds another web page for that extension. </p> -<p class="comment" jstcache="0"> [PENDING: image goes here] </p> +<p class="tbd" jstcache="0"> [PENDING: image goes here] </p> <p jstcache="0"> To more easily coordinate all these web pages and to avoid duplication, @@ -405,9 +406,7 @@ is in a <em jstcache="0">background page</em>, as shown in the following figure. </p> -<p class="comment" jstcache="0"> -[PENDING: image goes here.] -</p> +<p class="tbd" jstcache="0"> [PENDING: image goes here] </p> <h3 id="background" jstcache="0">The background page</h3> @@ -485,7 +484,7 @@ Two kinds of communication happen within an extension: Communication <b jstcache="0">between content scripts and the extension</b>. <br jstcache="0"> For example, - <span class="comment" jstcache="0">[PENDING: typical use case goes here]</span>. + <span class="tbd" jstcache="0">[PENDING: typical use case goes here]</span>. See <a href="content_scripts.html" jstcache="0">Content Scripts</a> for information about this type of communication. </li> @@ -548,9 +547,9 @@ A good summary of communication mechanisms is at <a name="H2-8" jstcache="0"></a><h2 jstcache="0"> Summary </h2> -<p jstcache="0"> +<p class="tbd" jstcache="0"> [ -PENDING: wrap it up. suggest where to go next. Probably: +PENDING: summarize, suggest where to go next. Probably: <a href="getstarted.html" jstcache="0">Getting Started</a>, <a href="tut_debugging.html" jstcache="0">Debugging</a>, <a href="devguide.html" jstcache="0">Developer's Guide</a>. |