diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 17:28:59 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 17:28:59 +0000 |
commit | acfd3c3aef38909ffd4083acc7a28f8bc8c0f753 (patch) | |
tree | 4cf7be12033f0e1310e04f74b8fc39d9abbef0bf /chrome/common/extensions | |
parent | 5f6145fa05eade11e76a500ea0ca260cc4791faf (diff) | |
download | chromium_src-acfd3c3aef38909ffd4083acc7a28f8bc8c0f753.zip chromium_src-acfd3c3aef38909ffd4083acc7a28f8bc8c0f753.tar.gz chromium_src-acfd3c3aef38909ffd4083acc7a28f8bc8c0f753.tar.bz2 |
Miscellaneous API doc cleanup.
TBR=rafaelw
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1519012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
6 files changed, 32 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/experimental.contextMenu.html b/chrome/common/extensions/docs/experimental.contextMenu.html index 307ed27..3599eb3 100644 --- a/chrome/common/extensions/docs/experimental.contextMenu.html +++ b/chrome/common/extensions/docs/experimental.contextMenu.html @@ -252,7 +252,14 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"></div> + <div id="static"><!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> +</div> <!-- API PAGE --> <div class="apiPage"> diff --git a/chrome/common/extensions/docs/experimental.infobars.html b/chrome/common/extensions/docs/experimental.infobars.html index 5779ab7..a15eb83 100644 --- a/chrome/common/extensions/docs/experimental.infobars.html +++ b/chrome/common/extensions/docs/experimental.infobars.html @@ -250,7 +250,14 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"></div> + <div id="static"><!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> +</div> <!-- API PAGE --> <div class="apiPage"> diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index c2819e4..af0377f 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -628,9 +628,7 @@ users running Google Chrome in any non-English language see the label "Colores" and the extension name "Hola mundo". </p> -<img src="images/i18n-strings.gif" alt="Four files: manifest.json, and messages.json files for es, en, and en_GB. - The es and en files show entries for messages named "extName" and "colores"; - the en_GB file has just one entry (for "colores")." width="493" height="488"> +<img src="images/i18n-strings.gif" alt="Four files: manifest.json and three messages.json files (for es, en, and en_GB). The es and en files show entries for messages named "extName" and "colores"; the en_GB file has just one entry (for "colores")." width="493" height="488"> <h3 id="locales-testing">How to set your browser's locale</h3> diff --git a/chrome/common/extensions/docs/static/experimental.contextMenu.html b/chrome/common/extensions/docs/static/experimental.contextMenu.html new file mode 100644 index 0000000..bc07cad --- /dev/null +++ b/chrome/common/extensions/docs/static/experimental.contextMenu.html @@ -0,0 +1,7 @@ +<!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> diff --git a/chrome/common/extensions/docs/static/experimental.infobars.html b/chrome/common/extensions/docs/static/experimental.infobars.html new file mode 100644 index 0000000..bc07cad --- /dev/null +++ b/chrome/common/extensions/docs/static/experimental.infobars.html @@ -0,0 +1,7 @@ +<!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> diff --git a/chrome/common/extensions/docs/static/i18n.html b/chrome/common/extensions/docs/static/i18n.html index 32728b0..ad96293 100644 --- a/chrome/common/extensions/docs/static/i18n.html +++ b/chrome/common/extensions/docs/static/i18n.html @@ -361,9 +361,7 @@ see the label "Colores" and the extension name "Hola mundo". </p> <img src="images/i18n-strings.gif" - alt='Four files: manifest.json, and messages.json files for es, en, and en_GB. - The es and en files show entries for messages named "extName" and "colores"; - the en_GB file has just one entry (for "colores").' + alt='Four files: manifest.json and three messages.json files (for es, en, and en_GB). The es and en files show entries for messages named "extName" and "colores"; the en_GB file has just one entry (for "colores").' width="493" height="488" /> <h3 id="locales-testing">How to set your browser's locale</h3> |