summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_group.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-271-2/+4
* Revert 117537 - Convert use of int ms to TimeDelta in files owned by michaeln.lambroslambrou@google.com2012-01-121-4/+2
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-121-2/+4
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-241-16/+13
* Third-party appcache blocking.marja@chromium.org2011-09-081-6/+1
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-1/+6
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-051-4/+13
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-7/+1
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-1/+7
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-7/+1
* Fix a refcounting memory bug... take 2.michaeln@chromium.org2010-01-301-9/+12
* Revert 37466 - Fix a refcounting memory bug.viettrungluu@chromium.org2010-01-291-12/+10
* Fix a refcounting memory bug.michaeln@chromium.org2010-01-291-10/+12
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-1/+31
* Fixes to address the failing appcache/remove-cache.html layout tests.michaeln@chromium.org2010-01-041-2/+4
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-101-2/+115
* A mind numbing change to add the notion of a persistent groupId, and to get r...michaeln@google.com2009-11-241-2/+4
* Change store group and newest cache API so that storage failure does not requ...jennb@chromium.org2009-11-111-12/+0
* Add storage code to appcache update process.jennb@chromium.org2009-10-301-4/+16
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-21/+25
* AppCache StorageAPIsmichaeln@google.com2009-10-091-2/+3
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-8/+37
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-1/+7
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of f...jennb@chromium.org2009-09-021-11/+10
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+75