[webkit-reviews] review requested: [Bug 29188] [Qt] Add persistence support for the "Always enable" options in the inspector : [Attachment 39442] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 09:27:27 PDT 2009


Jocelyn Turcotte <jocelyn.turcotte at nokia.com> has asked  for review:
Bug 29188: [Qt] Add persistence support for the "Always enable" options in the
inspector
https://bugs.webkit.org/show_bug.cgi?id=29188

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

------- Additional Comments from Jocelyn Turcotte <jocelyn.turcotte at nokia.com>
This patch uses QSettings to persist when a user select "Always enable" for the
Resources, Scripts or Profiles tabs.

The developer have to previously initialize QSettings using
QCoreApplication::setOrganizationName() and
QCoreApplication::setApplicationName().
If QSettings cannot be initialized, the Always enable option is not persisted.


More information about the webkit-reviews mailing list