[Webkit-unassigned] [Bug 167136] Persist derived data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 15:56:04 PST 2017


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

--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 299060
  --> https://bugs.webkit.org/attachment.cgi?id=299060
patch

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

> Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp:576
> +            NetworkCache::DataKey key { originalRequest().cachePartition(), type, *entry->sourceStorageRecord().bodyHash };

Can't use cachePartition here because it doesn't exist when ENABLE(CACHE_PARTITIONING) is false, as on GTK and EFL. (Why is it off on these ports?)

-- 
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/20170117/8e8160aa/attachment.html>


More information about the webkit-unassigned mailing list