Bug 91226

Summary: [GTK] Fix disk cache size computation in WebKit2
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch xan.lopez: review+

Description Carlos Garcia Campos 2012-07-13 06:05:44 PDT
We are passing the free disk space value in bytes to calculateCacheSizes() which expects values in MB.
Comment 1 Carlos Garcia Campos 2012-07-13 06:08:14 PDT
Created attachment 152236 [details]
Patch
Comment 2 Xan Lopez 2012-07-13 06:36:58 PDT
Comment on attachment 152236 [details]
Patch

Looks good.
Comment 3 Carlos Garcia Campos 2012-07-13 06:42:11 PDT
Committed r122570: <http://trac.webkit.org/changeset/122570>