[Webkit-unassigned] [Bug 245070] [GTK] Stop using injected bundle messages for implementing resource loader API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 04:59:55 PDT 2022


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

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I tried using API::ResourceLoadClient but it's not enough for what we have now. It missed the resources loaded from the disk cache (this sounds like bug because there's loadedFromCache in API::ResourceLoadInfo) and also the ones loaded from the memory cache, because this client receives messages from the network process, not the web process. So, can we just add a resource load client specific for GTK and WPE to stop using injected bundle messages?

-- 
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/20220912/2327dc62/attachment.htm>


More information about the webkit-unassigned mailing list