summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_request_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix webkit URLRequestJob subtypes to handle Kill() correctly.willchan@chromium.org2010-12-071-1/+0
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-2/+2
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-6/+8
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-3/+5
* Be a little more defensive when encoutering missing appcache entries, the han...michaeln@chromium.org2010-08-251-0/+6
* Put minimal appcache info in the netlog.michaeln@chromium.org2010-07-231-1/+1
* Finally getting to the appcache parts instead of all of this webkitApi/ipc pl...michaeln@chromium.org2010-05-201-4/+16
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-2/+3
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-13/+61
* Check for supported schemes and examine request methods at key points. We sup...michaeln@google.com2009-09-181-8/+10
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-0/+53