summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 20:42:46 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 20:42:46 +0000
commit715d128247ca265058fd40dc16bf57c66bce9fcc (patch)
treeb20393126c6bddf572d4645173209667dc409d47 /chrome
parent64fc2700e520905b170fe6f7576795aed63648f4 (diff)
downloadchromium_src-715d128247ca265058fd40dc16bf57c66bce9fcc.zip
chromium_src-715d128247ca265058fd40dc16bf57c66bce9fcc.tar.gz
chromium_src-715d128247ca265058fd40dc16bf57c66bce9fcc.tar.bz2
Extension Docs (No building or testable files)
Extension docs now list valid values for enumerated types. BUG=45035 TBR=aa,kathyw Review URL: http://codereview.chromium.org/2843025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/extensions/docs/a11y.html2
-rw-r--r--chrome/common/extensions/docs/api_index.html2
-rw-r--r--chrome/common/extensions/docs/api_other.html2
-rw-r--r--chrome/common/extensions/docs/autoupdate.html2
-rw-r--r--chrome/common/extensions/docs/background_pages.html2
-rw-r--r--chrome/common/extensions/docs/bookmarks.html139
-rw-r--r--chrome/common/extensions/docs/browserAction.html37
-rw-r--r--chrome/common/extensions/docs/content_scripts.html2
-rw-r--r--chrome/common/extensions/docs/devguide.html2
-rw-r--r--chrome/common/extensions/docs/docs.html2
-rw-r--r--chrome/common/extensions/docs/events.html2
-rw-r--r--chrome/common/extensions/docs/experimental.clipboard.html14
-rw-r--r--chrome/common/extensions/docs/experimental.contextMenu.html52
-rw-r--r--chrome/common/extensions/docs/experimental.cookies.html103
-rw-r--r--chrome/common/extensions/docs/experimental.html2
-rw-r--r--chrome/common/extensions/docs/experimental.infobars.html12
-rw-r--r--chrome/common/extensions/docs/experimental.omnibox.html23
-rw-r--r--chrome/common/extensions/docs/experimental.processes.html12
-rw-r--r--chrome/common/extensions/docs/extension.html85
-rw-r--r--chrome/common/extensions/docs/external_extensions.html2
-rw-r--r--chrome/common/extensions/docs/faq.html2
-rw-r--r--chrome/common/extensions/docs/getstarted.html2
-rw-r--r--chrome/common/extensions/docs/history.html79
-rw-r--r--chrome/common/extensions/docs/hosting.html2
-rw-r--r--chrome/common/extensions/docs/i18n-messages.html2
-rw-r--r--chrome/common/extensions/docs/i18n.html13
-rw-r--r--chrome/common/extensions/docs/index.html2
-rw-r--r--chrome/common/extensions/docs/js/api_page_generator.js8
-rw-r--r--chrome/common/extensions/docs/manifest.html2
-rw-r--r--chrome/common/extensions/docs/match_patterns.html2
-rw-r--r--chrome/common/extensions/docs/messaging.html2
-rw-r--r--chrome/common/extensions/docs/notifications.html2
-rw-r--r--chrome/common/extensions/docs/npapi.html2
-rw-r--r--chrome/common/extensions/docs/options.html2
-rw-r--r--chrome/common/extensions/docs/override.html2
-rw-r--r--chrome/common/extensions/docs/overview.html2
-rw-r--r--chrome/common/extensions/docs/packaging.html2
-rw-r--r--chrome/common/extensions/docs/pageAction.html30
-rw-r--r--chrome/common/extensions/docs/samples.html2
-rw-r--r--chrome/common/extensions/docs/tabs.html191
-rw-r--r--chrome/common/extensions/docs/template/api_template.html2
-rw-r--r--chrome/common/extensions/docs/themes.html2
-rw-r--r--chrome/common/extensions/docs/tut_analytics.html2
-rw-r--r--chrome/common/extensions/docs/tut_debugging.html2
-rw-r--r--chrome/common/extensions/docs/tut_oauth.html2
-rw-r--r--chrome/common/extensions/docs/tutorials.html2
-rw-r--r--chrome/common/extensions/docs/windows.html94
-rw-r--r--chrome/common/extensions/docs/xhr.html2
48 files changed, 958 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/a11y.html b/chrome/common/extensions/docs/a11y.html
index 963e462..2c787f5 100644
--- a/chrome/common/extensions/docs/a11y.html
+++ b/chrome/common/extensions/docs/a11y.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/api_index.html b/chrome/common/extensions/docs/api_index.html
index 55e43f4..782f8a6 100644
--- a/chrome/common/extensions/docs/api_index.html
+++ b/chrome/common/extensions/docs/api_index.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html
index bba22d8..8bc8ef0 100644
--- a/chrome/common/extensions/docs/api_other.html
+++ b/chrome/common/extensions/docs/api_other.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html
index 1ea1027..132f4aa 100644
--- a/chrome/common/extensions/docs/autoupdate.html
+++ b/chrome/common/extensions/docs/autoupdate.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/background_pages.html b/chrome/common/extensions/docs/background_pages.html
index ce84314..ffb5735 100644
--- a/chrome/common/extensions/docs/background_pages.html
+++ b/chrome/common/extensions/docs/background_pages.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html
index ef339b6..e2b2bf4 100644
--- a/chrome/common/extensions/docs/bookmarks.html
+++ b/chrome/common/extensions/docs/bookmarks.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -446,6 +448,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -455,6 +458,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -482,6 +486,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -491,6 +496,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -525,6 +531,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -534,6 +541,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -568,6 +576,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -577,6 +586,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -611,6 +621,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -620,6 +631,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -658,6 +670,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -667,6 +680,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -729,6 +743,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a>
@@ -738,6 +753,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -855,6 +871,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -864,6 +881,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string or array of string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -896,6 +914,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -905,6 +924,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -967,6 +987,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -982,10 +1003,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1044,6 +1067,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1053,6 +1077,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1087,6 +1112,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1096,6 +1122,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1158,6 +1185,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1173,10 +1201,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1235,6 +1265,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1244,6 +1275,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1276,6 +1308,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1285,6 +1318,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1347,6 +1381,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1362,10 +1397,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1423,6 +1460,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1432,6 +1470,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1494,6 +1533,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1509,10 +1549,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1631,6 +1673,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1640,6 +1683,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1674,6 +1718,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1683,6 +1728,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1710,6 +1756,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1719,6 +1766,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1753,6 +1801,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1762,6 +1811,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1800,6 +1850,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1809,6 +1860,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1871,6 +1923,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a>
@@ -1880,6 +1933,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1938,6 +1992,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1947,6 +2002,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1981,6 +2037,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1990,6 +2047,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2079,6 +2137,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2088,6 +2147,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2122,6 +2182,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2131,6 +2192,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2220,6 +2282,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2229,6 +2292,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2263,6 +2327,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2272,6 +2337,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2334,6 +2400,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2349,10 +2416,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2412,6 +2481,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2421,6 +2491,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2455,6 +2526,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2464,6 +2536,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2491,6 +2564,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2500,6 +2574,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2534,6 +2609,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2543,6 +2619,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2581,6 +2658,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2590,6 +2668,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2652,6 +2731,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a>
@@ -2661,6 +2741,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2728,6 +2809,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2737,6 +2819,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2771,6 +2854,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2780,6 +2864,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2807,6 +2892,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2816,6 +2902,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2850,6 +2937,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2859,6 +2947,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2918,6 +3007,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2927,6 +3017,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2961,6 +3052,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2970,6 +3062,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2997,6 +3090,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3012,10 +3106,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3075,6 +3171,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3084,6 +3181,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3118,6 +3216,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a>
@@ -3127,6 +3226,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -3230,6 +3330,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3239,6 +3340,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3273,6 +3375,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3282,6 +3385,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3309,6 +3413,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3318,6 +3423,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3352,6 +3458,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3361,6 +3468,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3395,6 +3503,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3404,6 +3513,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3438,6 +3548,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3447,6 +3558,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3506,6 +3618,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3515,6 +3628,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3549,6 +3663,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3558,6 +3673,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3585,6 +3701,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3594,6 +3711,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3628,6 +3746,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3637,6 +3756,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3693,6 +3813,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3702,6 +3823,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3727,6 +3849,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3736,6 +3859,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3768,6 +3892,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3777,6 +3902,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3809,6 +3935,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3818,6 +3945,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3850,6 +3978,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3859,6 +3988,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3891,6 +4021,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3900,6 +4031,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3932,6 +4064,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3941,6 +4074,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3973,6 +4107,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3982,6 +4117,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4014,6 +4150,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4029,10 +4166,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html
index fbd1a79..80aa2f3 100644
--- a/chrome/common/extensions/docs/browserAction.html
+++ b/chrome/common/extensions/docs/browserAction.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -516,6 +518,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -525,6 +528,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -552,6 +556,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -567,10 +572,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -603,6 +610,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -612,6 +620,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -702,6 +711,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -711,6 +721,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -738,6 +749,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -747,6 +759,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -779,6 +792,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -788,6 +802,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -878,6 +893,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -887,6 +903,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -914,6 +931,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -923,6 +941,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>ImageData</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -955,6 +974,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -964,6 +984,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -996,6 +1017,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1005,6 +1027,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1095,6 +1118,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1104,6 +1128,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1131,6 +1156,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1140,6 +1166,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1172,6 +1199,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1181,6 +1209,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1271,6 +1300,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1280,6 +1310,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1307,6 +1338,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1316,6 +1348,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1348,6 +1381,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1357,6 +1391,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1457,6 +1492,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -1466,6 +1502,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html
index 463c586..1617e4e 100644
--- a/chrome/common/extensions/docs/content_scripts.html
+++ b/chrome/common/extensions/docs/content_scripts.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html
index 878a07c..ba3dc29 100644
--- a/chrome/common/extensions/docs/devguide.html
+++ b/chrome/common/extensions/docs/devguide.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/docs.html b/chrome/common/extensions/docs/docs.html
index 7946c33..86ce57b 100644
--- a/chrome/common/extensions/docs/docs.html
+++ b/chrome/common/extensions/docs/docs.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/events.html b/chrome/common/extensions/docs/events.html
index 4c62fae..041464b 100644
--- a/chrome/common/extensions/docs/events.html
+++ b/chrome/common/extensions/docs/events.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/experimental.clipboard.html b/chrome/common/extensions/docs/experimental.clipboard.html
index 2b1184e..be6759d 100644
--- a/chrome/common/extensions/docs/experimental.clipboard.html
+++ b/chrome/common/extensions/docs/experimental.clipboard.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -330,6 +332,7 @@ generally indicates the tab is going away.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -339,6 +342,7 @@ generally indicates the tab is going away.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -373,6 +377,7 @@ generally indicates the tab is going away.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -382,6 +387,7 @@ generally indicates the tab is going away.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -471,6 +477,7 @@ generally indicates the tab is going away.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -480,6 +487,7 @@ generally indicates the tab is going away.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -514,6 +522,7 @@ generally indicates the tab is going away.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -523,6 +532,7 @@ generally indicates the tab is going away.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -612,6 +622,7 @@ generally indicates the tab is going away.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -621,6 +632,7 @@ generally indicates the tab is going away.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -655,6 +667,7 @@ generally indicates the tab is going away.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -664,6 +677,7 @@ generally indicates the tab is going away.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/experimental.contextMenu.html b/chrome/common/extensions/docs/experimental.contextMenu.html
index f015ac2..35d25dc 100644
--- a/chrome/common/extensions/docs/experimental.contextMenu.html
+++ b/chrome/common/extensions/docs/experimental.contextMenu.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -323,6 +325,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -332,6 +335,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -359,6 +363,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -368,6 +373,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -400,6 +406,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -409,6 +416,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -441,6 +449,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -450,6 +459,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -482,6 +492,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -497,10 +508,12 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -533,6 +546,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -548,10 +562,12 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -584,6 +600,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -593,6 +610,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -625,6 +643,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -634,6 +653,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -670,6 +690,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -679,6 +700,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -741,6 +763,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -750,6 +773,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -806,6 +830,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -815,6 +840,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -847,6 +873,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -856,6 +883,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -942,6 +970,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -951,6 +980,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1039,6 +1069,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1048,6 +1079,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1080,6 +1112,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1089,6 +1122,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1114,6 +1148,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1123,6 +1158,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1157,6 +1193,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1166,6 +1203,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1200,6 +1238,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1209,6 +1248,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1243,6 +1283,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1258,10 +1299,12 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1296,6 +1339,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1311,10 +1355,12 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1349,6 +1395,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1358,6 +1405,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1392,6 +1440,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1401,6 +1450,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1437,6 +1487,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1446,6 +1497,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/experimental.cookies.html b/chrome/common/extensions/docs/experimental.cookies.html
index 0cf1e18..08c2f3e 100644
--- a/chrome/common/extensions/docs/experimental.cookies.html
+++ b/chrome/common/extensions/docs/experimental.cookies.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -320,6 +322,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -329,6 +332,7 @@
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -354,6 +358,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -363,6 +368,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -395,6 +401,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -404,6 +411,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -436,6 +444,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -445,6 +454,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -481,6 +491,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -490,6 +501,7 @@
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -552,6 +564,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="experimental.cookies.html#type-Cookie">Cookie</a>
@@ -561,6 +574,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -617,6 +631,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -626,6 +641,7 @@
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -651,6 +667,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -660,6 +677,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -692,6 +710,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -701,6 +720,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -733,6 +753,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -742,6 +763,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -774,6 +796,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -783,6 +806,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -815,6 +839,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -824,6 +849,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -856,6 +882,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -865,6 +892,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -897,6 +925,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -906,6 +935,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -942,6 +972,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -951,6 +982,7 @@
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1013,6 +1045,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1028,10 +1061,12 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1087,6 +1122,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1096,6 +1132,7 @@
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1158,6 +1195,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1173,10 +1211,12 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1232,6 +1272,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1241,6 +1282,7 @@
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1266,6 +1308,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1275,6 +1318,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1307,6 +1351,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1316,6 +1361,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1348,6 +1394,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1357,6 +1404,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1447,6 +1495,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1456,6 +1505,7 @@
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1481,6 +1531,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1490,6 +1541,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1522,6 +1574,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1531,6 +1584,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1563,6 +1617,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1572,6 +1627,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1604,6 +1660,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1613,6 +1670,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1645,6 +1703,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1654,6 +1713,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1686,6 +1746,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1695,6 +1756,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1727,6 +1789,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1736,6 +1799,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1768,6 +1832,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1777,6 +1842,7 @@
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1809,6 +1875,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1818,6 +1885,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1918,6 +1986,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1927,6 +1996,7 @@
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1954,6 +2024,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1963,6 +2034,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1995,6 +2067,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="experimental.cookies.html#type-Cookie">Cookie</a>
@@ -2004,6 +2077,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2058,6 +2132,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2067,6 +2142,7 @@
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2092,6 +2168,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2101,6 +2178,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2133,6 +2211,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2142,6 +2221,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2174,6 +2254,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2183,6 +2264,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2215,6 +2297,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2224,6 +2307,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2256,6 +2340,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2265,6 +2350,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2297,6 +2383,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2306,6 +2393,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2338,6 +2426,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2347,6 +2436,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2379,6 +2469,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2388,6 +2479,7 @@
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2420,6 +2512,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2429,6 +2522,7 @@
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2461,6 +2555,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2470,6 +2565,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2510,6 +2606,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2519,6 +2616,7 @@
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2544,6 +2642,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2553,6 +2652,7 @@
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2585,6 +2685,7 @@
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2600,10 +2701,12 @@
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/experimental.html b/chrome/common/extensions/docs/experimental.html
index 77d56b6..f4cc686 100644
--- a/chrome/common/extensions/docs/experimental.html
+++ b/chrome/common/extensions/docs/experimental.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/experimental.infobars.html b/chrome/common/extensions/docs/experimental.infobars.html
index 2ba1eb1..97acc36 100644
--- a/chrome/common/extensions/docs/experimental.infobars.html
+++ b/chrome/common/extensions/docs/experimental.infobars.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -317,6 +319,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -326,6 +329,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -353,6 +357,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -362,6 +367,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -394,6 +400,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -403,6 +410,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -439,6 +447,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -448,6 +457,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -510,6 +520,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="windows.html#type-Window">Window</a>
@@ -519,6 +530,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/experimental.omnibox.html b/chrome/common/extensions/docs/experimental.omnibox.html
index 103dd0a..c5c6b2d 100644
--- a/chrome/common/extensions/docs/experimental.omnibox.html
+++ b/chrome/common/extensions/docs/experimental.omnibox.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -383,6 +385,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -392,6 +395,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -480,6 +484,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -489,6 +494,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -577,6 +583,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -586,6 +593,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -684,6 +692,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -693,6 +702,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -727,6 +737,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -736,6 +747,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -789,6 +801,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -798,6 +811,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -850,6 +864,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -859,6 +874,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -884,6 +900,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -893,6 +910,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -925,6 +943,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -934,6 +953,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -966,6 +986,7 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -981,10 +1002,12 @@ see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/experimental.processes.html b/chrome/common/extensions/docs/experimental.processes.html
index 8c14026..ab9d9c8 100644
--- a/chrome/common/extensions/docs/experimental.processes.html
+++ b/chrome/common/extensions/docs/experimental.processes.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -326,6 +328,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -335,6 +338,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -369,6 +373,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -378,6 +383,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -440,6 +446,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="experimental.processes.html#type-Process">Process</a>
@@ -449,6 +456,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -537,6 +545,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -546,6 +555,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -571,6 +581,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -580,6 +591,7 @@ http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html
index 023bd8b..069b328 100644
--- a/chrome/common/extensions/docs/extension.html
+++ b/chrome/common/extensions/docs/extension.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -351,6 +353,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -360,6 +363,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -385,6 +389,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -394,6 +399,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -436,6 +442,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -445,6 +452,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -470,6 +478,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -479,6 +488,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -542,6 +552,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -551,6 +562,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -583,6 +595,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -592,6 +605,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -619,6 +633,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -628,6 +643,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -670,6 +686,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-Port">Port</a>
@@ -679,6 +696,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -765,6 +783,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -774,6 +793,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>DOMWindow</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -971,6 +991,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -980,6 +1001,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1018,6 +1040,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1027,6 +1050,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1104,6 +1128,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1113,6 +1138,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1140,6 +1166,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1149,6 +1176,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span>["tab", "infobar", "notification", "popup"]</span>
</span>
</span>
)
@@ -1181,6 +1209,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1190,6 +1219,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1232,6 +1262,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1247,10 +1278,12 @@ For details, see
array of <span><span></span></span>
</span>
<span>DOMWindow</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1330,6 +1363,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1339,6 +1373,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1371,6 +1406,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1380,6 +1416,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>any</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1414,6 +1451,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1423,6 +1461,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1485,6 +1524,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1494,6 +1534,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>any</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1559,6 +1600,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-Port">Port</a>
@@ -1568,6 +1610,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1623,6 +1666,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-Port">Port</a>
@@ -1632,6 +1676,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1687,6 +1732,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1696,6 +1742,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>any</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1728,6 +1775,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-MessageSender">MessageSender</a>
@@ -1737,6 +1785,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1771,6 +1820,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1780,6 +1830,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1833,6 +1884,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1842,6 +1894,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>any</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1874,6 +1927,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-MessageSender">MessageSender</a>
@@ -1883,6 +1937,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1917,6 +1972,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1926,6 +1982,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1976,6 +2033,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1985,6 +2043,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2010,6 +2069,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -2019,6 +2079,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2051,6 +2112,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2060,6 +2122,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2100,6 +2163,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2109,6 +2173,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2134,6 +2199,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2143,6 +2209,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2177,6 +2244,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2186,6 +2254,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2220,6 +2289,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2229,6 +2299,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2263,6 +2334,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2272,6 +2344,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2314,6 +2387,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2323,6 +2397,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2348,6 +2423,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2357,6 +2433,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2391,6 +2468,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-Event">Event</a>
@@ -2400,6 +2478,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2434,6 +2513,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-Event">Event</a>
@@ -2443,6 +2523,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2477,6 +2558,7 @@ For details, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2486,6 +2568,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2520,6 +2603,7 @@ For details, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-MessageSender">MessageSender</a>
@@ -2529,6 +2613,7 @@ For details, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/external_extensions.html b/chrome/common/extensions/docs/external_extensions.html
index 5c79115..444cc9e 100644
--- a/chrome/common/extensions/docs/external_extensions.html
+++ b/chrome/common/extensions/docs/external_extensions.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/faq.html b/chrome/common/extensions/docs/faq.html
index 7552c0a..8816af8c 100644
--- a/chrome/common/extensions/docs/faq.html
+++ b/chrome/common/extensions/docs/faq.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html
index 3badcfda..e2fe796 100644
--- a/chrome/common/extensions/docs/getstarted.html
+++ b/chrome/common/extensions/docs/getstarted.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/history.html b/chrome/common/extensions/docs/history.html
index 4f25089..3f16317 100644
--- a/chrome/common/extensions/docs/history.html
+++ b/chrome/common/extensions/docs/history.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -493,6 +495,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -502,6 +505,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -529,6 +533,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -538,6 +543,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -628,6 +634,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -637,6 +644,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -726,6 +734,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -735,6 +744,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -762,6 +772,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -771,6 +782,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -803,6 +815,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -812,6 +825,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -848,6 +862,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -857,6 +872,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -945,6 +961,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -954,6 +971,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -981,6 +999,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -990,6 +1009,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1081,6 +1101,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1090,6 +1111,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1117,6 +1139,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1126,6 +1149,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1162,6 +1186,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1171,6 +1196,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1233,6 +1259,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1248,10 +1275,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1310,6 +1339,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1319,6 +1349,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1346,6 +1377,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1355,6 +1387,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1387,6 +1420,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1396,6 +1430,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1428,6 +1463,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1437,6 +1473,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1469,6 +1506,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1478,6 +1516,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1514,6 +1553,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1523,6 +1563,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1585,6 +1626,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1600,10 +1642,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1671,6 +1715,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1680,6 +1725,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1707,6 +1753,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1716,6 +1763,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1748,6 +1796,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1763,10 +1812,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1826,6 +1877,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="history.html#type-HistoryItem">HistoryItem</a>
@@ -1835,6 +1887,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1887,6 +1940,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1896,6 +1950,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1921,6 +1976,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1930,6 +1986,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1962,6 +2019,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1971,6 +2029,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2003,6 +2062,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2012,6 +2072,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2044,6 +2105,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2053,6 +2115,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2085,6 +2148,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2094,6 +2158,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2126,6 +2191,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2135,6 +2201,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2175,6 +2242,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2184,6 +2252,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2209,6 +2278,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2218,6 +2288,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2250,6 +2321,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2259,6 +2331,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2291,6 +2364,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2300,6 +2374,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>number</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2332,6 +2407,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2341,6 +2417,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2373,6 +2450,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2382,6 +2460,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span>["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keyword_generated"]</span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/hosting.html b/chrome/common/extensions/docs/hosting.html
index 6640bce..dc8c1f4d 100644
--- a/chrome/common/extensions/docs/hosting.html
+++ b/chrome/common/extensions/docs/hosting.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/i18n-messages.html b/chrome/common/extensions/docs/i18n-messages.html
index 5366ee0..b9bc9c0 100644
--- a/chrome/common/extensions/docs/i18n-messages.html
+++ b/chrome/common/extensions/docs/i18n-messages.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html
index 9cbdca3..d633b14 100644
--- a/chrome/common/extensions/docs/i18n.html
+++ b/chrome/common/extensions/docs/i18n.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -901,6 +903,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -910,6 +913,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -972,6 +976,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -987,10 +992,12 @@ For details on calling <code>getAcceptLanguages()</code>, see the
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1047,6 +1054,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1056,6 +1064,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1088,6 +1097,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1097,6 +1107,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
array of <span><span></span></span>
</span>
<span>string or array of string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1135,6 +1146,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1144,6 +1156,7 @@ For details on calling <code>getAcceptLanguages()</code>, see the
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html
index fb5d8aa..37abbf8 100644
--- a/chrome/common/extensions/docs/index.html
+++ b/chrome/common/extensions/docs/index.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/js/api_page_generator.js b/chrome/common/extensions/docs/js/api_page_generator.js
index c1adb11..a009042 100644
--- a/chrome/common/extensions/docs/js/api_page_generator.js
+++ b/chrome/common/extensions/docs/js/api_page_generator.js
@@ -299,6 +299,14 @@ function getTypeRef(type) {
return type["$ref"];
}
+function getEnumValues(enumList, type) {
+ if (type === "string") {
+ enumList = enumList.map(function(e) { return '"' + e + '"'});
+ }
+ var retval = enumList.join(', ');
+ return "[" + retval + "]";
+}
+
function showPageTOC() {
return module || getDataFromPageHTML('pageData-showTOC');
}
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index f9c6507..ab5cd1c 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/match_patterns.html b/chrome/common/extensions/docs/match_patterns.html
index 2e1a921..50e207f 100644
--- a/chrome/common/extensions/docs/match_patterns.html
+++ b/chrome/common/extensions/docs/match_patterns.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/messaging.html b/chrome/common/extensions/docs/messaging.html
index 59a0987..b1a17de 100644
--- a/chrome/common/extensions/docs/messaging.html
+++ b/chrome/common/extensions/docs/messaging.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/notifications.html b/chrome/common/extensions/docs/notifications.html
index 408365c..37a178c 100644
--- a/chrome/common/extensions/docs/notifications.html
+++ b/chrome/common/extensions/docs/notifications.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/npapi.html b/chrome/common/extensions/docs/npapi.html
index b90508d..da77ef5 100644
--- a/chrome/common/extensions/docs/npapi.html
+++ b/chrome/common/extensions/docs/npapi.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/options.html b/chrome/common/extensions/docs/options.html
index 642c944..5124fc2 100644
--- a/chrome/common/extensions/docs/options.html
+++ b/chrome/common/extensions/docs/options.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/override.html b/chrome/common/extensions/docs/override.html
index 9003cfe..34f534b 100644
--- a/chrome/common/extensions/docs/override.html
+++ b/chrome/common/extensions/docs/override.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html
index 9c21d51..d44b302 100644
--- a/chrome/common/extensions/docs/overview.html
+++ b/chrome/common/extensions/docs/overview.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html
index f72115a..28c8f52 100644
--- a/chrome/common/extensions/docs/packaging.html
+++ b/chrome/common/extensions/docs/packaging.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html
index b7adcd8..82dad8b 100644
--- a/chrome/common/extensions/docs/pageAction.html
+++ b/chrome/common/extensions/docs/pageAction.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -454,6 +456,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -463,6 +466,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -549,6 +553,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -558,6 +563,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -585,6 +591,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -594,6 +601,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -626,6 +634,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -635,6 +644,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>ImageData</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -667,6 +677,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -676,6 +687,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -708,6 +720,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -717,6 +730,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -807,6 +821,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -816,6 +831,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -843,6 +859,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -852,6 +869,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -884,6 +902,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -893,6 +912,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -983,6 +1003,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -992,6 +1013,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1019,6 +1041,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1028,6 +1051,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1060,6 +1084,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1069,6 +1094,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1159,6 +1185,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1168,6 +1195,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1264,6 +1292,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -1273,6 +1302,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html
index 1ca0c09..e74c02d 100644
--- a/chrome/common/extensions/docs/samples.html
+++ b/chrome/common/extensions/docs/samples.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html
index 8d3335f..27d2d37 100644
--- a/chrome/common/extensions/docs/tabs.html
+++ b/chrome/common/extensions/docs/tabs.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -393,6 +395,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -402,6 +405,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -434,6 +438,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -443,6 +448,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -468,6 +474,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -477,6 +484,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span>["jpeg", "png"]</span>
</span>
</span>
)
@@ -509,6 +517,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -518,6 +527,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -554,6 +564,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -563,6 +574,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -625,6 +637,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -634,6 +647,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -690,6 +704,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -699,6 +714,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -733,6 +749,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -742,6 +759,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -769,6 +787,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -778,6 +797,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -820,6 +840,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="extension.html#type-Port">Port</a>
@@ -829,6 +850,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -907,6 +929,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -916,6 +939,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -943,6 +967,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -952,6 +977,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -984,6 +1010,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -993,6 +1020,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1025,6 +1053,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1034,6 +1063,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1066,6 +1096,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1075,6 +1106,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1111,6 +1143,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1120,6 +1153,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1182,6 +1216,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -1191,6 +1226,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1247,6 +1283,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1256,6 +1293,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1288,6 +1326,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1297,6 +1336,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1359,6 +1399,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1368,6 +1409,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1425,6 +1467,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1434,6 +1477,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1466,6 +1510,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1475,6 +1520,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1500,6 +1546,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1509,6 +1556,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1541,6 +1589,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1550,6 +1599,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1582,6 +1632,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1591,6 +1642,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1627,6 +1679,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1636,6 +1689,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1723,6 +1777,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1732,6 +1787,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1766,6 +1822,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1775,6 +1832,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1837,6 +1895,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -1846,6 +1905,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1904,6 +1964,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1913,6 +1974,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1945,6 +2007,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1954,6 +2017,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2016,6 +2080,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2031,10 +2096,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2092,6 +2159,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2101,6 +2169,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2163,6 +2232,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -2172,6 +2242,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2230,6 +2301,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2239,6 +2311,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2271,6 +2344,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2280,6 +2354,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2342,6 +2417,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -2351,6 +2427,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2410,6 +2487,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2419,6 +2497,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2451,6 +2530,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2460,6 +2540,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2485,6 +2566,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2494,6 +2576,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2526,6 +2609,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2535,6 +2619,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2567,6 +2652,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2576,6 +2662,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2612,6 +2699,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2621,6 +2709,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2709,6 +2798,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2718,6 +2808,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2752,6 +2843,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2761,6 +2853,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2788,6 +2881,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2797,6 +2891,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2829,6 +2924,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2838,6 +2934,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2874,6 +2971,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2883,6 +2981,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2945,6 +3044,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -2954,6 +3054,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -3010,6 +3111,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3019,6 +3121,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3053,6 +3156,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3062,6 +3166,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3152,6 +3257,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3161,6 +3267,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3195,6 +3302,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3204,6 +3312,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>any</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3238,6 +3347,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3247,6 +3357,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3309,6 +3420,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3318,6 +3430,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>any</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3375,6 +3488,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3384,6 +3498,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3418,6 +3533,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3427,6 +3543,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3454,6 +3571,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3463,6 +3581,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3497,6 +3616,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3506,6 +3626,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3544,6 +3665,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3553,6 +3675,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3615,6 +3738,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -3624,6 +3748,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -3689,6 +3814,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3698,6 +3824,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3732,6 +3859,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3741,6 +3869,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3768,6 +3897,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3777,6 +3907,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3811,6 +3942,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3820,6 +3952,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3879,6 +4012,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -3888,6 +4022,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -3941,6 +4076,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3950,6 +4086,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -3984,6 +4121,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -3993,6 +4131,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4020,6 +4159,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4029,6 +4169,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4063,6 +4204,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4072,6 +4214,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4131,6 +4274,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4140,6 +4284,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4174,6 +4319,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4183,6 +4329,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4210,6 +4357,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4219,6 +4367,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4253,6 +4402,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4262,6 +4412,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4296,6 +4447,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4305,6 +4457,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4364,6 +4517,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4373,6 +4527,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4428,6 +4583,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4437,6 +4593,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4469,6 +4626,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4478,6 +4636,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4505,6 +4664,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4514,6 +4674,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4571,6 +4732,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4580,6 +4742,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4614,6 +4777,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4623,6 +4787,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4648,6 +4813,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4657,6 +4823,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4689,6 +4856,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4698,6 +4866,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4734,6 +4903,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-Tab">Tab</a>
@@ -4743,6 +4913,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -4793,6 +4964,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4802,6 +4974,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4829,6 +5002,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4838,6 +5012,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4870,6 +5045,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4879,6 +5055,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4911,6 +5088,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4920,6 +5098,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4952,6 +5131,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -4961,6 +5141,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -4993,6 +5174,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -5002,6 +5184,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -5034,6 +5217,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -5043,6 +5227,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -5075,6 +5260,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -5084,6 +5270,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -5116,6 +5303,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -5125,6 +5313,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -5157,6 +5346,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -5166,6 +5356,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html
index 1ec0fa1..c9cbcbc 100644
--- a/chrome/common/extensions/docs/template/api_template.html
+++ b/chrome/common/extensions/docs/template/api_template.html
@@ -18,6 +18,7 @@
<div style="display:inline">
(
<span class="optional" jsdisplay="optional">optional</span>
+ <span class="enum" jsdisplay="enum">enumerated</span>
<span id="typeTemplate">
<span jsdisplay="getTypeRef($this)">
<a jsvalues=".href: getTypeRefPage($this) + '#type-' + getTypeRef($this)" jscontent="getTypeRef($this)"> Type</a>
@@ -27,6 +28,7 @@
array of <span jsselect="items"><span transclude="typeTemplate"></span></span>
</span>
<span jsdisplay="!isArray($this)" jscontent="getTypeName($this)">paramType</span>
+ <span jsdisplay="!isArray($this) && enum" jscontent="getEnumValues(enum, type);"></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html
index 83a0744..fd849fc 100644
--- a/chrome/common/extensions/docs/themes.html
+++ b/chrome/common/extensions/docs/themes.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/tut_analytics.html b/chrome/common/extensions/docs/tut_analytics.html
index 506920a..05e9d2e 100644
--- a/chrome/common/extensions/docs/tut_analytics.html
+++ b/chrome/common/extensions/docs/tut_analytics.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/tut_debugging.html b/chrome/common/extensions/docs/tut_debugging.html
index 11d4f3c..710460e 100644
--- a/chrome/common/extensions/docs/tut_debugging.html
+++ b/chrome/common/extensions/docs/tut_debugging.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/tut_oauth.html b/chrome/common/extensions/docs/tut_oauth.html
index d9734a2..492acd5 100644
--- a/chrome/common/extensions/docs/tut_oauth.html
+++ b/chrome/common/extensions/docs/tut_oauth.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/tutorials.html b/chrome/common/extensions/docs/tutorials.html
index 5144d96..9fd922d 100644
--- a/chrome/common/extensions/docs/tutorials.html
+++ b/chrome/common/extensions/docs/tutorials.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html
index a81121af..e0ad4cf 100644
--- a/chrome/common/extensions/docs/windows.html
+++ b/chrome/common/extensions/docs/windows.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -383,6 +385,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -392,6 +395,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -451,6 +455,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -460,6 +465,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -487,6 +493,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -496,6 +503,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -528,6 +536,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -537,6 +546,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -569,6 +579,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -578,6 +589,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -610,6 +622,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -619,6 +632,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -651,6 +665,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -660,6 +675,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -692,6 +708,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -701,6 +718,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -733,6 +751,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -742,6 +761,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span>["normal", "popup"]</span>
</span>
</span>
)
@@ -778,6 +798,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -787,6 +808,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -849,6 +871,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="windows.html#type-Window">Window</a>
@@ -858,6 +881,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -914,6 +938,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -923,6 +948,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -957,6 +983,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -966,6 +993,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1028,6 +1056,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="windows.html#type-Window">Window</a>
@@ -1037,6 +1066,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1095,6 +1125,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1104,6 +1135,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1131,6 +1163,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1140,6 +1173,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1176,6 +1210,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1185,6 +1220,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1247,6 +1283,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1262,10 +1299,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1323,6 +1362,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1332,6 +1372,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1394,6 +1435,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="windows.html#type-Window">Window</a>
@@ -1403,6 +1445,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1460,6 +1503,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1469,6 +1513,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1531,6 +1576,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="windows.html#type-Window">Window</a>
@@ -1540,6 +1586,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -1598,6 +1645,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1607,6 +1655,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1641,6 +1690,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1650,6 +1700,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1740,6 +1791,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1749,6 +1801,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1783,6 +1836,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1792,6 +1846,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1819,6 +1874,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1828,6 +1884,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1860,6 +1917,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1869,6 +1927,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1901,6 +1960,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1910,6 +1970,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1942,6 +2003,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1951,6 +2013,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -1987,6 +2050,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -1996,6 +2060,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>function</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2058,6 +2123,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="windows.html#type-Window">Window</a>
@@ -2067,6 +2133,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2134,6 +2201,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
<a href="windows.html#type-Window">Window</a>
@@ -2143,6 +2211,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)
@@ -2196,6 +2265,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2205,6 +2275,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2258,6 +2329,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2267,6 +2339,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2317,6 +2390,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2326,6 +2400,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>object</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2353,6 +2428,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2362,6 +2438,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2394,6 +2471,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2403,6 +2481,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2435,6 +2514,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2444,6 +2524,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2476,6 +2557,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2485,6 +2567,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2517,6 +2600,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2526,6 +2610,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2558,6 +2643,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2567,6 +2653,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>integer</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2599,6 +2686,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2614,10 +2702,12 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span></span>
</span>
<span style="display: none; ">paramType</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2650,6 +2740,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2659,6 +2750,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>boolean</span>
+ <span style="display: none; "></span>
</span>
</span>
)
@@ -2691,6 +2783,7 @@ For other examples and for help in viewing the source code, see
<div style="display:inline">
(
<span class="optional" style="display: none; ">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2700,6 +2793,7 @@ For other examples and for help in viewing the source code, see
array of <span><span></span></span>
</span>
<span>string</span>
+ <span>["normal", "popup", "app"]</span>
</span>
</span>
)
diff --git a/chrome/common/extensions/docs/xhr.html b/chrome/common/extensions/docs/xhr.html
index fac1324..b2674f3 100644
--- a/chrome/common/extensions/docs/xhr.html
+++ b/chrome/common/extensions/docs/xhr.html
@@ -35,6 +35,7 @@
<div style="display:inline">
(
<span class="optional">optional</span>
+ <span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
@@ -44,6 +45,7 @@
array of <span><span></span></span>
</span>
<span>paramType</span>
+ <span></span>
</span>
</span>
)