[webkit-reviews] review requested: [Bug 195623] Link prefetch not useful for top-level navigation : [Attachment 367804] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 19 10:34:33 PDT 2019


Rob Buis <rbuis at igalia.com> has asked  for review:
Bug 195623: Link prefetch not useful for top-level navigation
https://bugs.webkit.org/show_bug.cgi?id=195623

Attachment 367804: Patch

https://bugs.webkit.org/attachment.cgi?id=367804&action=review




--- Comment #148 from Rob Buis <rbuis at igalia.com> ---
Comment on attachment 367804
  --> https://bugs.webkit.org/attachment.cgi?id=367804
Patch

Hi Darin,

The only change is that PrefetchCache::take now removes entries from both
sessionPrefetchMap and m_sessionExpirationList. Before only the
sessionPrefetchMap entry was removed, so clearExpiredEntries still would
process the m_sessionExpirationList and hit the resources->contains(requestUrl)
ASSERT.


More information about the webkit-reviews mailing list