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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 03:45:07 PDT 2013


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


Chen Zhixiang <chenzx at cn.fujitsu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chenzx at cn.fujitsu.com




--- Comment #3 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-07-12 03:47:09 PST ---
I have recently encouter the similar problem, my fix is:

1) Change the QWebSettings ctor, & make an empty WebCore::Settings object:

QWebSettings::QWebSettings()
    //: d(new QWebSettingsPrivate)
    : d(new QWebSettingsPrivate(WebCore::Settings::create(0).leakPtr()))
{
    ...

2) Change WebCore/page/Settings.cpp, add NULL-check to every m_page->xxx calls.

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