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

Unified Diff: chrome/common/extensions/docs/history.html

Issue 2812023: Make the extension API docs point out the minimum version that supports an API call. (Closed)
Patch Set: Rebase for checkin. Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/getstarted.html ('k') | chrome/common/extensions/docs/hosting.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/history.html
diff --git a/chrome/common/extensions/docs/history.html b/chrome/common/extensions/docs/history.html
index 3f1631756b4438370474101f29bfcc83109dcdc2..a5cd675157935512a444d739fc39557f68d531cd 100644
--- a/chrome/common/extensions/docs/history.html
+++ b/chrome/common/extensions/docs/history.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>
@@ -519,6 +528,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>
@@ -555,6 +573,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The URL to add.</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; ">
@@ -606,6 +633,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">
@@ -658,6 +692,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; ">
@@ -705,6 +748,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">
@@ -758,6 +808,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>
@@ -794,6 +853,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>Items added to history after this date, represented in milliseconds since the epoch.</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; ">
@@ -837,6 +905,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>Items added to history before this date, represented in milliseconds since the epoch.</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; ">
@@ -886,6 +963,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; ">
@@ -933,6 +1019,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">
@@ -985,6 +1078,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>
@@ -1021,6 +1123,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The URL to remove.</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; ">
@@ -1072,6 +1183,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">
@@ -1125,6 +1243,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>
@@ -1161,6 +1288,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The URL for which to retrieve visit information. It must be in the format as returned from a call to history.search.</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; ">
@@ -1210,6 +1346,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; ">
@@ -1294,6 +1439,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; ">
@@ -1310,6 +1464,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">
@@ -1363,6 +1524,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>
@@ -1399,6 +1569,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>A free-text query to the history service. Leave empty to retrieve all pages.</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; ">
@@ -1442,6 +1621,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>Limit results to those visited after this date, represented in milliseconds since the epoch.</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; ">
@@ -1485,6 +1673,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>Limit results to those visited before this date, represented in milliseconds since the epoch.</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; ">
@@ -1528,6 +1725,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The maximum number of results to retrieve. Defaults to 100.</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; ">
@@ -1577,6 +1783,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; ">
@@ -1661,6 +1876,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; ">
@@ -1677,6 +1901,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 -->
@@ -1739,6 +1970,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>
@@ -1775,6 +2015,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>True if all history was removed. If true, then urls will be empty.</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; ">
@@ -1831,6 +2080,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; ">
@@ -1901,6 +2159,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; ">
@@ -1962,6 +2229,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>An object encapsulating one result of a history query.</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>
@@ -1998,6 +2274,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The unique identifier for the item.</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; ">
@@ -2041,6 +2326,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The URL navigated to by a user.</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; ">
@@ -2084,6 +2378,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The title of the history page.</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; ">
@@ -2127,6 +2430,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>When this page was last loaded, represented in milliseconds since the epoch.</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; ">
@@ -2170,6 +2482,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The number of times the user has navigated to this page.</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; ">
@@ -2213,6 +2534,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The number of times the user has navigated to this page by typing in the address.</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; ">
@@ -2264,6 +2594,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>An object encapsulating one visit to a URL.</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>
@@ -2300,6 +2639,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The unique identifier for the item.</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; ">
@@ -2343,6 +2691,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The unique identifier for this visit.</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; ">
@@ -2386,6 +2743,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>When this visit occurred, represented in milliseconds since the epoch.</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; ">
@@ -2429,6 +2795,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The visit_id of the referrer.</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; ">
@@ -2472,6 +2847,15 @@ For other examples and for help in viewing the source code, see
Undocumented.
</dd>
<dd>The <a href="#transition_types">transition type</a> for this visit from its referrer.</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; ">
« no previous file with comments | « chrome/common/extensions/docs/getstarted.html ('k') | chrome/common/extensions/docs/hosting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698