[Webkit-unassigned] [Bug 72628] QWebSettings::setOfflineStorageDefaultQuota has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 02:24:29 PST 2011


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





--- Comment #2 from Bernhard Rosenkraenzer <bero at arklinux.org>  2011-11-18 02:24:29 PST ---
Actually the proposed patch isn't going to work with the current version anymore (it was against the version of QtWebkit shipped with Qt 4.7.4) because the localStorage quota has moved to GroupSettings, which isn't accessible to global QWebSettings.

The most reasonable thing to do seems to be adding a setLocalStorageQuota API to QWebPage - the only thing to do without breaking the existing API that I can think of would be doing d->page->group().groupSettings()->setLocalStorageQuotaBytes(QWebSettings::globalSettings()->offlineStorageDefaultQuota()) in the QWebPage constructor

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