summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-13/+14
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* add some missing includes of <functional> to fix compilation on VS2012scottmg@chromium.org2012-10-101-0/+2
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-2/+2
* Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...michaeln@google.com2012-05-031-58/+12
* Cleanup: Remove unused DeferredCallCallback.jhawkins@chromium.org2011-12-231-5/+0
* Revert 115543 - Cleanup: Remove unused DeferredCallCallback.jhawkins@chromium.org2011-12-221-0/+5
* Cleanup: Remove unused DeferredCallCallback.jhawkins@chromium.org2011-12-221-5/+0
* base::Bind: More low-hanging fruit in webkit/appcache.jhawkins@chromium.org2011-12-221-16/+20
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-12/+13
* Appcache, local storage, indexed db, databases: skip exit-time deletion when ...marja@chromium.org2011-12-081-1/+2
* base::Bind: Convert AppCacheHelper::DeleteAppCachesForOrigin.jhawkins@chromium.org2011-12-021-5/+7
* base::Bind: Convert AppCacheHelper::DeleteAppCacheGroup.jhawkins@chromium.org2011-12-021-13/+15
* base::Bind: Convert AppCacheService::GetAllAppCacheInfo.jhawkins@chromium.org2011-12-021-5/+7
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-301-4/+58
* base::Bind: Cleanups in webkit/appcachemichaeln@google.com2011-10-281-3/+4
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-3/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-13/+13
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-121-1/+2
* Third-party appcache blocking.marja@chromium.org2011-09-081-9/+15
* Delete appcaches when missing entries are detected.michaeln@google.com2011-07-221-0/+142
* The problem:marja@google.com2011-07-221-1/+5
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Small change to recently committed r88746 to avoid a potential crasher in an ...michaeln@google.com2011-06-141-6/+7
* AppCache + Quota integrationmichaeln@google.com2011-06-101-3/+108
* Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL...michaeln@google.com2011-05-161-3/+6
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-2/+2
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-0/+5
* AppCache: Add a helper method to AppCacheService to test if a request can be ...michaeln@google.com2011-01-251-0/+48
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+4
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-071-2/+3
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-0/+138
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-1/+1
* AppCache StorageAPIsmichaeln@google.com2009-10-091-69/+6
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-0/+2
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-221-1/+2
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-0/+37
* 1) Tell the AppCacheService which request context to use when fetching resour...michaeln@google.com2009-09-151-0/+6
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-4/+11
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+50