Bug 145735

Summary: REGRESSION(r185262): [GTK] webkit_web_context_set_disk_cache_directory() doesn't work after r185262
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, berto, commit-queue, gustavo, gyuyoung.kim, koivisto, mcatanzaro, mrobinson, svillar
Priority: P2 Keywords: Gtk, Regression, Soup
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Carlos Garcia Campos 2015-06-07 03:45:49 PDT
We need  way to change the web process pool configuration, and also move to the UI process the disk cache subdirectory handling. This is an API break, because webkit_web_context_set_disk_cache_directory() does nothing now.
Comment 1 Carlos Garcia Campos 2015-06-07 03:51:44 PDT
Created attachment 254435 [details]
Patch

The shared secondary process model is still broken, but because of r185251.
Comment 2 WebKit Commit Bot 2015-06-07 03:52:38 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2015-06-07 23:36:08 PDT
Committed r185311: <http://trac.webkit.org/changeset/185311>