We currently set the disk cache size to the soup cache feature if it's present in the SoupSession, but it never happens because we are not adding the feature to the session.
Created attachment 151262 [details] Patch
I think it makes sense for Sergio and Dan to look this one over too.
makes sense to me
Comment on attachment 151262 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=151262&action=review > Source/WebKit2/WebProcess/gtk/WebProcessGtk.cpp:92 > + uint64_t diskFreeSize = getCacheDiskFreeSize(cache) / 1024 / 1024; Apparently this was a previously existing bug. Just leave it as it is for this patch and fix it later in another patch, otherwise it's unclear why you are doing this.
Committed r122571: <http://trac.webkit.org/changeset/122571>