| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge QuotaFileUtil into ObfuscatedFileUtil | tzik@chromium.org | 2012-05-11 | 1 | -4/+6 |
* | Change webkit/{fileapi,quota} code to use TaskRunner. | kinuko@chromium.org | 2012-05-07 | 1 | -4/+5 |
* | RefCounted types should not have public destructors, webkit/ | rsleevi@chromium.org | 2012-04-28 | 1 | -21/+84 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-20 | 1 | -8/+6 |
* | QuotaManager::DeleteOriginData allows deletion of specific QuotaClients | mkwst@chromium.org | 2012-02-09 | 1 | -11/+29 |
* | Coverity: Remove some useless DCHECKs. | thestig@chromium.org | 2011-12-21 | 1 | -2/+0 |
* | Fix quota value overflow (reland). | tzik@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | Revert 109855 - Fix quota value overflow. | tzik@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | Fix quota value overflow. | tzik@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | QuotaManager: add a method to delete host data. | mnaganov@chromium.org | 2011-10-19 | 1 | -0/+111 |
* | base::Bind: Final cleanups in webkit/quota. | jhawkins@chromium.org | 2011-10-18 | 1 | -13/+22 |
* | Use base::Callback in Quota related code. | tzik@chromium.org | 2011-10-18 | 1 | -129/+124 |
* | base::Bind: Convert QuotaEvictionHandler::GetLRUOriginCallback. | jhawkins@chromium.org | 2011-10-18 | 1 | -20/+21 |
* | 2nd try: Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 1 | -313/+310 |
* | Revert 105791 (to see if it fixes browser_tests) - Change default global temp... | kinuko@chromium.org | 2011-10-17 | 1 | -310/+313 |
* | Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 1 | -313/+310 |
* | Retrieve per host storage usage from QuotaManager. | mnaganov@chromium.org | 2011-10-04 | 1 | -0/+67 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -2/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Minor cleanup to UsageTracker.IsWorking(). | michaeln@google.com | 2011-08-12 | 1 | -2/+2 |
* | Track usage per-origin at the lowest level instead of per-host. | michaeln@google.com | 2011-08-11 | 1 | -0/+1 |
* | Quota: Add quota::StorageType to the GetOriginsCallback definition. | mkwst@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Refine UMA stats of QuotaManager | tzik@chromium.org | 2011-08-02 | 1 | -2/+44 |
* | Change quota to account directories and path names in the filesystem. | dmikurube@chromium.org | 2011-07-25 | 1 | -0/+22 |
* | Fix UMA stat: Quota.GlobalUsageOf{TEMP,PERM}Storage | tzik@chromium.org | 2011-07-22 | 1 | -21/+20 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Adding UMA histogram to Quota | tzik@chromium.org | 2011-07-14 | 1 | -6/+54 |
* | 2nd try: Implement QM::GetOriginsModifiedSince for browser data deleter support | kinuko@chromium.org | 2011-07-08 | 1 | -45/+128 |
* | Revert 91690 - Implement QM::GetOriginsModifiedSince for browser data deleter... | kinuko@chromium.org | 2011-07-07 | 1 | -128/+45 |
* | Implement QM::GetOriginsModifiedSince for browser data deleter support | kinuko@chromium.org | 2011-07-07 | 1 | -45/+128 |
* | Add QM::DeleteOriginData for browser data deleter support | kinuko@chromium.org | 2011-07-01 | 1 | -42/+91 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 1 | -2/+2 |
* | Add QM::NotifyStorageAccessedInternal which takes time parameter | kinuko@chromium.org | 2011-06-16 | 1 | -69/+48 |
* | Don't crash when quota is queried on file:/// | kinuko@chromium.org | 2011-06-01 | 1 | -8/+19 |
* | Add eviction statistics. | dmikurube@chromium.org | 2011-05-31 | 1 | -0/+14 |
* | Always enable quota storage API | kinuko@chromium.org | 2011-05-31 | 1 | -5/+2 |
* | Quota InfoBar | kinuko@chromium.org | 2011-05-31 | 1 | -10/+0 |
* | Integrate QuotaTemporaryStorageEvictor and QuotaManager functions. | dmikurube@chromium.org | 2011-05-30 | 1 | -12/+37 |
* | Retain support for 'UnlimitedStorage' in the QuotaManager. | michaeln@google.com | 2011-05-29 | 1 | -44/+106 |
* | Add Dump{Quota,LastAccessTime}Table to QuotaManager | tzik@chromium.org | 2011-05-26 | 1 | -0/+101 |
* | Add StorageType as parameter to {,Host}{Usage,Quota}Callback | tzik@chromium.org | 2011-05-25 | 1 | -17/+41 |
* | QuotaManager::GetUsageAndQuota should not hung even when the returned usage/q... | kinuko@chromium.org | 2011-05-23 | 1 | -28/+34 |
* | Implement NotifyStorageAccessed | kinuko@chromium.org | 2011-05-20 | 1 | -33/+65 |
* | StartEviction and RegisterOrigins | kinuko@chromium.org | 2011-05-19 | 1 | -79/+200 |
* | Implement GetUsageAndQuotaForEviction in QuotaManager. | dmikurube@chromium.org | 2011-05-19 | 1 | -15/+53 |
* | Implement EvictOriginData in QuotaManager. | dmikurube@chromium.org | 2011-05-18 | 1 | -2/+46 |
* | Added GetAvailableSpace to QuotaManager | kinuko@chromium.org | 2011-05-18 | 1 | -1/+41 |
* | QuotaManager shouldn't crash if is_incognito is true. | michaeln@google.com | 2011-05-17 | 1 | -26/+24 |
* | Add an interface QuotaEvictionHandler. | dmikurube@chromium.org | 2011-05-17 | 1 | -14/+26 |