Bug 145751 - REGRESSION(r185251): [GTK] webkit_web_context_set_disk_cache_directory() doesn't work when using shared secondary process model after r185251
Summary: REGRESSION(r185251): [GTK] webkit_web_context_set_disk_cache_directory() does...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression, Soup
Depends on:
Blocks:
 
Reported: 2015-06-08 00:07 PDT by Carlos Garcia Campos
Modified: 2015-06-08 08:59 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.22 KB, patch)
2015-06-08 00:10 PDT, Carlos Garcia Campos
darin: 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 2015-06-08 00:07:02 PDT
In r185251 the CFNetwork cache was disabled in the web process, but it also removed the disk cache directory web process initialization parameter. While we support networking in the web process when shared secondary process model is used, the network cache should still work. We can remove this if we eventually switch to use the network process unconditionally.
Comment 1 Carlos Garcia Campos 2015-06-08 00:10:37 PDT
Created attachment 254476 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-06-08 08:59:51 PDT
Committed r185317: <http://trac.webkit.org/changeset/185317>