summaryrefslogtreecommitdiffstats
path: root/webkit/quota
Commit message (Expand)AuthorAgeFilesLines
* 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
* Database usage adjustment for .../webkitgbillock@chromium.org2012-02-071-61/+25
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-062-2/+0
* [sql] WARN_UNUSED_RESULT on Execute().shess@chromium.org2011-12-231-2/+1
* base::Bind: Convert webkit/database.jhawkins@chromium.org2011-12-221-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-2/+10
* Coverity: Remove some useless DCHECKs.thestig@chromium.org2011-12-211-2/+0
* Remove static initializer from quota_temporary_storage_evictor.ccthakis@chromium.org2011-12-021-4/+5
* Cleanup: Remove unneeded forward declarations in webkit/.thestig@chromium.org2011-11-172-5/+0
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-161-5/+6
* Fix quota value overflow (reland).tzik@chromium.org2011-11-142-3/+3
* Revert 109855 - Fix quota value overflow.tzik@chromium.org2011-11-142-3/+3
* Fix quota value overflow.tzik@chromium.org2011-11-142-3/+3
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-111-0/+1
* Setup the error delegate for the quota database so we get error histograms.michaeln@google.com2011-10-311-0/+6
* QuotaManager: add a method to delete host data.mnaganov@chromium.org2011-10-193-0/+260
* base::Bind: Final cleanups in webkit/quota.jhawkins@chromium.org2011-10-185-56/+67
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-1815-364/+345
* base::Bind: Convert QuotaEvictionHandler::GetLRUOriginCallback.jhawkins@chromium.org2011-10-185-33/+38
* 2nd try: Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-179-451/+457
* Revert 105791 (to see if it fixes browser_tests) - Change default global temp...kinuko@chromium.org2011-10-179-457/+451
* Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-179-451/+457
* By default, disable temporary storage eviction based on free disk space.mnaganov@chromium.org2011-10-063-7/+49
* Retrieve per host storage usage from QuotaManager.mnaganov@chromium.org2011-10-046-2/+159
* DatabaseTracker: Clearing session-only databases on exit.marja@chromium.org2011-09-083-0/+8
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-023-6/+7
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-023-7/+6
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-023-6/+7
* Session-only local storage cleared on exit.marja@chromium.org2011-08-193-0/+16
* Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S...marja@chromium.org2011-08-172-1/+11
* Refine UMA stats of QuotaTemporaryStorageEvictortzik@chromium.org2011-08-163-59/+131
* Send notifications on the IO thread when changes are made to the special stor...michaeln@google.com2011-08-156-11/+109
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-154-9/+9
* Minor cleanup to UsageTracker.IsWorking().michaeln@google.com2011-08-124-17/+10
* Track usage per-origin at the lowest level instead of per-host.michaeln@google.com2011-08-114-120/+126
* Adding usage entry to chrome://settings/cookies.tzik@chromium.org2011-08-092-0/+10