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

Side by Side Diff: chrome/common/extensions/docs/storage.html

Issue 10266006: Define the storage API throttling constants in storage.json so that they are (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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
« no previous file with comments | « chrome/common/extensions/api/storage.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 ) 474 )
475 </div> 475 </div>
476 </em> 476 </em>
477 </dt> 477 </dt>
478 <dd>The maximum number of items that can be stored in sync storage.</d d> 478 <dd>The maximum number of items that can be stored in sync storage.</d d>
479 <!-- OBJECT PROPERTIES --> 479 <!-- OBJECT PROPERTIES -->
480 <!-- OBJECT METHODS --> 480 <!-- OBJECT METHODS -->
481 <!-- OBJECT EVENT FIELDS --> 481 <!-- OBJECT EVENT FIELDS -->
482 <!-- FUNCTION PARAMETERS --> 482 <!-- FUNCTION PARAMETERS -->
483 </div> 483 </div>
484 </div><div>
485 <div>
486 <dt>
487 <var>MAX_WRITE_OPERATIONS_PER_HOUR</var>
488 <em>
489 <!-- TYPE -->
490 <div style="display:inline">
491 (
492 <span id="typeTemplate">
493 <code>1,000</code>
494 </span>
495 )
496 </div>
497 </em>
498 </dt>
499 <dd>The maximum number of <code>set</code>, <code>remove</code>, or <c ode>clear</code> operations that can be performed each hour.</dd>
500 <!-- OBJECT PROPERTIES -->
501 <!-- OBJECT METHODS -->
502 <!-- OBJECT EVENT FIELDS -->
503 <!-- FUNCTION PARAMETERS -->
504 </div>
505 </div><div>
506 <div>
507 <dt>
508 <var>MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE</var>
509 <em>
510 <!-- TYPE -->
511 <div style="display:inline">
512 (
513 <span id="typeTemplate">
514 <code>10</code>
515 </span>
516 )
517 </div>
518 </em>
519 </dt>
520 <dd>The maximum number of <code>set</code>, <code>remove</code>, or <c ode>clear</code> operations that can be performed each minute, sustained over 10 minutes.</dd>
521 <!-- OBJECT PROPERTIES -->
522 <!-- OBJECT METHODS -->
523 <!-- OBJECT EVENT FIELDS -->
524 <!-- FUNCTION PARAMETERS -->
525 </div>
484 </div> 526 </div>
485 </dl> 527 </dl>
486 </dd> 528 </dd>
487 <!-- OBJECT METHODS --> 529 <!-- OBJECT METHODS -->
488 <!-- OBJECT EVENT FIELDS --> 530 <!-- OBJECT EVENT FIELDS -->
489 <!-- FUNCTION PARAMETERS --> 531 <!-- FUNCTION PARAMETERS -->
490 </div> 532 </div>
491 </div><div> 533 </div><div>
492 <a name="property-local"></a> 534 <a name="property-local"></a>
493 <h4>local</h4> 535 <h4>local</h4>
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 _uff=0; 1243 _uff=0;
1202 urchinTracker(); 1244 urchinTracker();
1203 } 1245 }
1204 catch(e) {/* urchinTracker not available. */} 1246 catch(e) {/* urchinTracker not available. */}
1205 </script> 1247 </script>
1206 <!-- end analytics --> 1248 <!-- end analytics -->
1207 </div> 1249 </div>
1208 </div> <!-- /gc-footer --> 1250 </div> <!-- /gc-footer -->
1209 </div> <!-- /gc-container --> 1251 </div> <!-- /gc-container -->
1210 </body></html> 1252 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/storage.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698