[Webkit-unassigned] [Bug 144259] Network Cache: Disk cache getting filled by YouTube video data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 09:56:53 PDT 2015


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

--- Comment #21 from Alexey Proskuryakov <ap at webkit.org> ---
It's not really a choice about platonic vs. pragmatical, it's simple layered software design.

If you want networking to implement a policy that is easy for other engineers to understand, if should have a descriptive name (not "whatever XHR needs"), and the policies should be as centralized as possible, not scattered across multiple frameworks and processes.

In other words, policy decisions are made before a ResourceRequest is passed to NetworkProcess. It should be especially straightforward in this case, where you just want to inhibit caching.

-- 
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/20150428/94bf81cb/attachment.html>


More information about the webkit-unassigned mailing list