| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 91288 - Change references from app_base to sql. | cmp@chromium.org | 2011-07-01 | 1 | -1/+1 |
* | Add QM::DeleteOriginData for browser data deleter support | kinuko@chromium.org | 2011-07-01 | 4 | -56/+209 |
* | Change references from app_base to sql. | tfarina@chromium.org | 2011-07-01 | 1 | -1/+1 |
* | 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 | 3 | -319/+305 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) | thestig@chromium.org | 2011-06-15 | 1 | -1/+1 |
* | Remove msvs_guids from third_party, webkit, tools and views. | tony@chromium.org | 2011-06-14 | 1 | -1/+0 |
* | Fix Crash in DeleteTask<quota::QuotaTask>::Run | michaeln@google.com | 2011-06-13 | 1 | -4/+8 |
* | Don't crash when quota is queried on file:/// | kinuko@chromium.org | 2011-06-01 | 2 | -8/+30 |
* | Add eviction statistics. | dmikurube@chromium.org | 2011-05-31 | 5 | -15/+243 |
* | Always enable quota storage API | kinuko@chromium.org | 2011-05-31 | 3 | -5/+5 |
* | Quota InfoBar | kinuko@chromium.org | 2011-05-31 | 2 | -21/+3 |
* | Integrate QuotaTemporaryStorageEvictor and QuotaManager functions. | dmikurube@chromium.org | 2011-05-30 | 8 | -38/+204 |
* | Make clang happy again. | michaeln@google.com | 2011-05-29 | 2 | -1/+5 |
* | Retain support for 'UnlimitedStorage' in the QuotaManager. | michaeln@google.com | 2011-05-29 | 16 | -139/+531 |
* | Fix quota manager's usage tracking for a new origin | kinuko@chromium.org | 2011-05-27 | 3 | -48/+33 |
* | More WebSQLDatabase and QuotaManager integration. | michaeln@google.com | 2011-05-26 | 1 | -0/+16 |
* | Fix the invalid read in QuotaTemporaryStorageEvictorTest at r86597. | dmikurube@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Add Dump{Quota,LastAccessTime}Table to QuotaManager | tzik@chromium.org | 2011-05-26 | 5 | -1/+227 |
* | Implement QuotaTemporaryStorageEvictor. | dmikurube@chromium.org | 2011-05-25 | 5 | -3/+467 |
* | Add StorageType as parameter to {,Host}{Usage,Quota}Callback | tzik@chromium.org | 2011-05-25 | 6 | -53/+164 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Implement DatabaseQuotaClient's DeteleteOriginData method. | michaeln@google.com | 2011-05-25 | 2 | -4/+22 |
* | Disable QuotaMananger tests which rely on precise time. | shess@chromium.org | 2011-05-25 | 1 | -2/+13 |
* | Add Dump{Quota,LastAccessTime}Table to QuotaDatabase | tzik@chromium.org | 2011-05-24 | 3 | -8/+243 |
* | 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 | 5 | -46/+244 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 2 | -2/+2 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | StartEviction and RegisterOrigins | kinuko@chromium.org | 2011-05-19 | 5 | -84/+283 |
* | RegisterOrigins to QuotaDatabase | tzik@chromium.org | 2011-05-19 | 3 | -5/+97 |
* | Implement GetUsageAndQuotaForEviction in QuotaManager. | dmikurube@chromium.org | 2011-05-19 | 4 | -24/+136 |
* | fix QuotaDatabaseTest.BootstrapFlag | tzik@chromium.org | 2011-05-19 | 1 | -2/+1 |
* | InitializationFlag to QuotaDatabase | tzik@chromium.org | 2011-05-19 | 3 | -1/+40 |
* | Implement EvictOriginData in QuotaManager. | dmikurube@chromium.org | 2011-05-18 | 3 | -6/+120 |
* | Added GetAvailableSpace to QuotaManager | kinuko@chromium.org | 2011-05-18 | 4 | -1/+65 |
* | QuotaManager shouldn't crash if is_incognito is true. | michaeln@google.com | 2011-05-17 | 4 | -146/+166 |
* | Add an interface QuotaEvictionHandler. | dmikurube@chromium.org | 2011-05-17 | 2 | -16/+61 |
* | Added DeleteOriginData to QuotaClient | kinuko@chromium.org | 2011-05-17 | 5 | -4/+99 |
* | Add DeleteOriginFromDatabase private method to QuotaManager | kinuko@chromium.org | 2011-05-17 | 2 | -95/+131 |
* | Add GetLRUOrigin into QuotaManager. | dmikurube@chromium.org | 2011-05-16 | 5 | -68/+116 |
* | More Quota + WebSQLDatabase integration. | michaeln@google.com | 2011-05-15 | 1 | -1/+2 |
* | Added {Get,Set}PersistentHostQuota and Get{Global,Host}Usage to QuotaManager. | kinuko@chromium.org | 2011-05-13 | 9 | -111/+647 |
* | 1) Declare three new proxayable QuotaManager methods: | michaeln@google.com | 2011-05-12 | 3 | -30/+132 |
* | Revert r84963: "Added {Get,Set}PersistentHostQuota" | dilmah@chromium.org | 2011-05-11 | 6 | -718/+81 |
* | Added {Get,Set}PersistentHostQuota | tzik@google.com | 2011-05-11 | 6 | -81/+718 |
* | iwyu, #include "base/message_loop_proxy.h since a scoped_refptr<Loop> is used... | michaeln@google.com | 2011-05-10 | 1 | -0/+1 |
* | Build fix attempt for 84776; QuotaManager should not crash when it gets unkno... | kinuko@chromium.org | 2011-05-10 | 1 | -0/+6 |
* | Set allowed bytes growth in FileSystemOperation from QuotaManager. | dmikurube@chromium.org | 2011-05-10 | 2 | -3/+16 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 2 | -2/+2 |