Bug 91226 - [GTK] Fix disk cache size computation in WebKit2
Summary: [GTK] Fix disk cache size computation in WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-07-13 06:05 PDT by Carlos Garcia Campos
Modified: 2012-07-13 06:42 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2012-07-13 06:08 PDT, Carlos Garcia Campos
xan.lopez: 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 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>