[Webkit-unassigned] [Bug 22994] Web Inspector fails to show js resources that are loaded from the cache rather than the network

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 31 06:31:29 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22994





------- Comment #3 from oliver at apple.com  2008-12-31 06:31 PDT -------
12/31/08 6:23 AM Oliver Hunt:
Okay, the problem is that resources that validate as not needing to be
refetched do not get put into the docloader resource map, this means that this
also breaks Web Archives if you have reloaded the page.

Have been discussing with Antti.

He suggested 
mutable HashMap<String, CachedResource*> m_docResources -> 
mutable HashMap<String, CachedResourceHandle<CachedResource> > m_docResources

Which after a quick patch did improve things (although some resources were
still not refreshed correctly) , however we also then crashed on exit so it's
perfectly possible my patch was doing something stupid.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list