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

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

Issue 10639020: Switch the downloads API over to IDL/json_schema_compiler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/build/directory.py ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/extensions/downloads.html
diff --git a/chrome/common/extensions/docs/extensions/downloads.html b/chrome/common/extensions/docs/extensions/downloads.html
index 2ed14e4e47eadc19666ba1e938e19ef8e3936255..b63ea8133afde901d7a6da7c87093929b33eefc9 100644
--- a/chrome/common/extensions/docs/extensions/downloads.html
+++ b/chrome/common/extensions/docs/extensions/downloads.html
@@ -1258,7 +1258,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Limits results to downloads that ended after the given ms since the epoch.</dd>
+ <dd>Limits results to <a href="#type-DownloadItem">DownloadItems</a> that ended after the given ms since the epoch.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -1282,7 +1282,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Limits results to downloads that ended before the given ms since the epoch.</dd>
+ <dd>Limits results to <a href="#type-DownloadItem">DownloadItems</a> that ended before the given ms since the epoch.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -1402,7 +1402,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>An identifier that is persistent across browser sessions.</dd>
+ <dd>The <code>id</code> of the <a href="\&quot;#type-DownloadItem\&quot;">DownloadItem</a> that changed.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -1570,7 +1570,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Limits results to downloads that started after the given ms since the epoch.</dd>
+ <dd>Limits results to <a href="#type-DownloadItem">DownloadItems</a> that started after the given ms since the epoch.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -1594,7 +1594,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Limits results to downloads that started before the given ms since the epoch.</dd>
+ <dd>Limits results to <a href="#type-DownloadItem">DownloadItems</a> that started before the given ms since the epoch.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -1666,7 +1666,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Limits results to downloads whose totalBytes is greater than the given integer.</dd>
+ <dd>Limits results to <a href="#type-DownloadItem">DownloadItems</a> whose <code>totalBytes</code> is greater than the given integer.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -1690,7 +1690,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Limits results to downloads whose totalBytes is less than the given integer.</dd>
+ <dd>Limits results to <a href="#type-DownloadItem">DownloadItems</a> whose <code>totalBytes</code> is less than the given integer.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -1929,7 +1929,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>danger</code>.</dd>
+ <dd>The change in <code>danger</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2010,7 +2010,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>dangerAccepted</code>.</dd>
+ <dd>The change in <code>dangerAccepted</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2091,7 +2091,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>endTime</code>.</dd>
+ <dd>The change in <code>endTime</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2172,7 +2172,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>error</code>.</dd>
+ <dd>The change in <code>error</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2253,7 +2253,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>fileSize</code>.</dd>
+ <dd>The change in <code>fileSize</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2334,7 +2334,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>filename</code>.</dd>
+ <dd>The change in <code>filename</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2414,7 +2414,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>The <code>id</code> of the <a href="#type-DownloadItem">DownloadItem</a> that changed.</dd>
+ <dd>An identifier that is persistent across browser sessions.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -2438,7 +2438,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>mime</code>.</dd>
+ <dd>The change in <code>mime</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2519,7 +2519,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>paused</code>.</dd>
+ <dd>The change in <code>paused</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2600,7 +2600,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>startTime</code>.</dd>
+ <dd>The change in <code>startTime</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2681,7 +2681,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>state</code>.</dd>
+ <dd>The change in <code>state</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2762,7 +2762,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>totalBytes</code>.</dd>
+ <dd>The change in <code>totalBytes</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -2843,7 +2843,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd>Describes a change in a <a href="#type-DownloadItem">DownloadItem</a>'s <code>url</code>.</dd>
+ <dd>The change in <code>url</code>, if any.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -3041,7 +3041,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd><dl><dt>file</dt><dd>The download's filename is suspicious.</dd><dt>url</dt><dd>The download's URL is known to be malicious.</dd><dt>content</dt><dd>The downloaded file is known to be malicious.</dd><dt>uncommon</dt><dd>The download's URL is not commonly downloaded and could be dangerous.</dd><dt>safe</dt><dd>The download presents no known danger to the user's computer.</dd></dl>These string constants will never change, however the set of DangerTypes may change.</dd>
+ <dd><dl><dt>file</dt> <dd>The download's filename is suspicious.</dd> <dt>url</dt> <dd>The download's URL is known to be malicious.</dd> <dt>content</dt> <dd>The downloaded file is known to be malicious.</dd> <dt>uncommon</dt> <dd>The download's URL is not commonly downloaded and could be dangerous.</dd> <dt>safe</dt> <dd>The download presents no known danger to the user's computer.</dd> </dl> These string constants will never change, however the set of DangerTypes may change.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -3067,7 +3067,7 @@ directory. For other examples and for help in viewing the source code, see <a hr
</div>
</em>
</dt>
- <dd><dl><dt>in_progress</dt><dd>The download is currently receiving data from the server.</dd><dt>interrupted</dt><dd>An error broke the connection with the file host.</dd><dt>complete</dt><dd>The download completed successfully.</dd></dl>These string constants will never change, however the set of States may change.</dd>
+ <dd><dl><dt>in_progress</dt> <dd>The download is currently receiving data from the server.</dd> <dt>interrupted</dt> <dd>An error broke the connection with the file host.</dd> <dt>complete</dt> <dd>The download completed successfully.</dd> </dl> These string constants will never change, however the set of States may change.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
« no previous file with comments | « chrome/common/extensions/docs/build/directory.py ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698