[Webkit-unassigned] [Bug 90797] [GTK] Implement disk cache in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 04:54:27 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90797


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #151262|review?                     |review+
               Flag|                            |




--- Comment #4 from Xan Lopez <xan.lopez at gmail.com>  2012-07-13 04:54:27 PST ---
(From update of attachment 151262)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list