Bug 153275

Summary: [SOUP] GResource resources should be cached indefinitely in memory cache
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cdumez, commit-queue, japhet
Priority: P2 Keywords: Gtk, Soup
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2016-01-20 07:44:32 PST
GResources can't change so they will always return the same data, we never need to revalidate them.
Comment 1 Carlos Garcia Campos 2016-01-20 07:46:08 PST
Created attachment 269351 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-01-21 01:17:21 PST
Committed r195406: <http://trac.webkit.org/changeset/195406>