summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_host.h
Commit message (Expand)AuthorAgeFilesLines
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-231-4/+5
* Fix some loose ends around recently introduced AppCache INTERCEPT namespacesmichaeln@google.com2012-01-051-5/+6
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-161-3/+3
* Made application cache manifest URL always available for DevTools.vsevik@chromium.org2011-11-081-5/+22
* base::Bind: Cleanup in test_shell.jhawkins@chromium.org2011-10-101-14/+13
* Add more appcache_exports needed for test_shell_tests when we start linking a...dpranke@chromium.org2011-09-301-3/+4
* Third-party appcache blocking.marja@chromium.org2011-09-081-1/+7
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL...michaeln@google.com2011-05-161-0/+3
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-0/+23
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-1/+3
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-0/+8
* Sending renderer notification when update job finishes (Used to notify cache ...kkanetkar@chromium.org2010-08-051-0/+3
* Even more FRIEND_TEST_ALL_PREFIXES, now like in webkitphajdan.jr@chromium.org2010-08-021-11/+12
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-0/+3
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-121-2/+4
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-121-4/+2
* Pass notifications to the browser on access to the appcache main resource man...jochen@chromium.org2010-07-121-2/+4
* Finally getting to the appcache parts instead of all of this webkitApi/ipc pl...michaeln@chromium.org2010-05-201-3/+25
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-2/+10
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+1
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-1/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-0/+5
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-5/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-0/+5
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-101-0/+1
* Revert 449036, which rolled back 402098, and fix the valgrind error that caus...jennb@chromium.org2009-12-011-0/+7
* Revert 33394 (due to valgrind errors) - Appcache update support for pending m...willchan@chromium.org2009-12-011-7/+0
* Appcache update support for pending master entries: jennb@chromium.org2009-12-011-0/+7
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-2/+12
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-5/+21
* AppCache StorageAPIsmichaeln@google.com2009-10-091-7/+6
* Check for supported schemes and examine request methods at key points. We sup...michaeln@google.com2009-09-181-0/+21
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-15/+99
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of f...jennb@chromium.org2009-09-021-4/+9
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-0/+4
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+40