[Webkit-unassigned] [Bug 46287] [Qt] Enable Netscape plugin metadata caching on Linux should not be set in QWebSettings::enablePersistentStorage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 01:30:06 PDT 2010


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





--- Comment #18 from Simon Hausmann <hausmann at webkit.org>  2010-10-05 01:30:06 PST ---
(From update of attachment 69645)
View in context: https://bugs.webkit.org/attachment.cgi?id=69645&action=review

> WebKit/qt/Api/qwebsettings.cpp:1102
> +#ifndef QT_NO_DESKTOPSERVICES
> +    QString cachePath = QDesktopServices::storageLocation(QDesktopServices::CacheLocation);
> +#else
> +    QString cachePath = WebCore::pathByAppendingComponent(QDir::homePath(), "QtWebkit");
> +#endif

Should we really support QT_NO_DESKTOPSERVICES? IMHO we should not support persistent storage if this feature is not compiled into Qt.

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