summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_service.h
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+2
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-231-3/+3
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-12/+4
* Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...michaeln@google.com2012-05-031-4/+1
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-2/+5
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Avoid including gtest file directly, and go through base insteadjar@chromium.org2011-12-151-1/+1
* Appcache, local storage, indexed db, databases: skip exit-time deletion when ...marja@chromium.org2011-12-081-0/+9
* base::Bind: Convert AppCacheHelper::DeleteAppCachesForOrigin.jhawkins@chromium.org2011-12-021-3/+3
* base::Bind: Convert AppCacheHelper::DeleteAppCacheGroup.jhawkins@chromium.org2011-12-021-1/+1
* base::Bind: Convert AppCacheService::GetAllAppCacheInfo.jhawkins@chromium.org2011-12-021-1/+1
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-301-1/+4
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Prepare appcache to build as a DLL in the component build.dpranke@chromium.org2011-09-141-2/+3
* Revert "Prepare appcache to build as a DLL in the component build."dpranke@chromium.org2011-09-131-3/+2
* Prepare appcache to build as a DLL in the component build.dpranke@chromium.org2011-09-131-2/+3
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-121-0/+1
* Third-party appcache blocking.marja@chromium.org2011-09-081-0/+1
* Delete appcaches when missing entries are detected.michaeln@google.com2011-07-221-0/+6
* The problem:marja@google.com2011-07-221-0/+5
* AppCache + Quota integrationmichaeln@google.com2011-06-101-0/+16
* Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL...michaeln@google.com2011-05-161-1/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-0/+10
* AppCache: Add a helper method to AppCacheService to test if a request can be ...michaeln@google.com2011-01-251-0/+6
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-4/+8
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-12/+3
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-1/+3
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-191-1/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+2
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-23/+1
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-071-1/+6
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-1/+63
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-0/+11
* Introduce a notification to trigger memory purging on the IO thread and use i...michaeln@chromium.org2010-01-131-0/+5
* AppCacheResponse storage implementationmichaeln@google.com2009-10-211-1/+0
* AppCache StorageAPIsmichaeln@google.com2009-10-091-73/+12
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-2/+0
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-221-9/+10
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-12/+34
* 1) Tell the AppCacheService which request context to use when fetching resour...michaeln@google.com2009-09-151-2/+30
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-4/+23
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+60