diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/browsingData.json | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/browsingData.html | 4 | ||||
-rw-r--r-- | chrome/common/extensions/docs/examples/api/browsingData/basic.zip | bin | 9255 -> 9263 bytes | |||
-rw-r--r-- | chrome/common/extensions/docs/static/browsingData.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/api/browsingData.json b/chrome/common/extensions/api/browsingData.json index 4bd5fa5..d077277 100644 --- a/chrome/common/extensions/api/browsingData.json +++ b/chrome/common/extensions/api/browsingData.json @@ -10,7 +10,7 @@ "since": { "type": "number", "optional": true, - "description": "Remove data accumulated on or after this date, represented in milliseconds since the epoch ('Date().GetTime()'). If absent, defaults to 0 (which would remove everything)." + "description": "Remove data accumulated on or after this date, represented in milliseconds since the epoch (accessible via the <code>getTime</code> method of the JavaScript <code>Date</code> object). If absent, defaults to 0 (which would remove all browsing data)." } } } diff --git a/chrome/common/extensions/docs/browsingData.html b/chrome/common/extensions/docs/browsingData.html index 4d37a5b..1114a8d 100644 --- a/chrome/common/extensions/docs/browsingData.html +++ b/chrome/common/extensions/docs/browsingData.html @@ -262,7 +262,7 @@ </p> <h2 id="manifest">Manifest</h2> <p> - You must declare the "clear" permission in the + You must declare the "browsingData" permission in the <a href="manifest.html">extension manifest</a> to use this API. </p> <pre>{ @@ -1815,7 +1815,7 @@ chrome.browsingData.removeCookies({ </div> </em> </dt> - <dd>Remove data accumulated on or after this date, represented in milliseconds since the epoch ('Date().GetTime()'). If absent, defaults to 0 (which would remove everything).</dd> + <dd>Remove data accumulated on or after this date, represented in milliseconds since the epoch (accessible via the <code>getTime</code> method of the JavaScript <code>Date</code> object). If absent, defaults to 0 (which would remove all browsing data).</dd> <!-- OBJECT PROPERTIES --> <!-- OBJECT METHODS --> <!-- OBJECT EVENT FIELDS --> diff --git a/chrome/common/extensions/docs/examples/api/browsingData/basic.zip b/chrome/common/extensions/docs/examples/api/browsingData/basic.zip Binary files differindex d1c9cff..98d0f365 100644 --- a/chrome/common/extensions/docs/examples/api/browsingData/basic.zip +++ b/chrome/common/extensions/docs/examples/api/browsingData/basic.zip diff --git a/chrome/common/extensions/docs/static/browsingData.html b/chrome/common/extensions/docs/static/browsingData.html index 27ed66b..bd81526 100644 --- a/chrome/common/extensions/docs/static/browsingData.html +++ b/chrome/common/extensions/docs/static/browsingData.html @@ -9,7 +9,7 @@ <h2 id="manifest">Manifest</h2> <p> - You must declare the "clear" permission in the + You must declare the "browsingData" permission in the <a href="manifest.html">extension manifest</a> to use this API. </p> |