summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_request_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 84734 - AppCache fallback override. A means of overriding the fallback ...michaeln@google.com2011-05-101-0/+10
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-1/+10
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-3/+3
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+5
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-7/+18
* Be a little more defensive when encoutering missing appcache entries, the han...michaeln@chromium.org2010-08-251-4/+6
* When an individual entry is lost from the appache's diskcache, attempts to lo...michaeln@chromium.org2010-08-241-1/+2
* Put minimal appcache info in the netlog.michaeln@chromium.org2010-07-231-9/+10
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-121-2/+2
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-121-2/+2
* Pass notifications to the browser on access to the appcache main resource man...jochen@chromium.org2010-07-121-2/+2
* Finally getting to the appcache parts instead of all of this webkitApi/ipc pl...michaeln@chromium.org2010-05-201-16/+22
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-1/+5
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-28/+263
* Check for supported schemes and examine request methods at key points. We sup...michaeln@google.com2009-09-181-13/+24
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-0/+63