Bug 136215

Summary: [GTK] Older versions of WebKit should use the plugins cache in read only mode
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand, svillar
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2014-08-25 03:16:17 PDT
Now that WebKitGTK+ 2.4 and 2.5 are parallel installable, since they use different versions of the plugins cache, apps using 2.4 might override the plugins cache file. We should prevent this from happening by making older versions use the plugin cache, but not downgrade it.
Comment 1 Carlos Garcia Campos 2014-08-25 03:21:01 PDT
Created attachment 237072 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-08-25 05:49:59 PDT
Committed r172920: <http://trac.webkit.org/changeset/172920>