Re: BFCache & Application Cache

2012-12-04 Thread Honza Bambas
On 11/30/2012 8:25 AM, Jan Honza Odvarko wrote: On Nov 29, 11:15 pm, Honza Bambas wrote: You may QI the channel to nsIApplicationCacheChannel and check for loadedFromApplicationCache attribute. ok, works for me, thanks. I'm just interested in how you recognize a bfcache load, nsIWebProgressL

Re: BFCache & Application Cache

2012-11-29 Thread Jan Honza Odvarko
On Nov 29, 11:15 pm, Honza Bambas wrote: > You may QI the channel to nsIApplicationCacheChannel and check for > loadedFromApplicationCache attribute. ok, works for me, thanks. > I'm just interested in how you recognize a bfcache load, > nsIWebProgressListener::STATE_RESTORING flag check? Firebug

Re: BFCache & Application Cache

2012-11-29 Thread Honza Bambas
On 11/29/2012 12:41 PM, Jan Honza Odvarko wrote: Firebug's Net panel is already showing responses coming from BFCache (http://www.softwareishard.com/blog/firebug/firebug-tip-what-the-heck- is-bfcache/) and now we'd like to support also Application Cache: https://developer.mozilla.org/en-US/docs/H