summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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