summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-179/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* Move debugger and appcache to the content namespace.jam@chromium.org2012-10-241-1/+5
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-231-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Fix some loose ends around recently introduced AppCache INTERCEPT namespacesmichaeln@google.com2012-01-051-1/+1
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-4/+0
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-161-17/+22
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-4/+3
* base::Bind: Cleanups in appcache_storage_impl.cc.jhawkins@chromium.org2011-10-181-6/+8
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-181-0/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+2
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-121-1/+7
* Third-party appcache blocking.marja@chromium.org2011-09-081-1/+1
* The problem:marja@google.com2011-07-221-2/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+4
* AppCache + Quota integrationmichaeln@google.com2011-06-101-1/+2
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-1/+4
* Refactored app cache clear on exit code to happen in the object owning the fi...pastarmovj@chromium.org2011-01-101-1/+4
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-2/+3
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-071-1/+4
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-1/+1
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-3/+10
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-1/+3
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-0/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-0/+5
* Put appcache storage on disk and add a means of disabling the appcache system...michaeln@chromium.org2010-01-181-0/+7
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-0/+3
* Lazily delete unused responses from the disk cache.michaeln@chromium.org2010-01-111-2/+18
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-6/+90
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-86/+6
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-6/+86
* AppCache StorageAPIsmichaeln@google.com2009-10-091-0/+28