[Webkit-unassigned] [Bug 167415] Avoid evicting link preload resources when parsing is done.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 07:09:48 PST 2017


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

--- Comment #43 from Yoav Weiss <yoav at yoav.ws> ---
One more small change:
One of the tests was previously passing because it was testing that something doesn't download without turning on the LinkPreload feature (so a false pass).
With the move to LinkPreload on-by-default for tests *and* avoiding clearing Link preloads on DCL, this test now failed.

As a result, I added a cancelLoad() method on LinkLoader (called from HTMLLinkElement::removedFrom()) and added a CachedResource::cancelLoad() call in LinkPreloadResourceClient::clear(), as otherwise the load wasn't really cancelled.

PTAL?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170202/a8300571/attachment.html>


More information about the webkit-unassigned mailing list