summaryrefslogtreecommitdiffstats
path: root/content/browser/quota_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* Switch to standard integer types in content/browser/.avi2015-12-251-17/+19
* Add trace to the caller of QuotaManager::GetAvailableSpace and its callbacks ...oshima2015-10-101-0/+12
* Tighten DCHECK to clarify that users of syncable storage can't request more q...dgrogan2015-04-221-2/+1
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-2/+2
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-1/+1
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-17/+17
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-5/+3
* [Quota] Pass user gesture state with quota request message.gbillock@chromium.org2014-04-041-36/+25
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* Quota: Remove an invalid DCHECK breaking layout tests on Debug buildnhiroki@chromium.org2014-02-071-1/+0
* Quota: Cap size of requested quotanhiroki@chromium.org2014-02-061-9/+12
* Quota: Return a pair of usage and granted_quota on requesting quota.nhiroki@chromium.org2014-01-211-32/+30
* RequestQuotaDispatcher should handle unexpected death of QuotaDispatcherHost ...kinuko@chromium.org2013-09-091-13/+29
* Move QuotaDispatcherHost from browser/renderer_host to browser/kinuko@chromium.org2013-07-241-0/+258