summaryrefslogtreecommitdiffstats
path: root/extensions/browser/quota_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/browser/.avi2015-12-231-0/+3
* Wrap extension function dispatch in a scoped profile block.reillyg2015-02-111-4/+3
* Allow extension function call quota to be un-throttled.kalman2014-11-051-12/+25
* Remove the extension QuotaService::SustainedLimit and its last client, thekalman2014-10-311-97/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-2/+2
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-21/+21
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-11/+11
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-031-1/+1
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-301-1/+0
* Introduce ExtensionFunction::RunImplTypesafe and SendResponseTypesafe,kalman@chromium.org2014-04-241-1/+1
* Move ExtensionFunction to the extensions component.benwells@chromium.org2013-11-131-1/+1
* Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/benwells@chromium.org2013-11-091-0/+417