<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Avoid evicting link preload resources when parsing is done."
   href="https://bugs.webkit.org/show_bug.cgi?id=167415#c29">Comment # 29</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Avoid evicting link preload resources when parsing is done."
   href="https://bugs.webkit.org/show_bug.cgi?id=167415">bug 167415</a>
              from <span class="vcard"><a class="email" href="mailto:yoav&#64;yoav.ws" title="Yoav Weiss &lt;yoav&#64;yoav.ws&gt;"> <span class="fn">Yoav Weiss</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=167415#c28">comment #28</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=299919&amp;action=diff" name="attach_299919" title="Patch">attachment 299919</a> <a href="attachment.cgi?id=299919&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=299919&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=299919&amp;action=review</a>
&gt; 
&gt; I think the current approach is fine. CachedResource is supposed to
&gt; encapsulate these things anyway.
&gt; We do have a lot of indications and weird class hierarchy in the loading
&gt; code through.
&gt; Instead of adding a new class, we should consider refactoring them into a
&gt; more coherent set.
&gt; 
&gt; &gt; Source/WebCore/dom/Document.cpp:5047
&gt; &gt; +    // Parser should have picked up all speculative preloads by now
&gt; &gt; +    m_cachedResourceLoader-&gt;clearPreloads(CachedResourceLoader::ClearPreloadsMode::ClearSpeculativePreloads);
&gt; 
&gt; We never call this function anywhere else e.g. for link element's preload.
&gt; Can't we just rename this function to clearSpeculativePreloads instead?</span >

It's also called in CachedResourceLoader's destructor (where all preloads are cleared)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>