| Commit message (Expand) | Author | Age | Files | Lines |
* | AppCache: Use a dedicated thread for the disk cache. | rvargas@google.com | 2010-06-07 | 1 | -1/+4 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | AppCache: Migrate to the DiskCache's async interface and use the CacheType::A... | michaeln@chromium.org | 2010-03-17 | 1 | -3/+10 |
* | Hook up the content settings UI to the appcache. | michaeln@chromium.org | 2010-03-05 | 1 | -1/+3 |
* | Keep track of appcache creation and last access times. | michaeln@chromium.org | 2010-02-23 | 1 | -0/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Introduce an AppCachePolicy interface that allows the containing browser to d... | michaeln@chromium.org | 2010-02-17 | 1 | -0/+5 |
* | Put appcache storage on disk and add a means of disabling the appcache system... | michaeln@chromium.org | 2010-01-18 | 1 | -0/+7 |
* | Trigger the deletion of unused responses when caches are updated and made obs... | michaeln@chromium.org | 2010-01-13 | 1 | -0/+3 |
* | Lazily delete unused responses from the disk cache. | michaeln@chromium.org | 2010-01-11 | 1 | -2/+18 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 1 | -6/+90 |
* | Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@google.com | 2009-12-29 | 1 | -86/+6 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 1 | -6/+86 |
* | AppCache StorageAPIs | michaeln@google.com | 2009-10-09 | 1 | -0/+28 |