[Webkit-unassigned] [Bug 167415] Avoid evicting link preload resources when parsing is done.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 29 20:08:17 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167415
--- Comment #25 from youenn fablet <youennf at gmail.com> ---
The handling of preloads is a bit complex and it would be good if we could simplify it.
Can we try to align preloads with other loaded resources?
Here are some thoughts below.
Maybe m_preloads could store CachedResourceHandle.
AFAIUI, body link preloads have a loader so they will not be cancelled when the parsing is done. Maybe we should have a way for header link preloads to behave the same.
When we would clean m_preloads at the end of parsing, only the speculative preloads without any other attached loader would actually be cancelled.
--
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/20170130/9e300085/attachment.html>
More information about the webkit-unassigned
mailing list