Bug 153275 - [SOUP] GResource resources should be cached indefinitely in memory cache
Summary: [SOUP] GResource resources should be cached indefinitely in memory cache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Soup
Depends on:
Blocks:
 
Reported: 2016-01-20 07:44 PST by Carlos Garcia Campos
Modified: 2016-01-21 01:17 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.33 KB, patch)
2016-01-20 07:46 PST, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>