[webkit-dev] About bypassing caches for URLs listed in Fallback and/or Network section in a HTML5 Offline Web Application

2010-07-13 Thread Lianghui Chen
Hi, I have asked this same question in (wha...@lists.whatwg.org), but haven't got many responses, so I want to ask here again. In spec HTML5 for offline web application (http://www.whatwg.org/specs/web-apps/current-work/#offline) chapter 6.6.6, item 3, 4, 5 state that for resources that is in

Re: [webkit-dev] About bypassing caches for URLs listed in Fallback and/or Network section in a HTML5 Offline Web Application

2010-07-13 Thread Lianghui Chen
Sorry I forgot to mention I have reported a bug (https://bugs.webkit.org/show_bug.cgi?id=42051) for this. -Original Message- From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Lianghui Chen Sent: Tuesday, July 13, 2010 11:15 AM To:

Re: [webkit-dev] About bypassing caches for URLs listed in Fallback and/or Network section in a HTML5 Offline Web Application

2010-07-13 Thread Lianghui Chen
(b) Revalidating cached items once their freshness lifetime expires. But this will create dependence on the http stack cache implementation? And for some hosting services, the site might not allow the web application to change the http headers in the response? -Original Message-

Re: [webkit-dev] About bypassing caches for URLs listed in Fallback and/or Network section in a HTML5 Offline Web Application

2010-07-13 Thread Alexey Proskuryakov
13.07.2010, в 9:21, Lianghui Chen написал(а): And actually there's another small issue to leave the browser or webkit cache to do the revalidation of the freshness: when it's offline they just cannot do it, and it will quite possibly return the expired resource. So when it's offline, we

Re: [webkit-dev] About bypassing caches for URLs listed in Fallback and/or Network section in a HTML5 Offline Web Application

2010-07-13 Thread Lianghui Chen
As I mentioned in the bug, the resource can be served with pragma no- store. In that case, there will be no expired resource in the cache. Will WebKit cache respect the cache-controls in http headers? -Original Message- From: Alexey Proskuryakov [mailto:a...@webkit.org] Sent:

Re: [webkit-dev] About bypassing caches for URLs listed in Fallback and/or Network section in a HTML5 Offline Web Application

2010-07-13 Thread Alexey Proskuryakov
13.07.2010, в 9:55, Lianghui Chen написал(а): Will WebKit cache respect the cache-controls in http headers? Yes. - WBR, Alexey Proskuryakov ___ webkit-dev mailing list webkit-dev@lists.webkit.org