[webkit-reviews] review requested: [Bug 106777] Web Inspector: [Qt] Regression: the script option 'always enable' doesn't persist : [Attachment 183194] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 08:29:28 PST 2013


Jocelyn Turcotte <jocelyn.turcotte at digia.com> has asked  for review:
Bug 106777: Web Inspector: [Qt] Regression: the script option 'always enable'
doesn't persist
https://bugs.webkit.org/show_bug.cgi?id=106777

Attachment 183194: Patch
https://bugs.webkit.org/attachment.cgi?id=183194&action=review

------- Additional Comments from Jocelyn Turcotte <jocelyn.turcotte at digia.com>
Looked at it and it seems that the settings are persisted differently since
http://trac.webkit.org/changeset/76770
An application should call:
QWebSettings::globalSettings()->setLocalStoragePath([PATH]);
QWebSettings::globalSettings()->setAttribute(QWebSettings::LocalStorageEnabled,
true);
Or:
QWebSettings::enablePersistentStorage();

to enable those settings to work in the application.
The patch updates the documentation.


More information about the webkit-reviews mailing list