diff options
author | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 19:13:57 +0000 |
---|---|---|
committer | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 19:13:57 +0000 |
commit | 432c01afc9975f4a4f251eed1268e4a79e301e66 (patch) | |
tree | 0d643f8d43b7b3089c5fba590990c50a6d56c7c2 /chrome/common/extensions/docs/browserAction.html | |
parent | 5af52c96a8e35e256fd4e1d22205b2a7de7278c9 (diff) | |
download | chromium_src-432c01afc9975f4a4f251eed1268e4a79e301e66.zip chromium_src-432c01afc9975f4a4f251eed1268e4a79e301e66.tar.gz chromium_src-432c01afc9975f4a4f251eed1268e4a79e301e66.tar.bz2 |
Make the extension API docs point out the minimum version that supports an API call.
BUG=41127
TEST=none
Review URL: http://codereview.chromium.org/2812023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/browserAction.html')
-rw-r--r-- | chrome/common/extensions/docs/browserAction.html | 197 |
1 files changed, 197 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html index 80aa2f3..12f96ec 100644 --- a/chrome/common/extensions/docs/browserAction.html +++ b/chrome/common/extensions/docs/browserAction.html @@ -59,6 +59,15 @@ <dd> Description of this parameter from the json schema. </dd> + <dd> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd> @@ -542,6 +551,15 @@ For other examples and for help in viewing the source code, see <dd style="display: none; "> Description of this parameter from the json schema. </dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd> @@ -589,6 +607,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>An array of four integers in the range [0,255] that make up the RGBA color of the badge. For example, opaque red is <code>[255, 0, 0, 255]</code>.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -632,6 +659,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Limits the change to when a particular tab is selected. Automatically resets when the tab is closed.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -683,6 +719,13 @@ For other examples and for help in viewing the source code, see </div> </div> + <!-- MIN_VERSION --> + <p style="display: none; "> + This function was added in version <b><span></span></b>. + If you require this function, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </p> </div> <!-- /description --> </div><div class="apiItem"> @@ -735,6 +778,15 @@ For other examples and for help in viewing the source code, see <dd style="display: none; "> Description of this parameter from the json schema. </dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd> @@ -771,6 +823,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Any number of characters can be passed, but only about four can fit in the space.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -814,6 +875,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Limits the change to when a particular tab is selected. Automatically resets when the tab is closed.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -865,6 +935,13 @@ For other examples and for help in viewing the source code, see </div> </div> + <!-- MIN_VERSION --> + <p style="display: none; "> + This function was added in version <b><span></span></b>. + If you require this function, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </p> </div> <!-- /description --> </div><div class="apiItem"> @@ -917,6 +994,15 @@ For other examples and for help in viewing the source code, see <dd style="display: none; "> Description of this parameter from the json schema. </dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd> @@ -953,6 +1039,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Pixel data for an image. Must be an ImageData object (for example, from a <code>canvas</code> element).</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd> @@ -996,6 +1091,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Relative path to an image in the extension to show in the browser action.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -1039,6 +1143,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Limits the change to when a particular tab is selected. Automatically resets when the tab is closed.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -1090,6 +1203,13 @@ For other examples and for help in viewing the source code, see </div> </div> + <!-- MIN_VERSION --> + <p style="display: none; "> + This function was added in version <b><span></span></b>. + If you require this function, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </p> </div> <!-- /description --> </div><div class="apiItem"> @@ -1142,6 +1262,15 @@ For other examples and for help in viewing the source code, see <dd style="display: none; "> Description of this parameter from the json schema. </dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd> @@ -1178,6 +1307,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Limits the change to when a particular tab is selected. Automatically resets when the tab is closed.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -1221,6 +1359,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>The html file to show in a popup. If set to the empty string (''), no popup is shown.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -1272,6 +1419,13 @@ For other examples and for help in viewing the source code, see </div> </div> + <!-- MIN_VERSION --> + <p> + This function was added in version <b><span>5.0.316.0</span></b>. + If you require this function, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </p> </div> <!-- /description --> </div><div class="apiItem"> @@ -1324,6 +1478,15 @@ For other examples and for help in viewing the source code, see <dd style="display: none; "> Description of this parameter from the json schema. </dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd> @@ -1360,6 +1523,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>The string the browser action should display when moused over.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -1403,6 +1575,15 @@ For other examples and for help in viewing the source code, see Undocumented. </dd> <dd>Limits the change to when a particular tab is selected. Automatically resets when the tab is closed.</dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -1454,6 +1635,13 @@ For other examples and for help in viewing the source code, see </div> </div> + <!-- MIN_VERSION --> + <p style="display: none; "> + This function was added in version <b><span></span></b>. + If you require this function, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </p> </div> <!-- /description --> </div> <!-- /apiItem --> @@ -1516,6 +1704,15 @@ For other examples and for help in viewing the source code, see <dd style="display: none; "> Description of this parameter from the json schema. </dd> + <dd style="display: none; "> + This parameter was added in version + <b><span></span></b>. + You must omit this parameter in earlier versions, + and you may omit it in any version. If you require this + parameter, the manifest key + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> + can ensure that your extension won't be run in an earlier browser version. + </dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> |