summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/experimental.cookies.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/experimental.cookies.html')
-rw-r--r--chrome/common/extensions/docs/experimental.cookies.html150
1 files changed, 75 insertions, 75 deletions
diff --git a/chrome/common/extensions/docs/experimental.cookies.html b/chrome/common/extensions/docs/experimental.cookies.html
index 860e348..ef99ca3 100644
--- a/chrome/common/extensions/docs/experimental.cookies.html
+++ b/chrome/common/extensions/docs/experimental.cookies.html
@@ -249,9 +249,9 @@
<a href="#types">Types</a>
<ol>
<li>
- <a href="#type-Cookie">Cookie</a>
- </li><li>
<a href="#type-CookieStore">CookieStore</a>
+ </li><li>
+ <a href="#type-Cookie">Cookie</a>
</li>
</ol>
</li>
@@ -2046,8 +2046,8 @@
<!-- iterates over all types -->
<div class="apiItem">
- <a name="type-Cookie"></a>
- <h4>Cookie</h4>
+ <a name="type-CookieStore"></a>
+ <h4>CookieStore</h4>
<div>
<dt>
@@ -2077,7 +2077,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>Represents information about an HTTP cookie.</dd>
+ <dd>Represents a cookie store in the browser. An incognito mode window, for instance, uses a separate cookie store from a non-incognito window.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
@@ -2085,7 +2085,7 @@
<div>
<div>
<dt>
- <var>name</var>
+ <var>id</var>
<em>
<!-- TYPE -->
@@ -2111,7 +2111,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The name of the cookie.</dd>
+ <dd>The unique identifier for the cookie store.</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2126,7 +2126,7 @@
</div><div>
<div>
<dt>
- <var>value</var>
+ <var>tabIds</var>
<em>
<!-- TYPE -->
@@ -2138,10 +2138,20 @@
<a> Type</a>
</span>
<span>
+ <span>
+ array of <span><span>
+ <span style="display: none; ">
+ <a> Type</a>
+ </span>
+ <span>
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>string</span>
+ <span>integer</span>
+ </span>
+ </span></span>
+ </span>
+ <span style="display: none; ">paramType</span>
</span>
</span>
)
@@ -2152,7 +2162,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The value of the cookie.</dd>
+ <dd>Identifiers of all the browser tabs that share this cookie store.</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2164,10 +2174,18 @@
</dl>
</dd>
</div>
- </div><div>
- <div>
+ </div>
+ </dl>
+ </dd>
+ </div>
+
+ </div><div class="apiItem">
+ <a name="type-Cookie"></a>
+ <h4>Cookie</h4>
+
+ <div>
<dt>
- <var>domain</var>
+ <var style="display: none; ">paramName</var>
<em>
<!-- TYPE -->
@@ -2182,7 +2200,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>string</span>
+ <span>object</span>
</span>
</span>
)
@@ -2193,22 +2211,15 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The domain of the cookie (e.g. "www.google.com", "example.com").</dd>
+ <dd>Represents information about an HTTP cookie.</dd>
<!-- OBJECT PROPERTIES -->
- <dd style="display: none; ">
+ <dd>
<dl>
<div>
<div>
- </div>
- </div>
- </dl>
- </dd>
- </div>
- </div><div>
- <div>
<dt>
- <var>hostOnly</var>
+ <var>name</var>
<em>
<!-- TYPE -->
@@ -2223,7 +2234,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>boolean</span>
+ <span>string</span>
</span>
</span>
)
@@ -2234,7 +2245,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>True if the cookie is a host-only cookie (i.e. a request's host must exactly match the domain of the cookie).</dd>
+ <dd>The name of the cookie.</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2249,7 +2260,7 @@
</div><div>
<div>
<dt>
- <var>path</var>
+ <var>value</var>
<em>
<!-- TYPE -->
@@ -2275,7 +2286,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The path of the cookie.</dd>
+ <dd>The value of the cookie.</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2290,7 +2301,7 @@
</div><div>
<div>
<dt>
- <var>secure</var>
+ <var>domain</var>
<em>
<!-- TYPE -->
@@ -2305,7 +2316,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>boolean</span>
+ <span>string</span>
</span>
</span>
)
@@ -2316,7 +2327,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>True if the cookie is marked as Secure (i.e. its scope is limited to secure channels, typically HTTPS).</dd>
+ <dd>The domain of the cookie (e.g. "www.google.com", "example.com").</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2331,7 +2342,7 @@
</div><div>
<div>
<dt>
- <var>httpOnly</var>
+ <var>hostOnly</var>
<em>
<!-- TYPE -->
@@ -2357,7 +2368,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>True if the cookie is marked as HttpOnly (i.e. the cookie is inaccessible to client-side scripts).</dd>
+ <dd>True if the cookie is a host-only cookie (i.e. a request's host must exactly match the domain of the cookie).</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2372,7 +2383,7 @@
</div><div>
<div>
<dt>
- <var>session</var>
+ <var>path</var>
<em>
<!-- TYPE -->
@@ -2387,7 +2398,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>boolean</span>
+ <span>string</span>
</span>
</span>
)
@@ -2398,7 +2409,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>True if the cookie is a session cookie, as opposed to a persistent cookie with an expiration date.</dd>
+ <dd>The path of the cookie.</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2413,13 +2424,13 @@
</div><div>
<div>
<dt>
- <var>expirationDate</var>
+ <var>secure</var>
<em>
<!-- TYPE -->
<div style="display:inline">
(
- <span class="optional">optional</span>
+ <span class="optional" style="display: none; ">optional</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2428,7 +2439,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>number</span>
+ <span>boolean</span>
</span>
</span>
)
@@ -2439,7 +2450,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The expiration date of the cookie as the number of milliseconds since the UNIX epoch. Not provided for session cookies.</dd>
+ <dd>True if the cookie is marked as Secure (i.e. its scope is limited to secure channels, typically HTTPS).</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2454,7 +2465,7 @@
</div><div>
<div>
<dt>
- <var>storeId</var>
+ <var>httpOnly</var>
<em>
<!-- TYPE -->
@@ -2469,7 +2480,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>string</span>
+ <span>boolean</span>
</span>
</span>
)
@@ -2480,7 +2491,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The ID of the cookie store containing this cookie, as provided in getAllCookieStores().</dd>
+ <dd>True if the cookie is marked as HttpOnly (i.e. the cookie is inaccessible to client-side scripts).</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2492,18 +2503,10 @@
</dl>
</dd>
</div>
- </div>
- </dl>
- </dd>
- </div>
-
- </div><div class="apiItem">
- <a name="type-CookieStore"></a>
- <h4>CookieStore</h4>
-
- <div>
+ </div><div>
+ <div>
<dt>
- <var style="display: none; ">paramName</var>
+ <var>session</var>
<em>
<!-- TYPE -->
@@ -2518,7 +2521,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>object</span>
+ <span>boolean</span>
</span>
</span>
)
@@ -2529,21 +2532,28 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>Represents a cookie store in the browser. An incognito mode window, for instance, uses a separate cookie store from a non-incognito window.</dd>
+ <dd>True if the cookie is a session cookie, as opposed to a persistent cookie with an expiration date.</dd>
<!-- OBJECT PROPERTIES -->
- <dd>
+ <dd style="display: none; ">
<dl>
<div>
<div>
+ </div>
+ </div>
+ </dl>
+ </dd>
+ </div>
+ </div><div>
+ <div>
<dt>
- <var>id</var>
+ <var>expirationDate</var>
<em>
<!-- TYPE -->
<div style="display:inline">
(
- <span class="optional" style="display: none; ">optional</span>
+ <span class="optional">optional</span>
<span id="typeTemplate">
<span style="display: none; ">
<a> Type</a>
@@ -2552,7 +2562,7 @@
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>string</span>
+ <span>number</span>
</span>
</span>
)
@@ -2563,7 +2573,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The unique identifier for the cookie store.</dd>
+ <dd>The expiration date of the cookie as the number of milliseconds since the UNIX epoch. Not provided for session cookies.</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2578,7 +2588,7 @@
</div><div>
<div>
<dt>
- <var>tabIds</var>
+ <var>storeId</var>
<em>
<!-- TYPE -->
@@ -2590,20 +2600,10 @@
<a> Type</a>
</span>
<span>
- <span>
- array of <span><span>
- <span style="display: none; ">
- <a> Type</a>
- </span>
- <span>
<span style="display: none; ">
array of <span><span></span></span>
</span>
- <span>integer</span>
- </span>
- </span></span>
- </span>
- <span style="display: none; ">paramType</span>
+ <span>string</span>
</span>
</span>
)
@@ -2614,7 +2614,7 @@
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>Identifiers of all the browser tabs that share this cookie store.</dd>
+ <dd>The ID of the cookie store containing this cookie, as provided in getAllCookieStores().</dd>
<!-- OBJECT PROPERTIES -->
<dd style="display: none; ">
@@ -2648,7 +2648,7 @@
<a rel="license" href="http://code.google.com/google_bsd_license.html">BSD License</a>.
</p>
<p>
- ©2009 Google
+ ©2010 Google
</p>
<!-- begin analytics -->