[Webkit-unassigned] [Bug 49236] Link prefetch isn't compatible with subresources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 28 08:45:11 PST 2010


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





--- Comment #11 from Gavin Peters <gavinp at chromium.org>  2010-11-28 08:45:11 PST ---
This new upload fixes two mistakes I made

1. I have added my new tests to the skipped section.  Yes, the tests when run manually look correct if you don't have prefetching, however the media list is different, since of course the prefetch didn't occur.

2. I have added code in CachedResourceLoader.cpp to not remove prefetches from the cache.  They never make it in, and there was a debug mode assertion failure caused by my unit tests here: the wrong element was being removed from the cache in the case that a prefetched resource was also a subresource.

My apologies for not catching these earlier.

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



More information about the webkit-unassigned mailing list