[Webkit-unassigned] [Bug 165670] Add a warning for unused link preloads.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 24 08:27:32 PDT 2017


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

--- Comment #41 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 305273
  --> https://bugs.webkit.org/attachment.cgi?id=305273
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=305273&action=review

> Source/WebCore/page/DOMWindow.h:390
> +    Timer m_unusedPreloadsTimer;

Why not having this timer in CachedResourceLoader and letting DOMWindow/Document notify the cached resource loader when to start/stop its timer?
(I still think the preload management logic should be somehow isolated to ease understanding and future evolution of this mechanism)

-- 
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/20170324/96f3bf7a/attachment.html>


More information about the webkit-unassigned mailing list