[Webkit-unassigned] [Bug 30322] WebKit level persistent caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 31 10:14:14 PDT 2014


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

--- Comment #27 from Anders Carlsson <andersca at apple.com> ---
Comment on attachment 240549
  --> https://bugs.webkit.org/attachment.cgi?id=240549
another

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

> Source/WebKit2/NetworkProcess/cocoa/NetworkCacheStorage.mm:267
> +        IPC::ArgumentDecoder decoder(reinterpret_cast<const uint8_t*>(data), size);

You can't use the argument decoder for this. We want to be able to modify the IPC serialization format without having to deal with any disk formats.

Instead, take a look at KeyedDecoder.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141031/ce655cc5/attachment-0002.html>


More information about the webkit-unassigned mailing list