[Webkit-unassigned] [Bug 126577] [GTK] [WK2] - Disable MemoryCache when the DOCUMENT_VIEWER cache model is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 7 06:29:58 PST 2014


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





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-01-07 06:27:43 PST ---
(From update of attachment 220518)
View in context: https://bugs.webkit.org/attachment.cgi?id=220518&action=review

> Source/WebKit2/WebProcess/soup/WebProcessSoup.cpp:107
> +    bool disableCache = !cacheMinDeadCapacity && !cacheMaxDeadCapacity;
> +    WebCore::memoryCache()->setDisabled(disableCache);

This is not specific to GTK, it also affects EFL, so I would confirm with EFL guys that this is the desired behaviour for them too, otherwise we should need to do this inside a platform ifdef.

-- 
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