summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/quota/quota_backend_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* [Retry] Quota: Implement QuotaBackendImplnhiroki@chromium.org2013-11-121-0/+103
| | | | | | | | | | | | | | | | | | Original review: https://codereview.chromium.org/61593002/ This introduces QuotaBackendImpl working as bridge among FileSystemUsageCache, QuotaManager and QuotaReservationManager. The backend will be created by FileSystemContext and retained by QuotaReservationManager. BUG=303443 TEST=content_unittests --gtest_filter=QuotaBackendImplTest.* TEST=content_unittests --gtest_filter=QuotaReservationManagerTest.* TBR=tzik@chromium.org,kinuko@chromium.org,jochen@chromium.org Review URL: https://codereview.chromium.org/66313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234415 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 233815 "Quota: Implement QuotaBackendImpl"nhiroki@chromium.org2013-11-081-103/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This breaks content_unittests on some bots. http://build.chromium.org/p/chromium.linux/builders/Linux Aura/builds/11164 > Quota: Implement QuotaBackendImpl > > This introduces QuotaBackendImpl working as bridge among FileSystemUsageCache, > QuotaManager and QuotaReservationManager. The backend will be created by > FileSystemContext and retained by QuotaReservationManager. > > > BUG=303443 > TEST=content_unittests --gtest_filter=QuotaBackendImplTest.* > TEST=content_unittests --gtest_filter=QuotaReservationManagerTest.* > TBR=jochen@chromium.org > > Review URL: https://codereview.chromium.org/61593002 TBR=nhiroki@chromium.org Review URL: https://codereview.chromium.org/64883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233828 0039d316-1c4b-4281-b951-d872f2087c98
* Quota: Implement QuotaBackendImplnhiroki@chromium.org2013-11-081-0/+103
This introduces QuotaBackendImpl working as bridge among FileSystemUsageCache, QuotaManager and QuotaReservationManager. The backend will be created by FileSystemContext and retained by QuotaReservationManager. BUG=303443 TEST=content_unittests --gtest_filter=QuotaBackendImplTest.* TEST=content_unittests --gtest_filter=QuotaReservationManagerTest.* TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/61593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233815 0039d316-1c4b-4281-b951-d872f2087c98