[Webkit-unassigned] [Bug 31266] [Qt] QWebSettings::setMaximumPagesInCache(int pages) does not enable the Page Cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 07:51:32 PST 2009


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





--- Comment #9 from Simon Hausmann <hausmann at webkit.org>  2009-11-11 07:51:30 PST ---
(In reply to comment #8)
> Created an attachment (id=42961)
 --> (https://bugs.webkit.org/attachment.cgi?id=42961) [details]
> proposed patch
> 
> Without adding a new QWebSetting enum value it did not enable the global cache,
> so I needed to add one, but there are no new functions so no API change.

Unfortunately adding a new enum is an API change (although admitadely not on a
binary level).

Can't we simply enable the cache if there is a maximum set and disable it if
the maximum is zero?

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