summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_group.h
Commit message (Expand)AuthorAgeFilesLines
* Fix dependency on scoped_ptr::reset sequencing in appcache.dcheng@chromium.org2013-02-151-4/+4
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-231-3/+4
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-301-1/+1
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-241-1/+2
* Add more appcache_exports needed for test_shell_tests when we start linking a...dpranke@chromium.org2011-09-301-7/+6
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-3/+5
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Third-party appcache blocking.marja@chromium.org2011-09-081-3/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Even more FRIEND_TEST_ALL_PREFIXES, now like in webkitphajdan.jr@chromium.org2010-08-021-6/+7
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-1/+3
* 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-0/+7
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+1
* Fix a refcounting memory bug... take 2.michaeln@chromium.org2010-01-301-0/+3
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-0/+3
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-101-0/+24
* A mind numbing change to add the notion of a persistent groupId, and to get r...michaeln@google.com2009-11-241-2/+5
* Change store group and newest cache API so that storage failure does not requ...jennb@chromium.org2009-11-111-4/+0
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* Add storage code to appcache update process.jennb@chromium.org2009-10-301-0/+4
* MockAppCacheStorage implementionmichaeln@google.com2009-10-241-8/+7
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-12/+11
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-7/+43
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-0/+17
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of f...jennb@chromium.org2009-09-021-3/+6
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+63