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

Unified Diff: chrome/common/extensions/docs/apps/bookmarks.html

Issue 10871034: Make all quota-exceeding messages in the storage API explain what the failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update... the other error message Created 8 years, 4 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/api/web_request.json ('k') | chrome/common/extensions/docs/css/ApiRefStyles.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/apps/bookmarks.html
diff --git a/chrome/common/extensions/docs/apps/bookmarks.html b/chrome/common/extensions/docs/apps/bookmarks.html
index 9bd0c6f83954d49ea00e48332db583ba14016197..f001e2175c7001aefcd7194f8307014ddc9b6326 100644
--- a/chrome/common/extensions/docs/apps/bookmarks.html
+++ b/chrome/common/extensions/docs/apps/bookmarks.html
@@ -180,6 +180,16 @@
<a href="#apiReference">API reference: chrome.bookmarks</a>
<ol>
<li>
+ <a href="#properties">Properties</a>
+ <ol>
+ <li>
+ <a href="#property-MAX_WRITE_OPERATIONS_PER_HOUR">MAX_WRITE_OPERATIONS_PER_HOUR</a>
+ </li><li>
+ <a href="#property-MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE">MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</a>
+ </li>
+ </ol>
+ </li>
+ <li>
<a href="#global-methods">Methods</a>
<ol>
<li>
@@ -327,7 +337,65 @@ For other examples and for help in viewing the source code, see
<a name="apiReference"></a>
<h2>API reference: chrome.bookmarks</h2>
<!-- PROPERTIES -->
- <!-- /apiGroup -->
+ <div class="apiGroup">
+ <a name="properties"></a>
+ <h3 id="properties">Properties</h3>
+ <div>
+ <a name="property-MAX_WRITE_OPERATIONS_PER_HOUR"></a>
+ <h4>MAX_WRITE_OPERATIONS_PER_HOUR</h4>
+ <div class="summary">
+ <!-- Note: intentionally longer 80 columns -->
+ <span>chrome.bookmarks.</span><span>MAX_WRITE_OPERATIONS_PER_HOUR</span>
+ </div>
+ <div>
+ <dt>
+ <var>MAX_WRITE_OPERATIONS_PER_HOUR</var>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <code>100</code>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd>The maximum number of <code>move</code>, <code>update</code>, <code>create</code>, or <code>remove</code> operations that can be performed each hour. Updates that would cause this limit to be exceeded fail.</dd>
+ <!-- OBJECT PROPERTIES -->
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
+ </div><div>
+ <a name="property-MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE"></a>
+ <h4>MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</h4>
+ <div class="summary">
+ <!-- Note: intentionally longer 80 columns -->
+ <span>chrome.bookmarks.</span><span>MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</span>
+ </div>
+ <div>
+ <dt>
+ <var>MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</var>
+ <em>
+ <!-- TYPE -->
+ <div style="display:inline">
+ (
+ <span id="typeTemplate">
+ <code>2</code>
+ </span>
+ )
+ </div>
+ </em>
+ </dt>
+ <dd>The maximum number of <code>move</code>, <code>update</code>, <code>create</code>, or <code>remove</code> operations that can be performed each minute, sustained over 10 minutes. Updates that would cause this limit to be exceeded fail.</dd>
+ <!-- OBJECT PROPERTIES -->
+ <!-- OBJECT METHODS -->
+ <!-- OBJECT EVENT FIELDS -->
+ <!-- FUNCTION PARAMETERS -->
+ </div>
+ </div>
+ </div> <!-- /apiGroup -->
<!-- METHODS -->
<div id="methodsTemplate" class="apiGroup">
<a name="global-methods"></a>
« no previous file with comments | « chrome/common/extensions/api/web_request.json ('k') | chrome/common/extensions/docs/css/ApiRefStyles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698