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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 </ol> 173 </ol>
174 </li><li> 174 </li><li>
175 <a href="#overview-examples">Examples</a> 175 <a href="#overview-examples">Examples</a>
176 <ol> 176 <ol>
177 </ol> 177 </ol>
178 </li> 178 </li>
179 <li> 179 <li>
180 <a href="#apiReference">API reference: chrome.bookmarks</a> 180 <a href="#apiReference">API reference: chrome.bookmarks</a>
181 <ol> 181 <ol>
182 <li> 182 <li>
183 <a href="#properties">Properties</a>
184 <ol>
185 <li>
186 <a href="#property-MAX_WRITE_OPERATIONS_PER_HOUR">MAX_WRITE_OPER ATIONS_PER_HOUR</a>
187 </li><li>
188 <a href="#property-MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE">MA X_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</a>
189 </li>
190 </ol>
191 </li>
192 <li>
183 <a href="#global-methods">Methods</a> 193 <a href="#global-methods">Methods</a>
184 <ol> 194 <ol>
185 <li> 195 <li>
186 <a href="#method-create">create</a> 196 <a href="#method-create">create</a>
187 </li><li> 197 </li><li>
188 <a href="#method-get">get</a> 198 <a href="#method-get">get</a>
189 </li><li> 199 </li><li>
190 <a href="#method-getChildren">getChildren</a> 200 <a href="#method-getChildren">getChildren</a>
191 </li><li> 201 </li><li>
192 <a href="#method-getRecent">getRecent</a> 202 <a href="#method-getRecent">getRecent</a>
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 For other examples and for help in viewing the source code, see 330 For other examples and for help in viewing the source code, see
321 <a href="samples.html">Samples</a>. 331 <a href="samples.html">Samples</a>.
322 </p> 332 </p>
323 <!-- END AUTHORED CONTENT --> 333 <!-- END AUTHORED CONTENT -->
324 </div> 334 </div>
325 <!-- API PAGE --> 335 <!-- API PAGE -->
326 <div class="apiPage"> 336 <div class="apiPage">
327 <a name="apiReference"></a> 337 <a name="apiReference"></a>
328 <h2>API reference: chrome.bookmarks</h2> 338 <h2>API reference: chrome.bookmarks</h2>
329 <!-- PROPERTIES --> 339 <!-- PROPERTIES -->
330 <!-- /apiGroup --> 340 <div class="apiGroup">
341 <a name="properties"></a>
342 <h3 id="properties">Properties</h3>
343 <div>
344 <a name="property-MAX_WRITE_OPERATIONS_PER_HOUR"></a>
345 <h4>MAX_WRITE_OPERATIONS_PER_HOUR</h4>
346 <div class="summary">
347 <!-- Note: intentionally longer 80 columns -->
348 <span>chrome.bookmarks.</span><span>MAX_WRITE_OPERATIONS_PER_HOU R</span>
349 </div>
350 <div>
351 <dt>
352 <var>MAX_WRITE_OPERATIONS_PER_HOUR</var>
353 <em>
354 <!-- TYPE -->
355 <div style="display:inline">
356 (
357 <span id="typeTemplate">
358 <code>100</code>
359 </span>
360 )
361 </div>
362 </em>
363 </dt>
364 <dd>The maximum number of <code>move</code>, <code>update</code>, <cod e>create</code>, or <code>remove</code> operations that can be performed each ho ur. Updates that would cause this limit to be exceeded fail.</dd>
365 <!-- OBJECT PROPERTIES -->
366 <!-- OBJECT METHODS -->
367 <!-- OBJECT EVENT FIELDS -->
368 <!-- FUNCTION PARAMETERS -->
369 </div>
370 </div><div>
371 <a name="property-MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE"></a>
372 <h4>MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</h4>
373 <div class="summary">
374 <!-- Note: intentionally longer 80 columns -->
375 <span>chrome.bookmarks.</span><span>MAX_SUSTAINED_WRITE_OPERATIO NS_PER_MINUTE</span>
376 </div>
377 <div>
378 <dt>
379 <var>MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</var>
380 <em>
381 <!-- TYPE -->
382 <div style="display:inline">
383 (
384 <span id="typeTemplate">
385 <code>2</code>
386 </span>
387 )
388 </div>
389 </em>
390 </dt>
391 <dd>The maximum number of <code>move</code>, <code>update</code>, <cod e>create</code>, or <code>remove</code> operations that can be performed each mi nute, sustained over 10 minutes. Updates that would cause this limit to be excee ded fail.</dd>
392 <!-- OBJECT PROPERTIES -->
393 <!-- OBJECT METHODS -->
394 <!-- OBJECT EVENT FIELDS -->
395 <!-- FUNCTION PARAMETERS -->
396 </div>
397 </div>
398 </div> <!-- /apiGroup -->
331 <!-- METHODS --> 399 <!-- METHODS -->
332 <div id="methodsTemplate" class="apiGroup"> 400 <div id="methodsTemplate" class="apiGroup">
333 <a name="global-methods"></a> 401 <a name="global-methods"></a>
334 <h3>Methods</h3> 402 <h3>Methods</h3>
335 <!-- iterates over all functions --> 403 <!-- iterates over all functions -->
336 <div class="apiItem"> 404 <div class="apiItem">
337 <a name="method-create"></a> <!-- method-anchor --> 405 <a name="method-create"></a> <!-- method-anchor -->
338 <h4>create</h4> 406 <h4>create</h4>
339 <div class="summary"> 407 <div class="summary">
340 <!-- Note: intentionally longer 80 columns --> 408 <!-- Note: intentionally longer 80 columns -->
(...skipping 1944 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 _uff=0; 2353 _uff=0;
2286 urchinTracker(); 2354 urchinTracker();
2287 } 2355 }
2288 catch(e) {/* urchinTracker not available. */} 2356 catch(e) {/* urchinTracker not available. */}
2289 </script> 2357 </script>
2290 <!-- end analytics --> 2358 <!-- end analytics -->
2291 </div> 2359 </div>
2292 </div> <!-- /gc-footer --> 2360 </div> <!-- /gc-footer -->
2293 </div> <!-- /gc-container --> 2361 </div> <!-- /gc-container -->
2294 </body></html> 2362 </body></html>
OLDNEW
« 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