summaryrefslogtreecommitdiffstats
path: root/webkit/quota
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-073-6/+6
* Add FilePath to base namespace.brettw@chromium.org2013-02-028-44/+43
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-11/+1
* Add the missing kStorageTypeSyncable UsageTracker in ResetUsageTracker.michaelbai@chromium.org2012-12-191-0/+5
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-163-211/+211
* QuotaStatusCode: Use enum names instead of hard coding the valuesarv@chromium.org2012-12-051-6/+6
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-163-15/+15
* Added quota_status_code.h/cc file to hold QuotaStatusCode enum and added func...calvinlo@chromium.org2012-11-064-11/+60
* Add extra checks to see if given origin URL has no path partkinuko@chromium.org2012-11-051-0/+4
* webkit: Merge 'database' and 'quota' to 'webkit_storage'hashimoto@chromium.org2012-10-267-53/+43
* Ensure profile path directory exists before trying to determine amount of fre...calvinlo@chromium.org2012-10-181-1/+11
* Restore quota manager's default quota valuekinuko@chromium.org2012-10-121-0/+2
* Converted GetOriginsForHostTask to use base::PostTaskAndReply(). Deleted supe...calvinlo@chromium.org2012-10-113-96/+0
* 2nd try: Cleanup includes/headers in webkit/fileapikinuko@chromium.org2012-10-101-1/+0
* Revert 161054 - Cleanup includes/headers in webkit/fileapiviettrungluu@chromium.org2012-10-101-0/+1
* Cleanup includes/headers in webkit/fileapikinuko@chromium.org2012-10-101-1/+0
* Added safe callback comment after QuotaClient is destructedcalvinlo@chromium.org2012-10-101-0/+4
* add some missing includes of <functional> to fix compilation on VS2012scottmg@chromium.org2012-10-101-0/+1
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Converted DeleteOriginDataTask and GetModifiedSinceTask to use PostTaskAndRep...calvinlo@chromium.org2012-10-052-72/+39
* Merged HostQuotaCallback into QuotaCallbackcalvinlo@chromium.org2012-09-254-33/+21
* Merge MockQuotaManager in multiple placeskinuko@chromium.org2012-09-212-36/+203
* Cleanup: quota::HostQuotaCallback do not need to pass host and type as argumentscalvinlo@chromium.org2012-09-203-22/+10
* Cleanup: quota::HostUsageCallback do not need to pass host and type as argumentscalvinlo@chromium.org2012-09-196-51/+20
* Add syncable filesystem/storage typekinuko@chromium.org2012-09-135-6/+61
* webkit/quota: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-071-1/+1
* Wipe out QuotaThreadTask.nhiroki@chromium.org2012-09-052-38/+15
* Refactor QuotaManager using base::Callback (2).nhiroki@chromium.org2012-09-042-300/+172
* Refactor QuotaManager using base::Callback.nhiroki@chromium.org2012-08-282-378/+341
* QuotaManager: Return the remaining free disk space as quota.jhawkins@chromium.org2012-08-246-38/+107
* Quota code cleanupkinuko@chromium.org2012-08-242-82/+28
* Quota double-delete fixkinuko@chromium.org2012-08-212-1/+7
* Quota UsageTracker ASAN fixkinuko@chromium.org2012-08-142-6/+16
* Clean-up inline members of nested classes (webkit/)hans@chromium.org2012-08-094-11/+20
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-116-6/+0
* When fetching origins from the quota database, include the ones where the mod...bauerb@chromium.org2012-07-112-12/+19
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-271-3/+1
* Move remaining webkit storage unit tests to content_unittestsadamk@chromium.org2012-06-084-0/+6
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-043-8/+11
* Merge QuotaFileUtil into ObfuscatedFileUtiltzik@chromium.org2012-05-112-5/+7
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-077-45/+50
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-287-47/+128
* Add dependencies to webkit pieces.petermayo@chromium.org2012-04-131-1/+2
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-3/+0
* Change quota::QuotaClient::kAllClientsMask to be an enum.mnaganov@chromium.org2012-03-021-2/+1
* Removing misleading thread-related comment in QuotaManager.kinuko@chromium.org2012-02-241-2/+0
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-8/+6
* Remove `kMockStart` from `quota::MockStorageClient`mkwst@chromium.org2012-02-104-82/+70
* QuotaManager::DeleteOriginData allows deletion of specific QuotaClientsmkwst@chromium.org2012-02-099-94/+430