summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/web_application_cache_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Eliminiate an IPC per frame navigation in cases where it's not needed (most c...michaeln@google.com2011-04-201-1/+3
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-5/+10
* Plumbing to support loading from the "most appropriate" appcache.michaeln@google.com2011-03-211-2/+9
* Defend against selectCache() being called multiple times. There is a bug file...michaeln@google.com2011-02-191-1/+10
* Do a better job of caching appcache status values in the renderer based on th...michaeln@google.com2011-01-281-88/+74
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-5/+5
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-8/+5
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-5/+8
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-8/+5
* webkit: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-291-4/+7
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-3/+38
* AppCache: manifest attribute is ignored when navigating via POST (form submit...michaeln@chromium.org2010-07-201-14/+23
* New javascript console logging related to the appcache.michaeln@chromium.org2010-07-141-0/+37
* Minor AppCache modsmichaeln@chromium.org2010-06-301-25/+10
* AppCache: Output some information to the javascript console.michaeln@chromium.org2010-06-251-6/+16
* AppCache: add plumbing to deliver logging messages to the renderer process. T...michaeln@chromium.org2010-06-181-0/+6
* Provide more info to the renderer process in appcache progress events.michaeln@chromium.org2010-05-251-5/+12
* Now that the new webkit API to retrieve an WebApplicationCacheHost ptr given ...michaeln@chromium.org2010-01-241-5/+2
* Support for playing back media from the appcache.michaeln@chromium.org2010-01-211-0/+18
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* Fix host status bug: jennb@chromium.org2009-12-011-0/+11
* Remove reference fragments from URL before passing to appcache for use as an ...jennb@chromium.org2009-11-241-0/+5
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-3/+3
* Copyright housecleaningmichaeln@google.com2009-09-231-1/+1
* Check for supported schemes and examine request methods at key points. We sup...michaeln@google.com2009-09-181-23/+36
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-1/+4
* * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect...michaeln@google.com2009-09-081-8/+15
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-0/+1
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-0/+172