summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job.h
Commit message (Expand)AuthorAgeFilesLines
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-231-3/+4
* Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...michaeln@google.com2012-05-031-1/+1
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-031-5/+1
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-5/+0
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-161-8/+9
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Add more appcache_exports needed for test_shell_tests when we start linking a...dpranke@chromium.org2011-09-301-2/+3
* Third-party appcache blocking.marja@chromium.org2011-09-081-6/+0
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* AppCache URLFetcher refactoring. Just pulling the URLRequest handlingmichaeln@google.com2011-02-151-43/+65
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-7/+9
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-20/+20
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-2/+3
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-161-2/+3
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-1/+5
* Make conditional requests when updating the appcache.michaeln@chromium.org2010-07-211-7/+18
* New javascript console logging related to the appcache.michaeln@chromium.org2010-07-141-5/+5
* Provide more info to the renderer process in appcache progress events.michaeln@chromium.org2010-05-251-0/+4
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-0/+9
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-11/+19
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-0/+8
* When an update job doesn't complete successfully, doom all responses created ...michaeln@chromium.org2010-01-041-0/+4
* Make appcache update conditionally include If-Modified-Since and If-None-Matc...jennb@chromium.org2009-12-221-0/+5
* During appcache update, copy response from newest complete cache if http cach...jennb@chromium.org2009-12-161-10/+10
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-101-0/+2
* Revert 449036, which rolled back 402098, and fix the valgrind error that caus...jennb@chromium.org2009-12-011-1/+38
* Revert 33394 (due to valgrind errors) - Appcache update support for pending m...willchan@chromium.org2009-12-011-38/+1
* Appcache update support for pending master entries: jennb@chromium.org2009-12-011-1/+38
* Load manifest data for newest cache from storage to compare against fetched m...jennb@chromium.org2009-11-131-9/+5
* Change store group and newest cache API so that storage failure does not requ...jennb@chromium.org2009-11-111-4/+0
* Add storage code to appcache update process.jennb@chromium.org2009-10-301-8/+28
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-7/+12
* Make appcache update job retry 503 requests with retry-after of 0.jennb@chromium.org2009-10-081-0/+4
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-0/+184