| Commit message (Expand) | Author | Age | Files | Lines |
* | DatabaseTracker: Clearing session-only databases on exit. | marja@chromium.org | 2011-09-08 | 3 | -0/+8 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 3 | -6/+7 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 3 | -7/+6 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 3 | -6/+7 |
* | Session-only local storage cleared on exit. | marja@chromium.org | 2011-08-19 | 3 | -0/+16 |
* | Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S... | marja@chromium.org | 2011-08-17 | 2 | -1/+11 |
* | Refine UMA stats of QuotaTemporaryStorageEvictor | tzik@chromium.org | 2011-08-16 | 3 | -59/+131 |
* | Send notifications on the IO thread when changes are made to the special stor... | michaeln@google.com | 2011-08-15 | 6 | -11/+109 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 4 | -9/+9 |
* | Minor cleanup to UsageTracker.IsWorking(). | michaeln@google.com | 2011-08-12 | 4 | -17/+10 |
* | Track usage per-origin at the lowest level instead of per-host. | michaeln@google.com | 2011-08-11 | 4 | -120/+126 |
* | Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-09 | 2 | -0/+10 |
* | Revert 95607 - Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-08 | 2 | -10/+0 |
* | Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-05 | 2 | -0/+10 |
* | Fix "Mac Clang (dbg)" build | timurrrr@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Quota: Add quota::StorageType to the GetOriginsCallback definition. | mkwst@chromium.org | 2011-08-05 | 8 | -54/+75 |
* | Refine UMA stats of QuotaManager | tzik@chromium.org | 2011-08-02 | 1 | -2/+44 |
* | Time-based removal of temporary file systems via BrowsingDataRemover | mkwst@chromium.org | 2011-08-01 | 4 | -8/+400 |
* | Cleanup: Make quota dispatcher code independent from WebKit types | kinuko@chromium.org | 2011-07-29 | 1 | -3/+2 |
* | Change quota to account directories and path names in the filesystem. | dmikurube@chromium.org | 2011-07-25 | 4 | -0/+38 |
* | Fix UMA stat: Quota.GlobalUsageOf{TEMP,PERM}Storage | tzik@chromium.org | 2011-07-22 | 2 | -24/+26 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 5 | -5/+6 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 2 | -9/+9 |
* | Adding UMA histogram to Quota | tzik@chromium.org | 2011-07-14 | 5 | -117/+184 |
* | Add chrome://quota-internals/ | tzik@chromium.org | 2011-07-13 | 1 | -0/+5 |
* | 2nd try: Implement QM::GetOriginsModifiedSince for browser data deleter support | kinuko@chromium.org | 2011-07-08 | 9 | -316/+794 |
* | Revert 91690 - Implement QM::GetOriginsModifiedSince for browser data deleter... | kinuko@chromium.org | 2011-07-07 | 9 | -736/+293 |
* | Implement QM::GetOriginsModifiedSince for browser data deleter support | kinuko@chromium.org | 2011-07-07 | 9 | -293/+736 |
* | Change all the references from app_base to sql. | tfarina@chromium.org | 2011-07-06 | 1 | -1/+1 |
* | 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 |